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:
Alberto Escolar Piedras 2023-11-10 13:05:22 +01:00 committed by Carles Cufí
parent 32000aafa1
commit 6e2deeebbc
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -24,5 +24,5 @@ tests:
- "EchoApp::nanoappEnd\\(\\)"
- "I: Exiting EventLoop.*"
integration_platforms:
- native_posix
- native_sim
filter: CONFIG_FULL_LIBC_SUPPORTED