File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
tools/unit-test-app/configs Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# This config is split between targets since different component needs to be included (esp32, esp32s2)
2
2
CONFIG_IDF_TARGET="esp32s2"
3
- TEST_COMPONENTS=freertos esp32s2 esp_timer driver heap pthread soc spi_flash vfs
3
+ TEST_COMPONENTS=freertos esp32s2 esp_timer driver heap
Original file line number Diff line number Diff line change
1
+ # This config is split between targets since different component needs to be included (esp32, esp32s2)
2
+ CONFIG_IDF_TARGET="esp32s2"
3
+ TEST_COMPONENTS=pthread soc spi_flash vfs
Original file line number Diff line number Diff line change 1
1
# This config is split between targets since different component needs to be included (esp32, esp32s2)
2
2
CONFIG_IDF_TARGET="esp32s2"
3
- TEST_COMPONENTS=freertos esp32s2 esp_timer driver heap pthread soc spi_flash vfs test_utils
4
- CONFIG_MEMMAP_SMP=n
5
- CONFIG_FREERTOS_UNICORE=y
3
+ TEST_COMPONENTS=esp32s2 esp_timer driver heap soc spi_flash test_utils
6
4
CONFIG_ESP32S2_RTCDATA_IN_FAST_MEM=y
You can’t perform that action at this time.
0 commit comments