nodemcu-firmware/include
Johny Mattsson b0f9788a6d Move constants to ROM. Frees up 16k+ of RAM.
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.
2015-06-23 15:41:14 +10:00
..
json source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
at_custom.h migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
c_types.h Move constants to ROM. Frees up 16k+ of RAM. 2015-06-23 15:41:14 +10:00
eagle_soc.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
espconn.h Update to SDK 0.9.6_b1 2015-02-16 11:37:39 +08:00
ets_sys.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
gpio.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ip_addr.h migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
mem.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
os_type.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
osapi.h migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
ping.h migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
queue.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
smartconfig.h migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
spi_flash.h migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
upgrade.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
user_interface.h Added comments for setphymode and getphymode functions in wifi module 2015-04-29 00:06:06 -07:00