Skip to content

Commit bd68ec9

Browse files
committed
doc/develop/application: Replace native_posix w native_sim
As we are replacing native_posix with native_sim, let's use native_sim instead of native_posix as example platform. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 9963773 commit bd68ec9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/develop/application/index.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -706,20 +706,20 @@ Given the following example project layout:
706706
├── prj.conf
707707
├── prj_mouse.conf
708708
├── boards
709-
│ ├── native_posix.overlay
709+
│ ├── native_sim.overlay
710710
│ └── qemu_cortex_m3_mouse.overlay
711711
└── src
712712
└── main.c
713713
714-
* If this is built normally without ``FILE_SUFFIX`` being defined for ``native_posix`` then
715-
``prj.conf`` and ``boards/native_posix.overlay`` will be used.
714+
* If this is built normally without ``FILE_SUFFIX`` being defined for ``native_sim`` then
715+
``prj.conf`` and ``boards/native_sim.overlay`` will be used.
716716

717717
* If this is build normally without ``FILE_SUFFIX`` being defined for ``qemu_cortex_m3`` then
718718
``prj.conf`` will be used, no application devicetree overlay will be used.
719719

720-
* If this is built with ``FILE_SUFFIX`` set to ``mouse`` for ``native_posix`` then
721-
``prj_mouse.conf`` and ``boards/native_posix.overlay`` will be used (there is no
722-
``native_posix_mouse.overlay`` file so it falls back to ``native_posix.overlay``).
720+
* If this is built with ``FILE_SUFFIX`` set to ``mouse`` for ``native_sim`` then
721+
``prj_mouse.conf`` and ``boards/native_sim.overlay`` will be used (there is no
722+
``native_sim_mouse.overlay`` file so it falls back to ``native_sim.overlay``).
723723

724724
* If this is build with ``FILE_SUFFIX`` set to ``mouse`` for ``qemu_cortex_m3`` then
725725
``prj_mouse.conf`` will be used and ``boards/qemu_cortex_m3_mouse.overlay`` will be used.

0 commit comments

Comments
 (0)