esp-idf/components/esp_psram
Michael (XIAO Xufeng) 15f31f69b6 spiram: Support configure CLK onto the same pin as flash for ESP32-D0WD
When using PSRAM of rev0, the Flash and PSRAM should use different clock pins. But if using newer PSRAM, this is not necesary. This MR fixed the issue that allocating CLK of PSRAM to the same pin as Flash may crash.
2023-07-10 12:18:48 +08:00
..
esp32 spiram: Support configure CLK onto the same pin as flash for ESP32-D0WD 2023-07-10 12:18:48 +08:00
esp32s2 gpio: support runtime preserve 2023-03-17 11:59:49 +08:00
esp32s3 psram: supported 32MB psram on ESP32S3 2023-05-15 15:36:43 +08:00
include mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
test_apps/psram all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
.build-test-rules.yml feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +08:00
CMakeLists.txt esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
esp_psram_impl.h psram: supported 32MB psram on ESP32S3 2023-05-15 15:36:43 +08:00
esp_psram.c esp_mm: fix dependency to esp_psram 2023-02-28 10:42:22 +08:00
Kconfig feature: add ram loadable app support 2023-02-01 17:57:22 +08:00
Kconfig.spiram.common esp_psram: new psram component 2022-06-14 15:44:27 +08:00
linker.lf esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
mmu_psram_flash.c esp_rom: Patch some cache apis 2023-06-16 14:04:00 +08:00
project_include.cmake esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sdkconfig.rename.esp32s2 psram: remove CS/CLK pin settings in kconfig on ESP32S2/S3 2022-11-11 16:40:46 +08:00
sdkconfig.rename.esp32s3 psram: remove CS/CLK pin settings in kconfig on ESP32S2/S3 2022-11-11 16:40:46 +08:00