2022-08-26 19:40:06 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
|
|
components/bootloader_support/test_apps/rtc_custom_section:
|
2023-08-17 10:45:23 +08:00
|
|
|
enable:
|
2024-01-02 22:19:49 +08:00
|
|
|
# TODO: [ESP32C5] IDF-8653
|
2023-12-11 20:10:38 +08:00
|
|
|
- if: SOC_RTC_MEM_SUPPORTED == 1 and IDF_TARGET != "esp32c5"
|
2023-08-17 10:45:23 +08:00
|
|
|
reason: this feature is supported on chips that have RTC memory
|