esp-idf/components/esp32
chaijie b2e08332e3 ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue
ESP32 in revision0 and revision1 uses touchpad to provide
current to oscillate xtal 32k. But revision2 and revision3
do not need to do that.
Note: touchpad can not work and toupad/ULP wakeup sources
are not available when toupad provides current to xtal 32k
2022-03-30 15:27:03 +08:00
..
include fix esp32s2 fall into sleep forever when deep-sleep time is set to 0(backport v4.2) 2021-07-14 17:46:20 +08:00
ld soc: add dummy bytes to ensure instr prefetch always valid 2021-06-26 08:54:46 +08:00
test CI: disable performance check for PSRAM config 2021-03-22 11:39:49 +08:00
cache_err_int.c esp32s2: IRAM/DRAM memory protection 2020-04-21 15:10:58 +02:00
cache_sram_mmu.c Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
clk.c TWAI: Add ESP32-S2 support 2020-07-30 22:09:39 +08:00
CMakeLists.txt esp_ipc: Move to new component 2020-05-18 16:51:45 +08:00
component.mk Revert "C++: add provisions for optional RTTI support" 2019-10-31 10:12:16 +07:00
cpu_start.c spi_flash: add config option to override flash size in bootloader header 2021-02-22 23:18:17 +08:00
crosscore_int.c Add Task Watchdog backtrace printing 2020-04-27 18:11:29 +00:00
dport_access.c freertos: Increase minimum task stack size when stack smashing checker is enabled 2021-03-19 12:19:58 +08:00
esp_clk_internal.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_himem.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
hw_random.c move esp32 chip specific includes to esp32/xxx.h 2019-03-18 17:14:05 +08:00
intr_alloc.c intr_alloc: fix the issue intr_enable/disable cannot be used in ISR in 2019-12-23 10:23:00 +08:00
Kconfig ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2022-03-30 15:27:03 +08:00
linker.lf esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
Makefile.projbuild Add fixes for gcc8 psram fix improvement 2020-03-27 20:04:47 +07:00
pm_esp32.c fix pm lock issue in dual core mode 2022-02-23 22:00:36 +08:00
pm_trace.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
project_include.cmake bootloader: disable psram cache bug fix for bootloader 2021-11-04 11:32:15 +08:00
sdkconfig.rename feat(psram): config SPI psram pins based on efuse value 2019-05-28 21:25:16 +08:00
sleep_modes.c ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2022-03-30 15:27:03 +08:00
spiram_psram.c psram: add ESP32-D0WD-R2-V3 support 2022-01-10 11:06:25 +08:00
spiram_psram.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
spiram.c feat(psram): support 16Mbit PSRAM for esp32 2020-07-24 21:19:45 +08:00
system_api_esp32.c esp_system: Fix RTC_WDT protection in esp_restart_noos 2022-01-10 21:58:01 +08:00