Merge branch 'bugfix/scan_test_missing_build_apps_without_tests' into 'master'

ci: bugfix: scan_test missing build apps without tests

See merge request espressif/esp-idf!12138
This commit is contained in:
Ivan Grokhotkov
2021-01-28 17:48:24 +08:00
11 changed files with 40 additions and 23 deletions

View File

@@ -1955,7 +1955,7 @@ PROVIDE ( spi_cache_mode_switch = 0x4004d9f0 );
PROVIDE ( spi_common_set_dummy_output = 0x4004dcac );
PROVIDE ( spi_common_set_flash_cs_timing = 0x4004dbf8 );
PROVIDE ( spi_dummy_len_fix = 0x4004cb30 );
PROVIDE ( spi_flash_attach = 0x4004e100 );
PROVIDE ( esp_rom_spiflash_attach = 0x4004e100 );
PROVIDE ( spi_flash_boot_attach = 0x4004e0a0 );
PROVIDE ( spi_flash_chip_gd_get_io_mode = 0x4004f248 );
PROVIDE ( spi_flash_chip_gd_probe = 0x4004f1d8 );