In the docs replace references to native_posix with native_sim Switch the default test platform to native_sim from native_posix Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
18 lines
384 B
YAML
18 lines
384 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: OVERLAY_CONFIG="prj_poll.conf"
|
|
sample.devmem_load.uart.interrupt:
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
filter: CONFIG_SERIAL_SUPPORT_INTERRUPT
|