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-03-01 15:53:20 +08:00
|
|
|
- if: SOC_RTC_MEM_SUPPORTED == 1
|
2023-08-17 10:45:23 +08:00
|
|
|
reason: this feature is supported on chips that have RTC memory
|
2024-12-14 17:08:19 +08:00
|
|
|
disable:
|
|
|
|
|
- if: IDF_TARGET == "esp32h21"
|
|
|
|
|
temporary: true
|
|
|
|
|
reason: IDF-11534
|