Searched refs:native (Results 1 – 25 of 163) sorted by relevance
1234567
/Zephyr-latest/boards/native/native_sim/ |
D | board.cmake | 3 set(SUPPORTED_EMU_PLATFORMS native) 5 board_set_debugger_ifnset(native) 6 board_set_flasher_ifnset(native) 7 board_finalize_runner_args(native)
|
D | CMakeLists.txt | 18 ${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/
|
D | native_sim.dts | 57 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/ |
D | board.cmake | 4 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/ |
D | board.cmake | 4 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/ |
D | native_sim_native_64_two.dts | 10 /delete-node/ added-by-native-one; 12 added-by-native-two{
|
D | native_sim_native_one.dts | 55 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/ |
D | native_sim.overlay | 4 compatible = "zephyr,native-tty-uart"; 11 compatible = "zephyr,native-tty-uart";
|
/Zephyr-latest/boards/native/common/ |
D | natsim_linker_script.ld | 9 * @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/ |
D | README.rst | 38 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/ |
D | xterm-native-shell.overlay | 13 compatible = "zephyr,native-posix-uart"; 26 compatible = "zephyr,native-posix-uart";
|
/Zephyr-latest/soc/native/inf_clock/ |
D | Kconfig | 16 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/ |
D | arch_soc.rst | 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 [all …]
|
/Zephyr-latest/arch/posix/ |
D | Linux.aarch64.cmake | 21 "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"
|
D | Kconfig | 6 menu "POSIX (native) Options" 22 thread stack, the real stack is the native underlying pthread stack.
|
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | CMakeLists.txt | 53 ${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/ |
D | CMakeLists.txt | 53 ${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/ |
D | nrf5340bsim.rst | 19 :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.
|
D | nrf54l15bsim.rst | 19 :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/ |
D | CMakeLists.txt | 9 zephyr_include_directories(${ZEPHYR_BASE}/boards/native/common)
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig.native_posix | 15 int "native counter, number of channels"
|
/Zephyr-latest/boards/seeed/xiao_rp2040/ |
D | xiao_rp2040_defconfig | 20 # Output UF2 by default, native bootloader supports it.
|
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/ |
D | sparkfun_pro_micro_rp2040_defconfig | 20 # Output UF2 by default, native bootloader supports it.
|
/Zephyr-latest/boards/adafruit/kb2040/ |
D | adafruit_kb2040_defconfig | 22 # Output UF2 by default, native bootloader supports it.
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/ |
D | adafruit_qt_py_rp2040_defconfig | 22 # Output UF2 by default, native bootloader supports it.
|
1234567