mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
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