esp-idf/components/bootloader/subproject
Marius Vikhammer 8ac74082f1 soc: add dummy bytes to ensure instr prefetch always valid
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
2021-03-29 13:50:03 +08:00
..
components/micro-ecc global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
main soc: add dummy bytes to ensure instr prefetch always valid 2021-03-29 13:50:03 +08:00
.gitignore build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
CMakeLists.txt Allow selection of different core for main task 2021-03-09 10:13:28 +11:00
Makefile esp_hw_support: create component 2020-10-28 07:21:29 +08:00