mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
0a9b3f91bc
This fixes the builder for ESP32 (original) by separating the RAM segments loadable by the ROM bootloader from flash-mapped segments (DROM/IROM) which require MMU setup by startup code. These changes are needed for to allow for ESP32 to correctly flashing large programs which as a result require XIP support. Signed-off-by: deadprogram <ron@hybridgroup.com>