esp-idf/components/esp32
KonstantinKondrashov ff0a0951ef 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-08 01:47:46 +08:00
..
include add flash and PSRAM CS IO acquire function 2021-09-17 16:28:47 +08:00
ld (Xtensa) Build: add .xt.prop and .xt.lit to the compiled ELF file 2022-08-22 02:43:50 +00:00
test gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-12 17:45:06 +08:00
cache_err_int.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
cache_sram_mmu.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
clk.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
CMakeLists.txt build: fix linker scripts edition not triggering a rebuild 2021-05-06 12:19:01 +08:00
component.mk esp32: Provision to redirect .bss to external ram through linker fragments 2020-12-04 06:32:38 +00:00
crosscore_int.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
dport_access.c freertos: Increase minimum task stack size when stack smashing checker is enabled 2021-04-06 02:43:24 +00:00
esp_himem.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
hw_random.c global: Uses CCOUNT API instead of XTHAL macro 2021-01-12 16:24:23 +08:00
Kconfig kconfigs: Fix config issues raised by gen_kconfig_doc.py 2023-03-03 21:34:10 +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
project_include.cmake bootloader: disable psram cache bug fix for bootloader 2021-11-04 11:32:07 +08:00
sdkconfig.rename feat(psram): config SPI psram pins based on efuse value 2019-05-28 21:25:16 +08:00
spiram_psram.c esp_psram: Use efuse_ll instead of efuse API 2023-03-08 01:47:46 +08:00
spiram_psram.h add flash and PSRAM CS IO acquire function 2021-09-17 16:28:47 +08:00
spiram.c param: fixed heap pool reservation for DMA/internal usage fail issue 2022-07-28 10:15:53 +08:00
system_api_esp32.c all: Apply new version logic (major * 100 + minor) 2023-03-02 03:21:34 +00:00