samples zbus remote mock: Add overlay for native_sim
Add overlay configuration for native_sim, and enable it for this platform in the test yaml filter. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
abf6da6318
commit
c3dc01ddf3
2
samples/subsys/zbus/remote_mock/boards/native_sim.conf
Normal file
2
samples/subsys/zbus/remote_mock/boards/native_sim.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
CONFIG_UART_NATIVE_POSIX_PORT_1_ENABLE=y
|
||||||
|
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y
|
|
@ -6,6 +6,7 @@ tests:
|
||||||
tags: zbus
|
tags: zbus
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_posix
|
- native_posix
|
||||||
|
- native_sim
|
||||||
- hifive1_revb
|
- hifive1_revb
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_posix
|
- native_posix
|
||||||
|
|
Loading…
Reference in a new issue