zephyr/samples/subsys/shell/devmem_load/sample.yaml
Abderrahmane Jarmouni 8785b184e6 samples: subsys: shell: devmem_load: fix incorrect use of OVERLAY_CONFIG
Replace OVERLAY_CONFIG with CONF_FILE since the file in question
contains an alternative configuration to the one in prj.conf
as clearly stated in the sample doc
'If you use poll you should also use `prj_poll.conf` instead of
`prj.conf`.'

Signed-off-by: Abderrahmane Jarmouni <git@jarmouni.me>
2024-10-24 14:06:54 +02:00

18 lines
379 B
YAML

sample:
name: devmem_load
description: devmem load sample
common:
harness: keyboard
tags:
- devmem
- devmem_load
tests:
sample.devmem_load.polled:
integration_platforms:
- native_sim
extra_args: CONF_FILE="prj_poll.conf"
sample.devmem_load.uart.interrupt:
integration_platforms:
- frdm_k64f
filter: CONFIG_SERIAL_SUPPORT_INTERRUPT