nodemcu-firmware/app
vowstar c56659e84d Using __attribute__((alias("dht_read"))) reduce code size. 2015-06-19 01:05:19 +08:00
..
cjson add queue to mqtt module 2015-03-30 00:24:09 +08:00
coap default build with coap, reduce coap module mem usage 2015-03-15 20:12:29 +08:00
crypto Move crypto things to irom0.text segment. 2015-06-05 13:03:08 +10:00
dhtlib Using __attribute__((alias("dht_read"))) reduce code size. 2015-06-19 01:05:19 +08:00
driver Fix PWM init bug, set all initial duty to 0. 2015-05-01 18:35:30 +08:00
include Update dhtlib api, support both integer and float version. 2015-06-18 17:19:55 +08:00
json source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
libc add queue to mqtt module 2015-03-30 00:24:09 +08:00
lua Merge branch 'dev' of https://github.com/nodemcu/nodemcu-firmware 2015-05-15 08:13:46 +08:00
lwip Add newline at the file end of dummy.c 2015-02-16 22:14:37 +08:00
modules Update DHTlib, supported DHT11 or DHTxx automatic detection. 2015-06-18 20:53:52 +08:00
mqtt polish mqtt module 2015-03-31 23:38:28 +08:00
platform Add DHT Lua Module for interfacing with the DHTxx sensors (xx = 11-21-22-33-44). 2015-06-18 16:31:40 +08:00
smart minor fix 2015-03-20 19:42:10 +08:00
spiffs revert app/spifs folder to commmit 8f925e6 2015-05-28 23:54:07 -07:00
ssl deep optimizing ram usage 2015-01-07 01:15:38 +08:00
u8glib SPI comm function, untested 2015-02-20 11:07:52 +01:00
upgrade Fix UPGRADE_DBG when in DEVELOP_VERSION. 2015-01-27 13:48:10 +08:00
user Revert "Update spiffs to latest." 2015-05-28 17:38:08 -07:00
wofs Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
.gitignore seperate user_config.h to speed-up compile when modules disabled/enabled 2015-03-06 11:59:04 +08:00
Makefile Align all TAB=8 in app/Makefile, make sure it fit for github display. 2015-06-18 17:36:27 +08:00