esp-idf/components/esp_psram
Michael (XIAO Xufeng) f168e9f174 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:59 +08:00
..
esp32 spiram: Support configure CLK onto the same pin as flash for ESP32-D0WD 2023-08-03 15:44:59 +08:00
esp32s2 esp_psram: return error when fail to detect oct psram 2023-03-06 10:56:28 +08:00
esp32s3 esp_psram: return error when fail to detect oct psram 2023-03-06 10:56:28 +08:00
include mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
test_apps/psram TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-03-07 10:23:43 +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 mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
esp_psram_impl.h esp_psram: return error when fail to detect oct psram 2023-03-06 10:56:28 +08:00
esp_psram.c mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
ext_mem_layout.c mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
ext_mem_layout.h mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
Kconfig esp_psram: new psram component 2022-06-14 15:44:27 +08:00
Kconfig.spiram.common esp_psram: new psram component 2022-06-14 15:44:27 +08:00
linker.lf esp_psram: rename esp_private/mmu.h to mmu_psram_flash.h 2022-08-27 15:11:15 +08:00
mmu_psram_flash.c cache: patch some rom cache api, rename those apis in ld 2023-06-19 15:15:32 +08:00
mmu.c fix(mm): correct mmap reserved irom and drom size 2023-07-07 10:45:26 +00:00
mmu.h mmu: driver framework, for vaddr maintenance 2022-08-27 16:05: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 17:23:39 +08:00
sdkconfig.rename.esp32s3 psram: remove CS/CLK pin settings in kconfig on ESP32S2/S3 2022-11-11 17:23:39 +08:00