samples/modules/chre: Switch from native_posix to native_sim
In the docs replace the references to native_posix with native_sim. And switch the default test platform to native_sim from native_posix. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
32000aafa1
commit
6e2deeebbc
@ -31,7 +31,7 @@ To build the sample use the following west command:
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/modules/chre
|
||||
:board: native_posix
|
||||
:board: native_sim
|
||||
:goals: build
|
||||
|
||||
Once built and run, the sample application should:
|
||||
|
||||
@ -24,5 +24,5 @@ tests:
|
||||
- "EchoApp::nanoappEnd\\(\\)"
|
||||
- "I: Exiting EventLoop.*"
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
filter: CONFIG_FULL_LIBC_SUPPORTED
|
||||
|
||||
Loading…
Reference in New Issue
Block a user