- 27 Jun, 2015 1 commit
-
-
Johny Mattsson authored
-
- 26 Jun, 2015 4 commits
-
-
Vowstar authored
Unify memory section usage for u8g
-
Vowstar authored
Make change log latest. 2015-06-23 Move constants to ROM. Frees up 16k+ of RAM 2015-06-17 Add dhtlib for DHT11/21/22/33/44, port from Arduino 2015-06-12 Add 433MHz transmission 2015-06-02 Crypto library with unified interface 2015-05-27 Re-add ws2812.write() 2015-05-26 Add crypto module initially containing sha1 and base64_encode 2015-05-23 Added wifi.getchannel 2015-05-18 Changed wifi_setip() to allow setting SoftAP gateway to 0.0.0.0 2015-05-17 Added net.dns.setdnsserver and net.dns.getdnsserver, add support for lm92 temperature sensor 2015-05-16 Implement getStrWidth() and setFontLineSpacingFactor() 2015-05-14 Add -Os flag to release and debug builds 2015-05-12 Changed output format of table that is output by wifi_scan_done 2015-05-11 Added ability to set scan configuration to wifi.sta.getap 2015-05-09 Added function wifi.sta.getconfig() 2015-05-07 Allow connecting to unsecured WiFi networks 2015-04-27 Add setphymode and getphymode to wifi module 2015-04-15 Add multicastJoin and multicastLeave to net module 2015-04-14 Add Yeelink Modules
-
vowstar authored
-
Vowstar authored
Move const data to ROM, freeing up ~16k of RAM
-
- 25 Jun, 2015 1 commit
-
-
Vowstar authored
Keep SDK internally rather than fetching the one from GeorgHahn
-
- 24 Jun, 2015 3 commits
-
-
devsaurus authored
this simplifies the overall memory handling based on the irom support by @jmattsson
-
devsaurus authored
Loadnon32
-
Marcel Stör authored
-
- 23 Jun, 2015 2 commits
-
-
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.
-
Johny Mattsson authored
-
- 22 Jun, 2015 2 commits
- 20 Jun, 2015 2 commits
-
-
Vowstar authored
@jorgempy We change the API of DNS callback format back
-
MarsTechHAN authored
Make the net api universe Callback Format -> function(conn,ip)
-
- 19 Jun, 2015 3 commits
- 18 Jun, 2015 5 commits
- 17 Jun, 2015 1 commit
-
-
vowstar authored
-
- 16 Jun, 2015 3 commits
- 11 Jun, 2015 3 commits
- 08 Jun, 2015 3 commits
- 07 Jun, 2015 1 commit
-
-
cal authored
Problem with multiple MQTT subscriptions #459 https://github.com/nodemcu/nodemcu-firmware/issues/459 Fix possible wrong buffer pointer increment.
-
- 05 Jun, 2015 4 commits
-
-
Vowstar authored
Crypto module improvements
-
Vowstar authored
Fix Problem with multiple MQTT subscriptions #459
-
Johny Mattsson authored
This releases 1168 bytes back to the heap.
-
Johny Mattsson authored
Also disabled MD2 support by default (see MD2_ENABLE in user_config.h).
-
- 04 Jun, 2015 2 commits
-
-
cal authored
Problem with multiple MQTT subscriptions #459 https://github.com/nodemcu/nodemcu-firmware/issues/459 Fix possible wrong buffer pointer increment.
-
-