nodemcu-firmware/app
Florian Klink 1ef1843e7a ws2812: change colors to accept RGB values
Nobody would expect GRB input, and converting from RGB to GRB via Lua is too slow,
so convert it in place before sending to the hardware.
2015-02-27 07:55:40 +01:00
..
driver fix #175 2015-02-05 01:42:14 +08:00
include add node.compile() api 2015-02-13 15:11:59 +08:00
json source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
libc Fixed compilation fails, adjust redefined #define __P(x) x,closed #206. 2015-02-12 20:03:27 +08:00
lua add node.compile() api 2015-02-13 15:11:59 +08:00
lwip Added the hold and unhold methods to tcp socket 2015-02-09 03:00:18 -03:00
modules ws2812: change colors to accept RGB values 2015-02-27 07:55:40 +01:00
mqtt fixes nodemcu/nodemcu-firmware#155 lwt qos, retain, change header support MQTT 3.1.1 2015-01-31 11:49:24 +07:00
platform Merge branch 'dev' of https://github.com/nodemcu/nodemcu-firmware 2015-02-11 22:51:33 +08:00
smart Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
spiffs update spiffs to 0.2.2, add file.rename api 2015-02-11 21:20:54 +08:00
ssl deep optimizing ram usage 2015-01-07 01:15:38 +08:00
upgrade Fix UPGRADE_DBG when in DEVELOP_VERSION. 2015-01-27 13:48:10 +08:00
user move nodemcu init stage after user_init(), rebuild bin 2015-01-23 13:25:54 +08:00
wofs Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
.gitignore source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
Makefile fix #132, #113, switch to lib/libssl.a 2015-01-27 20:47:41 +08:00