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
b1c85cc1d5
esp-idf
/
tools
/
unit-test-app
/
configs
/
freertos_flash
3 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
freertos: Add test app sdkconfig This commit adds the sdkconfig files for the FreeRTOS test app. These configurations were dervied from the various legacy unit test app's config files that included the FreeRTOS component. This commit tries to keep a 1 to 1 config parity with the legacy test app. Meaning, if FreeRTOS test were run on a particular target with a particular config, that config will be represented in one of the test app's sdkconfig.ci.XXX files. However, the following configurations were removed for FreeRTOS tests: - The "freertos_flash" option was removed due to redudancy (already tested in freertos_options)
2022-10-14 14:29:51 -04:00
TEST_COMPONENTS=driver spi_flash
config: removed references to non-existing kconfig options
2022-03-15 06:25:05 -04:00
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
Reference in New Issue
Copy Permalink