esp-idf/components/bootloader/subproject
Marius Vikhammer 5036ec363b 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-04-01 10:23:44 +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-04-01 10:23:44 +08:00
.gitignore build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
CMakeLists.txt Merge branch 'feature/support_esp32c3_master_cmake_secure_boot' into 'master' 2021-01-21 08:42:49 +08:00
Makefile esp_hw_support: create component 2020-10-28 07:21:29 +08:00