esp-idf/components/bootloader
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
..
subproject soc: add dummy bytes to ensure instr prefetch always valid 2021-07-09 14:40:24 +08:00
CMakeLists.txt cmake: Add component dependency support 2018-04-30 09:59:20 +10:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
Kconfig.projbuild paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 16:32:31 +10:00
Makefile.projbuild Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-16 16:24:10 +11:00
project_include.cmake cmake: fix custom bootloader issue 2019-05-27 17:00:23 +08:00