feat(spiram): Add spiram support on esp32c5

This commit is contained in:
C.S.M
2024-06-27 13:55:03 +08:00
parent 7ccddb8cc2
commit 9de3e737cf
15 changed files with 656 additions and 102 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ examples/system/unit_test/:
examples/system/xip_from_psram:
enable:
- if: SOC_SPIRAM_SUPPORTED == 1
- if: SOC_SPIRAM_SUPPORTED == 1 and SOC_SPIRAM_XIP_SUPPORTED == 1
reason: this feature is supported on chips that have PSRAM
disable:
- if: IDF_TARGET == "esp32"