- 29 Dec, 2015 1 commit
-
-
Huang Rui authored
Add http module and documention, including fix httpclient bug.
-
- 18 Dec, 2015 1 commit
-
-
Johny Mattsson authored
Third time lucky. I hope. Hi Terry.
-
- 17 Dec, 2015 1 commit
-
-
Johny Mattsson authored
-
- 12 Dec, 2015 1 commit
-
-
Johny Mattsson authored
As per #810 & #796, only LUA_OPTIMIZE_MEMORY=2 & MIN_OPT_LEVEL=2 are supported when building. This commit effects that limitation. With this change modules/auxmods.h no longer needs to be updated for every new module, nor do module writers need to cater for a hypothetical LUA_OPTIMIZE_MEMORY < 2 scenario.
-
- 12 Oct, 2015 5 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
-
Johny Mattsson authored
Renamed the main linker script to make it clear it is customised for NodeMCU and not to be confused with the standard linker SDK linker scripts. Changed to using the eagle.rom.addr.v6.ld file from the SDK.
-
Johny Mattsson authored
Now boots to Lua prompt, but promptly reboots itself before input.
-
Johny Mattsson authored
Leaving the linker scripts intact for now, as they're quite customised.
-
- 17 Sep, 2015 1 commit
-
-
- 23 Aug, 2015 1 commit
-
-
aeprox authored
-
- 22 Aug, 2015 1 commit
-
-
aeprox authored
makefiles etc
-
- 23 Jun, 2015 1 commit
-
-
Johny Mattsson authored
Accessing 8bit and 16bit constants from ROM rather than RAM comes with a performance cost, as these loads go through the load/store exception vector. Any performance critical constants can be forced back into RAM as RAM_CONST_ATTR. The entry point has changed from call_user_start() to user_start_trampoline() in order for the exception handler to be installed early enough.
-
- 19 Jun, 2015 1 commit
-
-
Vowstar authored
-
- 18 Jun, 2015 1 commit
-
-
vowstar authored
-
- 17 Jun, 2015 1 commit
-
-
vowstar authored
-
- 02 Jun, 2015 1 commit
-
-
Johny Mattsson authored
Uses both existing MD2/MD5/SHA1 and the Gifford SHA256-512, unless WITHOUT_SHA2 is defined.
-
- 21 May, 2015 1 commit
-
-
HuangRui authored
-
- 14 May, 2015 1 commit
-
-
robertfoss authored
To fit the build on boards with 512K of flash, build using -Os flag.
-
- 16 Mar, 2015 1 commit
-
-
funshine authored
-
- 06 Mar, 2015 1 commit
-
-
funshine authored
-
- 16 Feb, 2015 2 commits
-
-
HuangRui authored
Fixed the RAM issue.
-
HuangRui authored
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;
-
- 04 Feb, 2015 1 commit
-
-
funshine authored
-
- 02 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 01 Feb, 2015 1 commit
-
-
devsaurus authored
* initializer for SSD1306 display with I2C driver * disabled mqtt and ow modules to avoid irom0_0_seg overflow check ld script to increase size
-
- 27 Jan, 2015 1 commit
-
-
funshine authored
-
- 24 Jan, 2015 1 commit
-
-
funshine authored
-
- 23 Jan, 2015 1 commit
-
-
funshine authored
-
- 12 Jan, 2015 2 commits
- 10 Jan, 2015 3 commits
-
-
Peter Magnusson authored
Can now do make && make flash directly from root.
-
funshine authored
-
Simon John authored
Uses the new elf2image features of esptool.py to do away with the myriad of shell scripts and binaries. Fixed permissions on esptool.py
-
- 05 Jan, 2015 2 commits
- 22 Dec, 2014 1 commit
-
-
funshine authored
-