nodemcu-firmware/app/modules
HuangRui 05fe3ea9f1 Update to SDK 0.9.6_b1
The open source LWIP is broken, use espressif's liblwip.a.
Uses system_get_vdd33 instead of readvdd33.
The espressif's sdk0.9.6 beta1 (2015.02.15) release note
1、Optimize smartconfig to version v0.8;
2、Optimize AT to version 0.22.b1;
1>、Fixed bugs;
2>、Optimize the speed of transparent transmission;
3、Optimize boot to version 1.3(b3);
1>、Fix compatibility problem of dual flash ;
4、Solve problem of the large current in deep sleep;
5、Fixed problem “check mem fail”;
6、Fixed problem of UDP socket may stop listening broadcast packet after a long time running under some special router;
7、Fixed bug related to wifi_station_scan;
8、Other optimize to make the software more reliable;
2015-02-16 11:37:39 +08:00
..
Makefile merge mqtt branch to master and build pre_build bin 2015-01-23 11:48:05 +08:00
adc.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
auxmods.h merge mqtt branch to master and build pre_build bin 2015-01-23 11:48:05 +08:00
bit.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
file.c update spiffs to 0.2.2, add file.rename api 2015-02-11 21:20:54 +08:00
gpio.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
i2c.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
modules.h Added support for WS2812 LEDs as a new module 2015-02-05 18:40:46 +01:00
mqtt.c fix #185 2015-02-07 23:45:01 +08:00
net.c add net.socket:getpeer() api, returns peer ip,port 2015-02-14 02:38:15 +08:00
node.c Update to SDK 0.9.6_b1 2015-02-16 11:37:39 +08:00
ow.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
pwm.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
spi.c Add SPI Module 2015-01-16 22:41:34 +02:00
tmr.c fix #132, #113, switch to lib/libssl.a 2015-01-27 20:47:41 +08:00
uart.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
wifi.c wifi.ap.setip() can set ip address now, fixed #199. 2015-02-12 22:43:48 +08:00
ws2812.c Renamed lgpio_ws2812 to match lua method name and fixed formatting 2015-02-07 07:05:41 +01:00