mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8ac74082f1
The CPU might prefetch instructions, which means it in some cases will try to fetch instruction located after the last instruction in flash.text. Add dummy bytes to ensure fetching these wont result in an error, e.g. MMU exceptions |
||
---|---|---|
.. | ||
ld | ||
bootloader_start.c | ||
CMakeLists.txt | ||
component.mk |