This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
f54cab62a2
esp-idf
/
tools
/
unit-test-app
/
configs
/
psram_2
4 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
unit test: split psram config into two configs to free up IRAM
2018-10-16 00:46:17 -04:00
TEST_COMPONENTS=driver esp32 spi_flash
Rename Kconfig options (components/esp32)
2019-04-30 06:51:55 -04:00
CONFIG_ESP32_SPIRAM_SUPPORT=y
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-10-31 00:00:46 -04:00
CONFIG_SPIRAM_OCCUPY_NO_HOST=y
Reference in New Issue
Copy Permalink