nodemcu-firmware/app/platform
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
..
Makefile Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
common.c Sort out mapping of virtual <-> flash addresses. 2016-06-24 15:40:48 +10:00
common.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
cpu_esp32.h Sort out mapping of virtual <-> flash addresses. 2016-06-24 15:40:48 +10:00
cpu_esp8266.h Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
flash_api.c Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
flash_api.h Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
flash_fs.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
flash_fs.h Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
hw_timer.c Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
hw_timer.h Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
pin_map.c Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
pin_map.h Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
platform.c Sort out mapping of virtual <-> flash addresses. 2016-06-24 15:40:48 +10:00
platform.h Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00