OVMS3-idf/tools/unit-test-app/configs
Michael (XIAO Xufeng) 748b79e94a ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM
The workaround for PSRAM that will occupy an SPI bus is enabled only when:

1. used on 32MBit ver 0 PSRAM.
2. work at 80MHz.

The test used to only check 32MBit by the config option, but for PSRAM
on Wrover-B module seems to use a newer version of 32MBit PSRAM.  So it
expects the workaround to be enabled, but actually not.

This commit split the unit test into two parts:

1. check all SPI buses are available, for all configs except psram_hspi
and psram_vspi, run on regular runners (including Wrover and Wrover-B).
a hidden option is enabled so that the compiler knows it's not building
psram_hspi or psram_vspi.

2. check the specified bus are acquired, for config psram_hspi and
psram_vspi. This only run on special runner (legacy Wrover module).
2019-11-03 03:07:37 +00:00
..
aes_no_hw mbedtls: Fix compilation errors when CONFIG_MBEDTLS_HARDWARE_AES is disabled 2018-11-01 12:08:45 +05:30
aes_no_hw_s2 ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
app_update app_update: Change NUM_PIN_APP_TEST for unit test 2018-08-24 16:52:27 +08:00
bt Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00
default unit-test-app: split default, release, single_core configs 2019-07-10 22:44:11 +08:00
default_2 unit-test-app: split default, release, single_core configs 2019-07-10 22:44:11 +08:00
default_2_s2 ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
default_s2 ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
flash_encryption spi_flash: remove duplicate definition of spi_flash_unlock 2019-08-23 12:37:55 +08:00
freertos_compliance unit-test-app: freertos_compliance config added 2019-05-13 16:39:19 +05:30
freertos_compliance_s2 ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
libsodium app_update: Add unit tt pests for ota, factory, test partitions 2018-08-16 09:57:32 +05:00
libsodium_s2 ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
psram ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM 2019-11-03 03:07:37 +00:00
psram_2 ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM 2019-11-03 03:07:37 +00:00
psram_8m ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM 2019-11-03 03:07:37 +00:00
psram_hspi ci: Increase INT_WDT_TIMEOUT_MS for PSRAM configs 2019-10-28 18:58:05 +11:00
psram_vspi ci: Increase INT_WDT_TIMEOUT_MS for PSRAM configs 2019-10-28 18:58:05 +11:00
release unit-test-app: split default, release, single_core configs 2019-07-10 22:44:11 +08:00
release_2 unit-test-app: split default, release, single_core configs 2019-07-10 22:44:11 +08:00
release_2_s2 ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
release_s2 ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
single_core unit-test-app: split default, release, single_core configs 2019-07-10 22:44:11 +08:00
single_core_2 unit-test-app: split default, release, single_core configs 2019-07-10 22:44:11 +08:00
single_core_2_s2 ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
single_core_s2 ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
spi_flash_legacy flash_ops: fix spi_flash_read with source buffer not from internal memory and size < 16 2019-10-19 14:56:43 +08:00