esp-idf/components/bootloader/subproject
Marius Vikhammer 5b91a8173e 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-07-09 14:40:24 +08:00
..
main soc: add dummy bytes to ensure instr prefetch always valid 2021-07-09 14:40:24 +08:00
.gitignore build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
CMakeLists.txt cmake: fix custom bootloader issue 2019-05-27 17:00:23 +08:00
Makefile bootloader: Add support efuse component 2019-02-28 07:31:29 +00:00