OVMS3-idf/tools/ci/config
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
..
assign-test.yml ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
build.yml Merge branch 'feature/ci_macos_build_system_test' into 'master' 2019-11-01 18:41:30 +08:00
check.yml Handle deprecated values in sdkconfig.defaults 2019-10-02 16:29:25 +00:00
deploy.yml Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 13:44:24 +10:00
host-test.yml efuse: Add support for esp32s2beta 2019-09-20 16:59:46 +10:00
target-test.yml ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM 2019-11-03 03:07:37 +00:00