Lines Matching full:architecture
3 The POSIX architecture
14 The POSIX architecture, in combination with the inf_clock SOC layer,
15 provides the foundation, architecture and SOC layers for a set of virtual test
22 Zephyr application, eliminating the need for architecture-specific
27 The POSIX architecture is not related and should not be confused with the
61 The POSIX architecture is known to **not** work on macOS due to
97 `Rationale for this port`_ and :ref:`Architecture<posix_arch_architecture>`
177 Currently, these are the most significant features which are not supported in this architecture:
188 :ref:`the architecture section's architecture layer paragraph <posix_arch_design_archl>`
240 This native port compiles your code directly for the host architecture
251 The drivers and HW models for this architecture will hide this from the
276 As instructions are translated to the host architecture, and the target CPU and
304 Architecture and design
320 In this architecture each Zephyr thread is mapped to one POSIX pthread.
321 The POSIX architecture emulates a single threaded CPU/MCU by only allowing
326 This architecture provides the same interface to the Kernel as other
329 When using this architecture, the code is compiled natively for the host system,
336 only used by the POSIX architecture for thread bookkeeping.
361 and for each the POSIX architecture will create a dedicated pthread.