nodemcu-firmware/ld
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
..
eagle.app.v6.app1.ld source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
eagle.app.v6.app2.ld source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
eagle.app.v6.ld Move constants to ROM. Frees up 16k+ of RAM. 2015-06-23 15:41:14 +10:00
eagle.rom.addr.v6.ld migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00