2022-08-26 07:40:06 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/bootloader_support/test_apps/rtc_custom_section:
|
2023-08-16 22:45:23 -04:00
|
|
|
enable:
|
2023-12-11 07:10:38 -05:00
|
|
|
- if: SOC_RTC_MEM_SUPPORTED == 1 and IDF_TARGET != "esp32c5"
|
2023-08-16 22:45:23 -04:00
|
|
|
reason: this feature is supported on chips that have RTC memory
|
2023-12-25 02:32:55 -05:00
|
|
|
disable:
|
2024-01-01 22:16:55 -05:00
|
|
|
# TODO: [ESP32C5] IDF-8653
|
2023-12-25 02:32:55 -05:00
|
|
|
- if: IDF_TARGET == "esp32c5"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported yet
|