|
|
@@ -76,6 +76,12 @@ tools/test_apps/system/bootloader_sections:
|
|
|
|
|
|
tools/test_apps/system/build_test:
|
|
|
disable:
|
|
|
+ # For ROM impl build tests, disable them if none of the tested features are supported in the ROM
|
|
|
+ - 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))
|
|
|
+ - 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))
|
|
|
+ - if: CONFIG_NAME == "no_rvfplib" and ESP_ROM_HAS_RVFPLIB != 1
|
|
|
+ - if: CONFIG_NAME == "usb_serial_jtag" AND SOC_USB_SERIAL_JTAG_SUPPORTED != 1
|
|
|
+ - if: CONFIG_NAME == "usb_console_ets_printf" AND SOC_USB_OTG_SUPPORTED != 1
|
|
|
- if: IDF_TARGET in ["esp32p4"]
|
|
|
temporary: true
|
|
|
reason: target(s) not supported yet #TODO: IDF-8119
|