mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
Merge branch 'fix/esp32p4_l2_cache_configured_from_flash' into 'master'
fix(spi_flash): fix a bug where L2 cache was configured from flash on the ESP32-P4 Closes IDF-9681 See merge request espressif/esp-idf!30189
This commit is contained in:
@@ -933,7 +933,7 @@ esp_err_t esp_enable_cache_wrap(bool icache_wrap_enable)
|
|||||||
|
|
||||||
#if CONFIG_IDF_TARGET_ESP32P4
|
#if CONFIG_IDF_TARGET_ESP32P4
|
||||||
//TODO: IDF-5670
|
//TODO: IDF-5670
|
||||||
void esp_config_l2_cache_mode(void)
|
void IRAM_ATTR esp_config_l2_cache_mode(void)
|
||||||
{
|
{
|
||||||
cache_size_t cache_size;
|
cache_size_t cache_size;
|
||||||
cache_line_size_t cache_line_size;
|
cache_line_size_t cache_line_size;
|
||||||
|
Reference in New Issue
Block a user