esp-idf/components/esp_psram
Michael (XIAO Xufeng) 6dab947f68 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-08-03 15:44:22 +08:00
..
esp32 spiram: Support configure CLK onto the same pin as flash for ESP32-D0WD 2023-08-03 15:44:22 +08:00
esp32s2 gpio: support runtime preserve 2023-03-17 11:59:49 +08:00
esp32s3 kconfig: make 120 MSPI DDR as experimental feature 2023-04-03 10:30:50 +08:00
include mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
test_apps/psram psram: fixed esp32 2t mode fail issue 2023-03-30 02:45:06 +00: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 esp_psram: return error when fail to detect oct psram 2022-11-17 13:46:44 +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 cache: patch some rom cache api, rename those apis in ld 2023-06-19 10:53:51 +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