zephyr/samples/boards/espressif/spiram_test/sample.yaml
Benjamin Cabé b93395fceb samples: boards: espressif: group Espressif board samples
Group all Microchip board samples in samples/boards/espressif to
keep samples/boards/ organized by vendor

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-09-13 13:43:09 +02:00

14 lines
344 B
YAML

sample:
description: Application to test memory allocation from SPIRAM
name: spiram_test
tests:
sample.board.esp32.spiram:
platform_allow: esp32_devkitc_wrover/esp32/procpu
tags: esp32
harness: console
harness_config:
type: multi_line
regex:
- "SPIRAM mem test pass"
- "Internal mem test pass"