- 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
-
- 20 Jun, 2015 1 commit
-
-
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 1 commit
-
-
Orgmar authored
-
- 11 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 2 commits
-
-
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 1 commit
-
-
cal authored
Problem with multiple MQTT subscriptions #459 https://github.com/nodemcu/nodemcu-firmware/issues/459 Fix possible wrong buffer pointer increment.
-
- 03 Jun, 2015 2 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
-
- 02 Jun, 2015 3 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
Uses both existing MD2/MD5/SHA1 and the Gifford SHA256-512, unless WITHOUT_SHA2 is defined.
-
Johny Mattsson authored
-
- 01 Jun, 2015 2 commits
- 29 May, 2015 2 commits
- 28 May, 2015 4 commits
- 26 May, 2015 1 commit
-
-
makefu authored
Add the original ws2812.write() function which does not scramble the buffer while preserving the 'new' ws2812.writergb. With this everybody should be happy again
-
- 23 May, 2015 2 commits
- 21 May, 2015 4 commits