esp-idf/components/esp_psram
KonstantinKondrashov 963a8b1c57 esp_psram: Use efuse_ll instead of efuse API
When the virt efuse mode is on and psram is on as well
then efuse buffer is not filled by efuses (it is filled by 0).
So the psram init func gets wrong pkg_ver = 0.

Closes https://github.com/espressif/esp-idf/issues/10925
Close IDFGH-9576
2023-03-10 05:14:50 +00:00
..
esp32 esp_psram: Use efuse_ll instead of efuse API 2023-03-10 05:14:50 +00: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 esp_psram: rename esp_private/mmu.h to mmu_psram_flash.h 2022-08-27 15:11:15 +08:00
mmu.c mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08: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