Skip to content

Commit d95d79d

Browse files
sylvioalveskartben
authored andcommitted
samples: espressif: spiram_test: add ESP32-S3 test entries
Add test entries for ESP32-S3 default SPIRAM and octal 80 MHz configurations. Move harness config to common section to avoid duplication. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
1 parent 3137790 commit d95d79d

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
sample:
22
description: Application to test memory allocation from SPIRAM
33
name: spiram_test
4+
common:
5+
harness: console
6+
harness_config:
7+
type: multi_line
8+
regex:
9+
- "SPIRAM mem test pass"
10+
- "Internal mem test pass"
411
tests:
512
sample.board.esp32.spiram:
613
platform_allow: esp32_devkitc/esp32/procpu
714
tags: esp32
8-
harness: console
9-
harness_config:
10-
type: multi_line
11-
regex:
12-
- "SPIRAM mem test pass"
13-
- "Internal mem test pass"
15+
sample.board.esp32s3.spiram:
16+
platform_allow: esp32s3_devkitc/esp32s3/procpu
17+
tags: esp32s3
18+
sample.board.esp32s3.spiram.octal_80m:
19+
platform_allow: esp32s3_devkitc/esp32s3/procpu
20+
tags: esp32s3
21+
extra_configs:
22+
- CONFIG_SPIRAM_SPEED_80M=y
23+
- CONFIG_SPIRAM_MODE_OCT=y

0 commit comments

Comments
 (0)