feat(esp32c5): add system related supports

This commit is contained in:
laokaiyao
2024-01-02 11:16:55 +08:00
parent 81aec7b929
commit a48f4760d2
50 changed files with 3481 additions and 27 deletions

View File

@@ -5,6 +5,7 @@ components/bootloader_support/test_apps/rtc_custom_section:
- if: SOC_RTC_MEM_SUPPORTED == 1
reason: this feature is supported on chips that have RTC memory
disable:
# TODO: [ESP32C5] IDF-8653
- if: IDF_TARGET == "esp32c5"
temporary: true
reason: not supported yet