When we enabled SEGGER support on the ST SoCs we now how some systems with really small amounts of memory that the sample can't be built for. Set a min_ram to exclude such systems. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
13 lines
231 B
YAML
13 lines
231 B
YAML
sample:
|
|
name: Systemview Demo
|
|
tests:
|
|
test:
|
|
filter: CONFIG_HAS_SEGGER_RTT
|
|
tags: debug tracing
|
|
min_ram: 13
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "RTT block address is.*"
|