Update the structure to reduce redundancies with additional config files needed for native_posix platforms that replicate most of the same config values. Signed-off-by: Yuval Peress <peress@google.com>
11 lines
298 B
YAML
11 lines
298 B
YAML
tests:
|
|
system.settings.fcb.raw:
|
|
platform_allow: nrf52840dk_nrf52840 nrf52dk_nrf52832
|
|
tags: settings_fcb
|
|
extra_configs:
|
|
- CONFIG_ARM_MPU=n
|
|
- CONFIG_STDOUT_CONSOLE=y
|
|
system.settings.fcb.raw_native_posix:
|
|
platform_allow: native_posix native_posix_64
|
|
tags: settings_fcb
|