Lines Matching refs:native
14 The native simulator in combination with the POSIX architecture and the inf_clock SOC layer,
20 a native application on the host OS, without emulation. Instead,
21 you use native host tools for compiling, debugging, and analyzing your
67 for Linux (WSL1) because WSL1 does not support native 32-bit binaries.
69 you can also just use the ``native_sim/native/64``
199 native tooling.
240 This native port compiles your code directly for the host architecture
256 Your code can be debugged, instrumented, or analyzed with all normal native
311 It only describes the new native simulator based architecture used by targets built with the
321 :alt: Zephyr layering in a native simulator build
329 :alt: native_sim boards and the native simulator
332 Relationship between Zephyr, the native_sim target and the native simulator
340 Then the `native simulator <https://github.com/BabbleSim/native_simulator/>`_ runner will be built.
346 The native simulator runner provides the Linux program entry point, command line argument parsing,
351 When targeting native_sim, the native simulator is also built with some basic HW models like a
354 `native simulator design documentation <https://github.com/BabbleSim/native_simulator/blob/main/doc…
392 You can find more information in the native simulator
403 used with the native simulator build and linked with the native simulator runner.
405 layer and the native simulator CPU threading emulation (NCT).
429 This SOC layer is mainly a very thin layer on top of the native simulator CPU emulation layer,
440 The board layer is responsible to provide all the hooks the SOC layer and native simulator runner
444 The overall execution and scheduling is handled by the native simulator runner itself, which calls
446 You can find information about how the native simulator runs the embedded SW in its
462 Busy waits work thanks to logic provided by the board and native simulator.
465 :c:func:`arch_busy_wait()` and an special fake HW timer provided by the native simulator.
468 `native simulator busy wait design documentation <https://github.com/BabbleSim/native_simulator/blo…
487 `native simulator tasks <https://github.com/BabbleSim/native_simulator/blob/main/docs/Design.md#nat…