Skip to content

Commit f3b914d

Browse files
supreetd21espressif-bot
authored andcommitted
Split unit test configs to fit into ESP32s2's memory
1 parent bfc3f85 commit f3b914d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This config is split between targets since different component needs to be included (esp32, esp32s2)
22
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
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# This config is split between targets since different component needs to be included (esp32, esp32s2)
22
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
64
CONFIG_ESP32S2_RTCDATA_IN_FAST_MEM=y

0 commit comments

Comments
 (0)