Commit Graph

  • 0b7ef1f485 implement further functions devsaurus 2015-02-08 21:21:26 +0100
  • 27d99643df rotation functions devsaurus 2015-02-08 17:59:09 +0100
  • a6f6a1e329 add rotation and aspect ration functions for rotation test devsaurus 2015-02-08 17:56:06 +0100
  • 145a0f01c8 add scaling functions devsaurus 2015-02-08 17:17:04 +0100
  • c1662a9932 use __XTENSA__ devsaurus 2015-02-08 14:51:41 +0100
  • 5a67fec4f3 Merge remote-tracking branch 'upstream/dev' into dev devsaurus 2015-02-08 13:14:09 +0100
  • dec47d5372 fix #185 funshine 2015-02-07 23:45:01 +0800
  • c529d56a8f minor fix to debug mode funshine 2015-02-07 23:08:25 +0800
  • 0bbaedac89 Renamed lgpio_ws2812 to match lua method name and fixed formatting Till Klocke 2015-02-07 07:05:41 +0100
  • fdc71a8094 Merge pull request #188 from dvv/master Vowstar 2015-02-07 12:09:33 +0800
  • d7f04a1de8 further reduce RAM usage, consolidate font memory and "PROGMEM" devsaurus 2015-02-06 23:02:56 +0100
  • edc7eaf3ff redis client module added. pubsub so far Vladimir Dronnikov 2015-02-06 22:22:37 +0300
  • 4ec779027b Disabled automatic detection of larger flash sizes Tobias Mädel 2015-02-06 20:22:27 +0100
  • 165e91e60d switch require() to dofile() to ease memory cleanup Vladimir Dronnikov 2015-02-06 22:22:09 +0300
  • 7f970df70b Merge pull request #182 from lukas2511/patch-2 Vowstar 2015-02-06 18:21:50 +0800
  • 5eb4383409 Merge pull request #181 from lukas2511/patch-1 Vowstar 2015-02-06 18:21:43 +0800
  • 40874baa2a Use python2 instead of python(2/3) Lukas Schauer 2015-02-06 04:44:47 +0100
  • 6d3d95a271 Only set ESPTOOL if not set before Lukas Schauer 2015-02-06 04:41:17 +0100
  • bf53ba9754 provide pre_compiled image devsaurus 2015-02-06 00:00:06 +0100
  • c5d83590bd Updated README.md with instructions for the ws2812 module Till Klocke 2015-02-05 19:04:09 +0100
  • 284ee8c46e Added attribution and fixed documentation in comments Till Klocke 2015-02-05 18:47:08 +0100
  • c30002b8df Fixed typo in method name Till Klocke 2015-02-05 18:43:29 +0100
  • 0950e48925 Added support for WS2812 LEDs as a new module Till Klocke 2015-02-05 18:40:46 +0100
  • 361bedf0b9 Optimization of memory usage when using double pow(double x, double y). HuangRui 2015-02-05 12:26:20 +0800
  • cca0de9b39 Align the code of c_math.c HuangRui 2015-02-05 10:20:20 +0800
  • bb244d47ab Move array about pow form local to global. HuangRui 2015-02-05 10:06:22 +0800
  • 95b2245070 Merge remote-tracking branch 'upstream/master' supergis 2015-02-05 09:43:40 +0800
  • 6a07514aa9 Describe u8glib integration devsaurus 2015-02-05 00:42:00 +0100
  • 0c9b6f0b6b re-enable mqtt and ow devsaurus 2015-02-05 00:02:16 +0100
  • 5fbc4b2b2f route i2c sla to com driver function via u8g_t struct devsaurus 2015-02-04 23:57:13 +0100
  • 82e126eb95 Merge branch 'master' into dev devsaurus 2015-02-04 22:00:57 +0100
  • 3077990a66 remove FLASH_ATTR funshine 2015-02-05 01:58:47 +0800
  • 1740841e4f fix #175 funshine 2015-02-05 01:42:14 +0800
  • 4754064ecf add coap module, see fragment.lua for usage funshine 2015-02-05 01:32:57 +0800
  • 9f0b167832 improve font handling * macros established to build a table of fonts which get compiled into the image * font data is mapped to irom0 to save dram space * quirky function to retrieve font data 4-byte aligned from irom0 devsaurus 2015-02-04 00:08:39 +0100
  • 12a546ce3d Merge remote-tracking branch 'upstream/master' devsaurus 2015-02-03 20:49:18 +0100
  • a1dc023c5e Merge pull request #172 from sej7278/master Vowstar 2015-02-04 01:57:21 +0800
  • f6161230a6 Fixes BIT_RATE typo's so 9600 isn't defined 3 times Simon John 2015-02-03 17:47:33 +0000
  • b6d84fdc2f Merge pull request #170 from cle69/cle69-patch-1 Vowstar 2015-02-04 00:44:49 +0800
  • 4c785fc979 Update platform.c cle69 2015-02-03 10:18:58 +0100
  • d48168b920 Update uart.h cle69 2015-02-03 09:26:21 +0100
  • 513c46b453 Merge pull request #165 from Manawyrm/patch-1 Vowstar 2015-02-03 12:54:16 +0800
  • a30ff88dc3 Merge pull request #167 from javieryanez/patch-4 Vowstar 2015-02-03 12:52:33 +0800
  • ce96564bb0 Merge pull request #166 from javieryanez/patch-3 Vowstar 2015-02-03 12:52:26 +0800
  • cd49b76763 Merge pull request #168 from tuanpmt/master Vowstar 2015-02-03 12:51:36 +0800
  • 6dfb82dbba factor out integer argument processing devsaurus 2015-02-03 00:29:11 +0100
  • 18a44e7c60 reduce executable size (-fdata-sections and -Wl,--gc-sections) devsaurus 2015-02-02 22:48:15 +0100
  • c5e9d800a1 Add support multiple subscriptions, resolve nodemcu/nodemcu-firmware#152 Tuan PM 2015-02-02 16:58:54 +0700
  • d155cfc57e Add support for NodeMCU with float point in the example Javier Yáñez 2015-02-02 10:01:24 +0100
  • a3e518724c Support for versions of NodeMCU with float point Javier Yáñez 2015-02-02 09:59:20 +0100
  • 4bde88cd81 Fixed DS18B20 handling because of new floating point handling Tobias Mädel 2015-02-01 18:20:45 +0100
  • ed8681f956 implemented full graphics_test devsaurus 2015-02-01 00:50:14 +0100
  • 6b3abb004a * increase irom0_0_seg size to accomodate u8glib code * implement first functions for graphics test devsaurus 2015-01-31 23:08:06 +0100
  • a2672113aa * add u8glib * initializer for SSD1306 display with I2C driver * disabled mqtt and ow modules to avoid irom0_0_seg overflow check ld script to increase size devsaurus 2015-01-31 01:21:51 +0100
  • b440b686f2 u8glib v1.17 devsaurus 2015-01-30 23:23:05 +0100
  • 33601462ef add u8g module stubs devsaurus 2015-01-29 23:47:13 +0100
  • 055c55a73c Merge branch 'master' of https://github.com/nodemcu/nodemcu-firmware HuangRui 2015-01-31 19:39:44 +0800
  • a8c1a76d5a About #160, applied espressif patch for forever deepsleep issue. http://bbs.espressif.com/viewtopic.php?f=7&t=162 HuangRui 2015-01-31 19:38:29 +0800
  • d1450fadc3 Merge pull request #159 from dvv/master Vowstar 2015-01-31 19:35:01 +0800
  • e77bb7dddd Merge pull request #158 from tuanpmt/master Vowstar 2015-01-31 19:33:57 +0800
  • a00044980c yet another bmp085 module added Vladimir Dronnikov 2015-01-31 12:55:51 +0300
  • 169699b93a ds18b20: negatives handled Vladimir Dronnikov 2015-01-31 11:27:24 +0300
  • fb0938db2e fixes nodemcu/nodemcu-firmware#155 lwt qos, retain, change header support MQTT 3.1.1 Tuan PM 2015-01-31 11:49:24 +0700
  • 278e3541d3 Merge branch 'master' of https://github.com/nodemcu/nodemcu-firmware HuangRui 2015-01-31 10:48:54 +0800
  • 8cc661923b The read function returns an incorrect temperature. Fixed #149. HuangRui 2015-01-31 10:46:43 +0800
  • e03807867b Merge pull request #156 from MarsTechHAN/master Vowstar 2015-01-30 22:29:51 +0800
  • 7df610a602 Merge pull request #1 from vowstar/master Martin Han 2015-01-30 22:28:08 +0800
  • f45e6fece3 Followed Vladimir Dronnikov's advices. https://github.com/nodemcu/nodemcu-firmware/pull/156 HuangRui 2015-01-30 22:21:44 +0800
  • 9cab751363 Merge pull request #1 from MarsTechHAN/master Vowstar 2015-01-30 22:09:11 +0800
  • ad1ec8fb6d BH1750中文手册 Martin Han 2015-01-30 21:42:23 +0800
  • de128ea88c UPDATA TO LELIAN Martin Han 2015-01-30 21:28:31 +0800
  • 6aca8daf16 Print LUX Data Every 10s Martin Han 2015-01-30 21:24:54 +0800
  • fb10825c13 BH1750 User's Manual Martin Han 2015-01-30 21:21:18 +0800
  • 555d64af2a BH1750 Module, Written by xiaohu Martin Han 2015-01-30 21:20:30 +0800
  • eb55edaba7 Revert "BH1705 Manual" Martin Han 2015-01-30 20:52:59 +0800
  • af995722dd BH1705 Model Using Manual Martin Han 2015-01-30 20:34:19 +0800
  • 3c2288cc47 BH1705 Manual Martin Han 2015-01-30 20:32:46 +0800
  • 772608c3d4 Module for BH1705 Written by xiaohu Martin Han 2015-01-30 20:16:57 +0800
  • 8d438f0df7 Merge remote-tracking branch 'upstream/master' supergis 2015-01-29 15:31:34 +0800
  • 5894df1da6 Combined dsleep_set_options(option) to dsleep( us, option ) * dsleep( us, option ) Hardware has to support deep-sleep wake up (XPD_DCDC connects to EXT_RSTB with 0R). system_deep_sleep(0) ,set no wake up timer,connect a GPIO to pin RST, the chip will wake up by a falling-edge on pin RST. ** us: Integer time to sleep. if us = 0, it will sleep forever. ** option: Integer option=0, init data byte 108 is valuable; option>0, init data byte 108 is valueless. More details as follows: 0, RF_CAL or not after deep-sleep wake up, depends on init data byte 108. 1, RF_CAL after deep-sleep wake up, there will belarge current. 2, no RF_CAL after deep-sleep wake up, there will only be small current. 4, disable RF after deep-sleep wake up, just like modem sleep, there will be the smallest current. HuangRui 2015-01-29 14:21:38 +0800
  • 00e2adccdb Merge pull request #143 from alonewolfx2/master Vowstar 2015-01-29 13:20:51 +0800
  • f4214294d3 new sleep set options added (from 0.9.5 sdk) alonewolfx2 2015-01-28 18:13:19 +0200
  • db5614a081 Merge pull request #142 from dvv/master zeroday 2015-01-28 18:55:43 +0800
  • f09ffdb13b IR send module added Vladimir Dronnikov 2015-01-28 10:47:00 +0300
  • 1346cbbc38 fix string.format, maybe partialy funshine 2015-01-27 21:48:44 +0800
  • 6a0599d22c fix alignment funshine 2015-01-27 21:02:54 +0800
  • 425e664114 fix #132, #113, switch to lib/libssl.a funshine 2015-01-27 20:47:41 +0800
  • 5ec77af844 Change update log latter to lower. Vowstar 2015-01-27 13:56:34 +0800
  • 0c5d8b4c6d Add intro how to control floating point feature. Vowstar 2015-01-27 13:55:13 +0800
  • c16d62e926 Fix UPGRADE_DBG when in DEVELOP_VERSION. HuangRui 2015-01-27 13:48:10 +0800
  • b6185c88b5 add udp example to readme funshine 2015-01-26 23:50:40 +0800
  • afa741c192 Update changelog 2015-01-27. Vowstar 2015-01-26 23:46:01 +0800
  • 6b7d113963 Delete mistake changelog. Vowstar 2015-01-26 23:42:08 +0800
  • 2c4e40d86e Update changelog 2015-01-26. Vowstar 2015-01-26 23:41:24 +0800
  • 5ca3765b1d Merge pull request #136 from nodemcu/devfloat Vowstar 2015-01-26 23:29:10 +0800
  • c39deb2a43 Turn floating point option ON. Add pre_build/0.9.5/nodemcu_20150127.bin. HuangRui 2015-01-26 22:25:04 +0800
  • 3c09c3f7b8 Merge branch 'master' of https://github.com/nodemcu/nodemcu-firmware into devfloat HuangRui 2015-01-26 21:51:21 +0800
  • 9fad194675 Update pre-build firmware to 20150126. HuangRui 2015-01-26 20:25:55 +0800
  • 6560dae2e4 Changed BUILD_DATE 20150126. HuangRui 2015-01-26 20:05:36 +0800
  • cf4cd8f450 Merge branch 'master' of https://github.com/nodemcu/nodemcu-firmware into devfloat HuangRui 2015-01-26 20:00:30 +0800