Use EXTRA_CONF_FILE in sample yaml files, that replaced deprecated OVERLAY_CONFIG since the Zephyr v3.4 release. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
28 lines
587 B
YAML
28 lines
587 B
YAML
tests:
|
|
settings.functional.nvs:
|
|
platform_allow:
|
|
- qemu_x86
|
|
- native_sim
|
|
- native_sim/native/64
|
|
tags:
|
|
- settings
|
|
- nvs
|
|
settings.functional.nvs.chosen:
|
|
extra_args: DTC_OVERLAY_FILE=./chosen.overlay
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
tags:
|
|
- settings
|
|
- nvs
|
|
settings.functional.nvs.dk:
|
|
extra_args: EXTRA_CONF_FILE=mpu.conf
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nrf52dk/nrf52832
|
|
integration_platforms:
|
|
- nrf52840dk/nrf52840
|
|
tags:
|
|
- settings
|
|
- nvs
|