File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed
esp_driver_ledc/test_apps Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ components/driver/test_apps/legacy_mcpwm_driver:
5454components/driver/test_apps/legacy_pcnt_driver :
5555 disable :
5656 - if : SOC_PCNT_SUPPORTED != 1
57+ - if : IDF_TARGET == "esp32c5"
58+ temporary : true
59+ reason : build failed. track in IDFCI-2204
5760 depends_filepatterns :
5861 - components/driver/deprecated/**/*pcnt*
5962
Original file line number Diff line number Diff line change 33components/esp_driver_ledc/test_apps/ledc :
44 disable :
55 - if : SOC_LEDC_SUPPORTED != 1
6+ - if : IDF_TARGET == "esp32c5"
7+ temporary : true
8+ reason : build failed. track in IDFCI-2204
69 disable_test :
710 - if : IDF_TARGET == "esp32p4"
811 temporary : true
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ components/esp_rom/test_apps/linux_rom_apis:
77components/esp_rom/test_apps/rom_impl_components :
88 disable :
99 # For ROM impl build tests, disable them if none of the tested features are supported in the ROM
10+ - if : CONFIG_NAME == "no_rom_impl_components" and IDF_TARGET == "esp32c5"
11+ temporary : true
12+ reason : build failed. track in IDFCI-2204
1013 - if : CONFIG_NAME == "rom_impl_components" and ((ESP_ROM_HAS_HAL_WDT != 1 and ESP_ROM_HAS_HAL_SYSTIMER != 1) and (ESP_ROM_HAS_HEAP_TLSF != 1 and ESP_ROM_HAS_SPI_FLASH != 1))
1114 - if : CONFIG_NAME == "no_rom_impl_components" and ((ESP_ROM_HAS_HAL_WDT != 1 and ESP_ROM_HAS_HAL_SYSTIMER != 1) and (ESP_ROM_HAS_HEAP_TLSF != 1 and ESP_ROM_HAS_SPI_FLASH != 1))
1215 - if : SOC_WDT_SUPPORTED == 0
Original file line number Diff line number Diff line change @@ -190,12 +190,18 @@ examples/peripherals/lcd/tjpgd:
190190examples/peripherals/ledc :
191191 disable :
192192 - if : SOC_LEDC_SUPPORTED != 1
193+ - if : IDF_TARGET == "esp32c5"
194+ temporary : true
195+ reason : build failed. track in IDFCI-2204
193196 depends_components :
194197 - esp_driver_ledc
195198
196199examples/peripherals/ledc/ledc_gamma_curve_fade :
197200 disable :
198201 - if : SOC_LEDC_SUPPORTED != 1 or SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED != 1
202+ - if : IDF_TARGET == "esp32c5"
203+ temporary : true
204+ reason : build failed. track in IDFCI-22041
199205 depends_components :
200206 - esp_driver_ledc
201207
You can’t perform that action at this time.
0 commit comments