mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 09:13:11 +00:00
feat(spiram): Add .noinit and .bss segement support on esp32c61
This commit is contained in:
@@ -4,6 +4,3 @@ components/esp_common/test_apps/esp_common:
|
||||
disable:
|
||||
- if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
|
||||
- if: CONFIG_NAME == "psram_noinit" and SOC_SPIRAM_SUPPORTED != 1
|
||||
- if: CONFIG_NAME == "psram_noinit" and IDF_TARGET in ["esp32c61"]
|
||||
temporary: true
|
||||
reason: esp32c61 is not supported yet # TODO: IDF-9293
|
||||
|
Reference in New Issue
Block a user