Skip to content

Commit 890f046

Browse files
committed
test: split a new banch of testing to save IRAM
1 parent 895a3e1 commit 890f046

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

tools/unit-test-app/configs/default

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This config is split between targets since different component needs to be included (esp32, esp32s2)
2+
# IRAM is full... split some component to default_32_2
23
CONFIG_IDF_TARGET="esp32"
3-
TEST_COMPONENTS=freertos esp_hw_support esp_ipc esp_system esp_timer driver heap pthread soc spi_flash vfs
4+
TEST_COMPONENTS=freertos esp_hw_support esp_ipc esp_system esp_timer driver heap
45
CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD=y
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# continue from default
2+
CONFIG_IDF_TARGET="esp32"
3+
TEST_COMPONENTS=pthread soc spi_flash vfs
4+
CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD=y

0 commit comments

Comments
 (0)