Skip to content

Commit 54aa7a9

Browse files
sylvioalvescarlescufi
authored andcommitted
samples: tests: exclude esp32 platform
Remove ESP32 and ESP32S2 from not working samples and tests. Reason for not working is not enough memory space in RAM to execute it. This can be worked out as next steps. Signed-off-by: Sylvio Alves <[email protected]>
1 parent bb077a3 commit 54aa7a9

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

samples/arch/smp/pktqueue/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ tests:
1515
sample.smp.pktqueue:
1616
tags: introduction
1717
filter: (CONFIG_MP_NUM_CPUS > 1)
18+
platform_exclude: esp32 esp_wrover_kit heltec_wifi_lora32_v2 odroid_go olimex_esp32_evb
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
sample:
22
name: Espressif ESP32 WiFi Station
3-
tests:
4-
sample.board.esp32.wifi_station:
5-
platform_allow: esp32 esp32s2_saola
6-
tags: esp32

samples/net/sockets/dumb_http_server_mt/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ tests:
1010
sample.net.sockets.dumb_http_server_mt:
1111
extra_configs:
1212
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
13+
platform_exclude: esp32s2_saola

tests/lib/heap/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
tests:
99
lib.heap:
1010
tags: heap
11-
platform_exclude: m2gl025_miv qemu_xtensa
11+
platform_exclude: m2gl025_miv qemu_xtensa esp32s2_saola
1212
filter: not CONFIG_SOC_NSIM
1313
timeout: 480

0 commit comments

Comments
 (0)