Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 163) sorted by relevance

1234567

/Zephyr-latest/boards/native/native_sim/
Dboard.cmake3 set(SUPPORTED_EMU_PLATFORMS native)
5 board_set_debugger_ifnset(native)
6 board_set_flasher_ifnset(native)
7 board_finalize_runner_args(native)
DCMakeLists.txt18 ${NSI_DIR}/native/src/include
27 add_subdirectory(${ZEPHYR_BASE}/boards/native/common/sdl/ ${CMAKE_CURRENT_BINARY_DIR}/sdl)
30 add_subdirectory(${ZEPHYR_BASE}/boards/native/common/extra_args/
Dnative_sim.dts57 compatible = "zephyr,native-posix-cpu";
150 compatible = "zephyr,native-posix-uart";
159 compatible = "zephyr,native-posix-uart";
168 compatible = "zephyr,native-posix-rng";
173 compatible = "zephyr,native-posix-counter";
188 compatible = "zephyr,native-posix-udc";
208 compatible = "zephyr,native-linux-can";
/Zephyr-latest/boards/native/native_posix/
Dboard.cmake4 set(SUPPORTED_EMU_PLATFORMS native)
6 board_set_debugger_ifnset(native)
7 board_set_flasher_ifnset(native)
8 board_finalize_runner_args(native)
/Zephyr-latest/boards/native/nrf_bsim/
Dboard.cmake4 set(SUPPORTED_EMU_PLATFORMS native)
6 board_set_debugger_ifnset(native)
7 board_set_flasher_ifnset(native)
8 board_finalize_runner_args(native)
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/
Dnative_sim_native_64_two.dts10 /delete-node/ added-by-native-one;
12 added-by-native-two{
Dnative_sim_native_one.dts55 compatible = "zephyr,native-posix-cpu";
138 compatible = "zephyr,native-posix-uart";
147 compatible = "zephyr,native-posix-uart";
156 compatible = "zephyr,native-posix-rng";
161 compatible = "zephyr,native-posix-counter";
177 compatible = "zephyr,native-posix-udc";
197 compatible = "zephyr,native-linux-can";
216 added-by-native-one {
/Zephyr-latest/samples/drivers/uart/native_tty/boards/
Dnative_sim.overlay4 compatible = "zephyr,native-tty-uart";
11 compatible = "zephyr,native-tty-uart";
/Zephyr-latest/boards/native/common/
Dnatsim_linker_script.ld9 * @brief Extra linker command/script file for the native simulator runner
21 * Note this script augments the default native simulator linker script
/Zephyr-latest/samples/net/wpan_serial/
DREADME.rst38 hardware which has native 802.15.4 support.
59 #. Run Contiki-based native border router (6lbr, native-router, etc)
64 $ cd examples/ipv6/native-border-router
66 $ sudo ./border-router.native -v5 -s ttyACM0 fd01::1/64
68 Now you have a Contiki native board router. You can access its web-based
/Zephyr-latest/tests/bluetooth/shell/snippets/xterm-native-shell/
Dxterm-native-shell.overlay13 compatible = "zephyr,native-posix-uart";
26 compatible = "zephyr,native-posix-uart";
/Zephyr-latest/soc/native/inf_clock/
DKconfig16 Which native simulator microcontroller/CPU number is this image targeting.
18 native simulator as their runner.
42 This option can be used to provide the native simulator with other MCUs/Cores images which have
45 have it produce the final link with the native simulator runner and the other MCU images.
/Zephyr-latest/boards/native/doc/
Darch_soc.rst14 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
[all …]
/Zephyr-latest/arch/posix/
DLinux.aarch64.cmake21 "If you were targeting native_sim/native/64, target native_sim instead.\n"
30 "If you were targeting native_sim, target native_sim/native/64 instead.\n"
DKconfig6 menu "POSIX (native) Options"
22 thread stack, the real stack is the native underlying pthread stack.
/Zephyr-latest/samples/modules/thrift/hello/client/
DCMakeLists.txt53 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-cert.pem
59 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-key.pem
/Zephyr-latest/samples/modules/thrift/hello/server/
DCMakeLists.txt53 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-cert.pem
59 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-key.pem
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf5340bsim.rst19 :ref:`POSIX architecture<Posix arch>` and the `native simulator`_ to
21 providing native code execution performance and easy debugging using
22 native tools, but inherits :ref:`its limitations <posix_arch_limitations>`.
91 to that MCU code image, and an executable (``zephyr/zephyr.exe``) that includes the native simulator
95 built with either Zephyr's build system or another native simulator compatible build system,
108 and cannot use an embedded image to assemble a native executable.
Dnrf54l15bsim.rst19 :ref:`POSIX architecture<Posix arch>` and the `native simulator`_ to
21 providing native code execution performance and easy debugging using
22 native tools, but inherits :ref:`its limitations <posix_arch_limitations>`.
95 As entropy driver, the :dtcompatible:`zephyr,native-posix-rng` is enabled by default.
/Zephyr-latest/tests/misc/llext-edk/
DCMakeLists.txt9 zephyr_include_directories(${ZEPHYR_BASE}/boards/native/common)
/Zephyr-latest/drivers/counter/
DKconfig.native_posix15 int "native counter, number of channels"
/Zephyr-latest/boards/seeed/xiao_rp2040/
Dxiao_rp2040_defconfig20 # Output UF2 by default, native bootloader supports it.
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dsparkfun_pro_micro_rp2040_defconfig20 # Output UF2 by default, native bootloader supports it.
/Zephyr-latest/boards/adafruit/kb2040/
Dadafruit_kb2040_defconfig22 # Output UF2 by default, native bootloader supports it.
/Zephyr-latest/boards/adafruit/qt_py_rp2040/
Dadafruit_qt_py_rp2040_defconfig22 # Output UF2 by default, native bootloader supports it.

1234567