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 <sylvio.alves@espressif.com>
19 lines
435 B
YAML
19 lines
435 B
YAML
sample:
|
|
description: Processing multiple queues in
|
|
a number of threads
|
|
name: SMP Pktqueue
|
|
common:
|
|
tags: introduction
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: yes
|
|
regex:
|
|
- "RESULT: OK(.*)"
|
|
|
|
tests:
|
|
sample.smp.pktqueue:
|
|
tags: introduction
|
|
filter: (CONFIG_MP_NUM_CPUS > 1)
|
|
platform_exclude: esp32 esp_wrover_kit heltec_wifi_lora32_v2 odroid_go olimex_esp32_evb
|