OVMS3-idf/tools
Michael (XIAO Xufeng) 9b34085053 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-14 08:35:05 +00:00
..
ble NimBLE: Port NimBLE stack to IDF Release v3.3 (Backport v3.3) 2019-10-18 13:23:24 +08:00
catch move Catch framework header into tools directory 2017-04-17 11:01:18 +08:00
ci NimBLE: Port NimBLE stack to IDF Release v3.3 (Backport v3.3) 2019-10-18 13:23:24 +08:00
cmake cmake: fix variable scope issues 2019-09-13 01:32:50 +00:00
esp_app_trace tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
esp_prov esp_prov : Minor refactoring in argument dependent logic 2019-07-07 12:45:06 +05:30
kconfig Kconfig: Load properly auto.conf before writing the results to build/include 2019-10-10 15:41:14 +02:00
kconfig_new Use kconfiglib from $IDF_PATH/tools/kconfig_new 2019-09-11 14:39:01 +02:00
ldgen Use kconfiglib from $IDF_PATH/tools/kconfig_new 2019-09-11 14:39:01 +02:00
mass_mfg mfg_util: Fix unnecessary csv files creation for values with REPEAT tags 2019-05-31 13:55:03 +05:30
test_idf_monitor tools: Test IDF Monitor after it is ready to receive data 2019-02-25 10:35:09 +01:00
test_idf_size tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
tiny-test-fw Merge branch 'test/detect_exception_in_idf_dut_v3.3' into 'release/v3.3' 2019-09-08 23:09:48 +08:00
unit-test-app ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM 2019-11-14 08:35:05 +00:00
windows Merge branch 'feature/pystyle_tools' into 'master' 2018-12-20 10:36:01 +08:00
check_kconfigs.py tools: Don't use backslashes in Kconfigs and ignore long lines to avoid errors 2019-02-01 11:33:41 +01:00
check_python_dependencies.py python: Add check if current python is inside virtual environment 2019-01-08 12:21:33 +01:00
eclipse-code-style.xml tools: add code formatter rules for Eclipse 2016-11-03 18:41:00 +08:00
format-minimal.sh docs: add style guide 2016-11-03 18:41:00 +08:00
format.sh esp32: ReformatReformat panic.c (remove tabs, etc) 2016-12-07 13:25:56 -08:00
gen_esp_err_to_name.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
idf.py Merge branch 'bugfix/check_for_new_cmakecache_vars_v3.3' into 'release/v3.3' 2019-10-09 13:54:29 +08:00
idf_monitor.py idf_monitor: Exit with CTRL+X in menu 2019-10-09 10:44:54 +02:00
idf_size.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
test_check_kconfigs.py tools: Don't use backslashes in Kconfigs and ignore long lines to avoid errors 2019-02-01 11:33:41 +01:00
toolchain_versions.mk docs: generate toolchain download links 2018-09-20 18:53:14 +08:00