esp-idf/components/esp32c3
Martin Vychodil d581312451 System: fix RTCFAST section alignment
This bugfix contains 3 fixes:
1. .rtc_dummy section is removed (not needed for C3)
2. .rtc_text section is padded with 16B for possible CPU prefetch
3. .rtc_text section is aligned to 4B boundary to comply with PMS Memprot requirements
2021-12-23 02:09:46 +01:00
..
include hmac: Added Downstream JTAG enable mode for esp32c3 2021-09-14 17:05:01 +05:30
ld System: fix RTCFAST section alignment 2021-12-23 02:09:46 +01:00
test [Peripheral/Security] DS peripheral driver 2021-01-05 12:26:59 +08:00
cache_err_int.c panic on RISC-V: Take into account Merge Request comments 2020-12-31 15:46:17 +08:00
clk.c esp32c3: added target component 2020-12-11 11:44:01 +08:00
CMakeLists.txt build: fix linker scripts edition not triggering a rebuild 2021-05-06 12:19:01 +08:00
component.mk esp32c3: added target component 2020-12-11 11:44:01 +08:00
crosscore_int.c esp32c3: added target component 2020-12-11 11:44:01 +08:00
dport_access.c esp32c3: added target component 2020-12-11 11:44:01 +08:00
esp_crypto_lock.c aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-10 09:40:35 +08:00
esp_ds.c [Peripheral/Security] DS peripheral driver 2021-01-05 12:26:59 +08:00
esp_hmac.c hmac: Added Downstream JTAG enable mode for esp32c3 2021-09-14 17:05:01 +05:30
hw_random.c esp32c3: added target component 2020-12-11 11:44:01 +08:00
Kconfig ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
linker.lf esp32c3: added target component 2020-12-11 11:44:01 +08:00
Makefile.projbuild esp32c3: added target component 2020-12-11 11:44:01 +08:00
memprot.c System/Memprot: fixed voltage glitching detection logic 2021-10-04 19:25:32 +02:00
project_include.cmake esp32c3: added target component 2020-12-11 11:44:01 +08:00
system_api_esp32c3.c esp_system: Adds sync of FRC & RTC counters in esp_restart (v4.3) 2021-10-28 17:33:46 +00:00