- 28 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Having ascertained that the SDK itself has no (zero, zilch, nada) dependencies on the standard C library, the NodeMCU linker script now puts any and all libc functions into irom, rather than carefully picking the ones that were used by NodeMCU some months ago. This should help keep iram free for the things which really need to be in iram (such as ISRs).
-
- 23 Dec, 2015 1 commit
-
-
Johny Mattsson authored
Removed earlier TCP port randomisation fix - the new SDK has its own fix even though Espressif told me they wouldn't fix it. Yay?
-
- 18 Dec, 2015 1 commit
-
-
Johny Mattsson authored
Third time lucky. I hope. Hi Terry.
-
- 16 Dec, 2015 1 commit
-
-
Johny Mattsson authored
Module creation & registration now made a lot simpler. In essence, each module file is now self-contained and only needs a NODEMCU_MODULE(MYNAME, "myname", myname_map, luaopen_myname); line to both be automatically recognised by the Lua initialization as well as honor the LUA_USE_MODULES_MYNAME #define.
-
- 17 Nov, 2015 1 commit
-
-
Johny Mattsson authored
-
- 05 Nov, 2015 1 commit
-
-
Johny Mattsson authored
This addresses the issue where a server would otherwise reject a valid connection attempt from a rebooted node, due to the server thinking that packet belonged to a recently closed session. By starting off the local TCP port numbers at random* points each boot the risk of port reuse across a reboot is significantly reduced. *) As random as can be had via the lower 12 bits of the ccounter.
-
- 12 Oct, 2015 4 commits
-
-
Johny Mattsson authored
The Lua input timer has been the thorn in the side which prevents a lot of potential sleeping, unnecessarily.
-
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
Trust me, without this things behave *very* strangely!
-
Johny Mattsson authored
Now boots to Lua prompt, but promptly reboots itself before input.
-
- 03 Jul, 2015 1 commit
-
-
vowstar authored
Espressif open-source android and iOs APP, See also https://github.com/espressifapp Note: Must use ESP-TOUCH-V021 in espressif app history.
-
- 24 Jun, 2015 1 commit
-
-
devsaurus authored
this simplifies the overall memory handling based on the irom support by @jmattsson
-
- 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.
-
- 29 Mar, 2015 1 commit
-
-
funshine authored
-
- 06 Mar, 2015 1 commit
-
-
funshine authored
-
- 16 Feb, 2015 1 commit
-
-
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;
-
- 13 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 11 Feb, 2015 1 commit
-
-
funshine authored
-
- 08 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 07 Feb, 2015 1 commit
-
-
funshine authored
-
- 06 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 04 Feb, 2015 1 commit
-
-
funshine authored
-
- 03 Feb, 2015 1 commit
-
-
devsaurus authored
* 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
-
- 01 Feb, 2015 1 commit
-
-
devsaurus authored
* implement first functions for graphics test
-
- 25 Jan, 2015 1 commit
-
-
HuangRui authored
-
- 24 Jan, 2015 1 commit
-
-
funshine authored
-
- 09 Jan, 2015 1 commit
-
-
funshine authored
-
- 05 Jan, 2015 2 commits
- 22 Dec, 2014 1 commit
-
-
funshine authored
-