mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 07:51:56 +00:00
Set integration_platforms on these samples to just frdm_k64f. This should be sufficient to make sure these tests build. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
12 lines
262 B
YAML
12 lines
262 B
YAML
sample:
|
|
name: Shell Sensor Module Sample
|
|
tests:
|
|
sample.sensor.shell:
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
|
|
tags: shell
|
|
harness: keyboard
|
|
min_ram: 20
|
|
min_flash: 33
|