nodemcu-firmware/ld
Johny Mattsson b3e8eddf14 Sort out mapping of virtual <-> flash addresses.
The irom0_flash.bin file gets written to offset 0x40000 in flash. Said file
has the following layout

  | irom0 | text | data | rodata | chksum |

...so the previous approach of having a _flash_used_end symbol at the end of
the irom0 section no longer gives us an accurate view of how much of the flash
is used.
2016-06-24 15:40:48 +10:00
..
defsym.rom Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
extrasyms.rom Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
nodemcu.ld Replacement system_set_os_print() function. 2016-06-02 15:49:56 +10:00
nodemcu32.ld Sort out mapping of virtual <-> flash addresses. 2016-06-24 15:40:48 +10:00