esp-idf/components/bootloader/subproject
Marius Vikhammer 54383f684f 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-06-26 08:54:46 +08:00
..
components/micro-ecc secure boot: Fix anti-fault value if hash is shorter than curve 2020-03-11 17:17:20 +11:00
main soc: add dummy bytes to ensure instr prefetch always valid 2021-06-26 08:54:46 +08:00
.gitignore build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
CMakeLists.txt bootloader: Secure_boot name replaced by secure_boot_v1 & secure_boot_v2 2020-10-22 05:57:46 +00:00
Makefile make bootloader depend on IDF_TARGET 2019-04-08 11:08:06 +08:00