esp-idf/components/esp32s2
Angus Gratton 9856198112 bootloader esp32s2: Increase bootloader DRAM & IRAM allowance
Bootloader DRAM now ends at 0x3FFEAB00 which is the start of ROM
static RAM (reclaimable after app is running).

IRAM loader segment increased by 8KB.

Available total static RAM for the app is now reduced by 16KB.
2020-09-15 11:23:51 +05:30
..
include Doc: DS documentation for S2 2020-06-28 09:42:02 +08:00
ld bootloader esp32s2: Increase bootloader DRAM & IRAM allowance 2020-09-15 11:23:51 +05:30
test esp32s2 sha test: update "Test esp_sha" to use cache compensated timer for performance measuring 2020-04-06 06:37:28 +00:00
cache_err_int.c esp32s2: return correct CPU number in esp_cache_err_get_cpuid 2020-05-04 10:13:14 +00:00
clk.c TWAI: Add ESP32-S2 support 2020-07-30 22:09:39 +08:00
CMakeLists.txt esp32s2: IRAM/DRAM memory protection 2020-04-21 15:10:58 +02:00
component.mk global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
cpu_start.c esp32s2: Move some code after the stdout initialization 2020-06-17 13:40:42 +08:00
crosscore_int.c Add Task Watchdog backtrace printing 2020-04-27 18:11:29 +00:00
dport_access.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
esp_clk_internal.h global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
esp_crypto_lock.c crypto: DS uses RSA peripheral, added shared lock 2020-04-09 11:11:04 +00:00
esp_ds.c crypto: DS uses RSA peripheral, added shared lock 2020-04-09 11:11:04 +00:00
esp_hmac.c crypto: DS uses RSA peripheral, added shared lock 2020-04-09 11:11:04 +00:00
hw_random.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
intr_alloc.c intr_alloc: using isr version of critical section 2020-06-08 12:52:25 +08:00
Kconfig esp32s2: Always use eFuse config for WP pin 2020-07-24 21:45:59 +08:00
linker.lf esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
Makefile.projbuild global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
memprot.c Include header file soc/cpu.h in memprot.c and system_api.c 2020-07-10 18:21:20 +05:30
pm_esp32s2.c esp_wifi: When WiFi TSF is active, skip light sleep 2020-05-13 19:31:36 +08:00
pm_trace.c esp32s2: sync esp_pm code from esp32 2020-02-17 16:03:47 +01:00
sleep_modes.c esp32s2: sleep_modes: remove dependency on driver/uart.h 2020-07-13 09:52:29 +02:00
spiram_psram.c esp32s2: Always use eFuse config for WP pin 2020-07-24 21:45:59 +08:00
spiram_psram.h global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
spiram.c bugfix(psram): configure MMU after PSRAM initialization 2020-07-24 21:10:37 +08:00
system_api_esp32s2.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00