esp-idf/components/esp32s2
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
..
include deep_sleep: on S2 disable the brown out detector before deep sleeping 2021-02-18 18:39:06 +08:00
ld soc: add dummy bytes to ensure instr prefetch always valid 2021-03-29 13:50:03 +08:00
test style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
CMakeLists.txt build: fix linker scripts edition not triggering a rebuild 2021-03-12 07:48:32 +00:00
Kconfig esp_common: move to esp_hw_support 2021-02-24 12:16:37 +08:00
Makefile.projbuild
cache_err_int.c
clk.c
component.mk
crosscore_int.c
dport_access.c
esp_crypto_lock.c
esp_ds.c esp32s2 ds: Fix invalidating Digital Signature key from HMAC peripheral if assertions are disabled 2021-02-23 18:18:40 +11:00
esp_hmac.c
hw_random.c global: Uses CCOUNT API instead of XTHAL macro 2021-01-12 16:24:23 +08:00
linker.lf
memprot.c
spiram.c esp32s2: Simplify the code for adding spiram to heap 2021-02-18 16:27:43 +11:00
spiram_psram.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
spiram_psram.h
system_api_esp32s2.c esp32s2: Fix embedded flash feature flag for ESP32-S2FH16, ESP32-S2FH32 2020-11-17 18:16:25 +11:00