/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/ |
D | README.rst | 13 * `Linux rpmsg client sample <https://elixir.bootlin.com/linux/latest/source/samples/rpmsg/rpmsg_cl… 14 * `Linux rpmsg tty driver <https://elixir.bootlin.com/linux/latest/source/drivers/tty/rpmsg_tty.c>`_ 17 a Linux kernel OS on the main processor and a Zephyr application on 33 Linux setup 43 Linux console 46 Open a Linux shell (minicom, ssh, etc.) and insert the ``rpmsg_client_sample`` module into the Linu… 66 For each message received, its content is displayed as shown down below then sent back to Linux. 73 OpenAMP[remote] Linux responder demo started 75 OpenAMP[remote] Linux sample client responder started 77 OpenAMP[remote] Linux TTY responder started [all …]
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.evdev | 5 bool "Native Linux evdev based input device" 11 Enable reading input from a Linux evdev device, requires specifying 17 int "Priority for the Linux evdev thread" 20 Priority level of the internal thread handling Linux input events. 23 int "Sleep period for the Linux evdev thread" 26 How long to sleep between checking for new events in the Linux input
|
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,native-linux-evdev.yaml | 5 Linux evdev based input device 7 Allows using a Linux evdev device to read input events and report them back 13 compatible = "zephyr,native-linux-evdev"; 21 compatible: "zephyr,native-linux-evdev"
|
/Zephyr-latest/doc/connectivity/networking/ |
D | usbnet_setup.rst | 10 This page describes how to set up networking between a Linux host 13 The board is connected to Linux host using USB cable 17 Linux host using a USB cable providing an Ethernet interface to the host. 24 the Linux host. 25 After plugging a USB cable from the board to the Linux host, the 30 running dmesg from the Linux host. 43 for the interface on the Linux host. 70 Next step is to assign IP addresses to the new Linux host interface, in 72 Linux system.
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 3 Install Linux Host Dependencies 6 Documentation is available for these Linux distributions: 10 * Clear Linux 11 * Arch Linux 45 .. group-tab:: Clear Linux 51 .. group-tab:: Arch Linux 92 .. group-tab:: Clear Linux 99 The Clear Linux focus is on *native* performance and security and not 111 system*. Each Linux distribution has a unique, relatively complex and 113 other and Clear Linux is no exception. If you need a more flexible [all …]
|
D | installation_win.rst | 8 Windows 10 WSL (Windows Subsystem for Linux) 21 #. `Install the Windows Subsystem for Linux (WSL)`_. 35 .. _Install the Windows Subsystem for Linux (WSL): https://msdn.microsoft.com/en-us/commandline/wsl… argument
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.native_linux | 1 # Native Linux SocketCAN configuration options 7 bool "Native Linux SocketCAN Driver" 12 Enable native Linux SocketCAN Driver
|
D | can_native_linux_adapt.c | 22 /* Linux host include files. */ 30 #include <linux/if.h> 31 #include <linux/can.h> 32 #include <linux/can/raw.h> 34 #error "This driver can only be built on Linux systems" 40 /* Linux kernels before v5.14 do not define CANFD_FDF */ 134 /* Make sure to set the flags for all frames received via the Linux API. in linux_socketcan_read_data() 137 * frames. In Linux the flags field is undefined for legacy frames. in linux_socketcan_read_data()
|
/Zephyr-latest/dts/bindings/can/ |
D | zephyr,native-linux-can.yaml | 4 description: Zephyr CAN driver using Linux SocketCAN 6 compatible: "zephyr,native-linux-can" 15 Linux host interface name (e.g. zcan0, vcan0, can0, ...).
|
/Zephyr-latest/samples/net/vlan/ |
D | README.rst | 26 file when running :file:`net-setup.sh` script in Linux like this: 50 Setting up Linux Host 53 The :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that 54 can be executed on the Linux host. It creates two VLAN interfaces ``vlan.100`` 55 and ``vlan.200`` on the Linux host and creates routes to Zephyr. 58 the following commands on the Linux host.
|
/Zephyr-latest/samples/net/lldp/ |
D | README.rst | 38 Setting up Linux Host 42 :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that can be 43 executed on the Linux host. It creates two VLANs on the Linux host and creates
|
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/ |
D | README.rst | 14 Building Jailhouse Linux for QEMU 46 This should boot Linux and drop into a shell. 59 Copy the generated zephyr.bin to the Jailhouse Linux root cell: 68 Back in Jailhouse Linux shell, create the Zephyr cell: 76 You may see a quirk here where the Linux shell stops taking input... 90 Now you can run Zephyr and Linux shell commands to communicate between 93 Ping Linux from Zephyr 105 Ping Zephyr from Linux 132 In Linux: 155 Linux output:
|
/Zephyr-latest/samples/subsys/usb/testusb/ |
D | README.rst | 8 to test USB device drivers and the device stack connected to a Linux host 9 and has a similar interface to "Gadget Zero" of the Linux kernel. 22 #. Load the ``usbtest`` Linux kernel module on the Linux Host. 42 #. Use the ``testusb`` tool in ``linux/tools/usb`` inside Linux kernel source directory 63 #. Use the ``testusb`` tool in ``linux/tools/usb`` inside Linux kernel source directory
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | shim.h | 20 * struct zep_shim_bus_qspi_priv - Structure to hold context information for the Linux OS 29 * of the Linux shim. Some of the elements of the structure need to be 30 * initialized during the initialization of the Linux shim while others need to 31 * be kept updated over the duration of the Linux shim operation.
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | Makefile.host | 1 # This makefile builds the sample for a POSIX system, like Linux 3 # libmbedtls-dev package on Debian/Ubuntu Linux.
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | Kconfig | 12 Will produce a console Linux process which can be executed natively. 23 Will produce a console Linux process which can be executed natively. 34 Will produce a console Linux process which can be executed natively. 45 Will produce a console Linux process which can be executed natively.
|
/Zephyr-latest/doc/develop/toolchains/ |
D | cadence_xcc.rst | 59 # Linux 63 export TOOLCHAIN_VER=RI-2022.10-linux 69 # Linux 72 export TOOLCHAIN_VER_intel_adsp_ace15_mtpm=RI-2022.10-linux 94 # Linux
|
D | other_x_compilers.rst | 6 This toolchain variant is borrowed from the Linux kernel build system's 10 Examples of such "other cross compilers" are cross toolchains that your Linux 22 Debian-based Linux systems, or ``arm-none-eabi-newlib`` on Fedora or Red 45 # Linux, macOS:
|
/Zephyr-latest/samples/net/ipv4_autoconf/ |
D | README.rst | 25 connect to a Linux host. 27 Connect ethernet cable from a :zephyr:board:`Freedom-K64F board <frdm_k64f>` to a Linux 30 Running Avahi client in Linux Host 33 Assign a IPv4 link local address to the interface in the Linux system
|
/Zephyr-latest/include/zephyr/net/ |
D | socketcan.h | 48 /* SocketCAN MTU size compatible with Linux */ 63 /* CAN FD specific flags from Linux Kernel (include/uapi/linux/can.h) */ 78 * @name Linux SocketCAN compatibility 81 * frame and CAN filter formats used by Linux SocketCAN. 87 * CAN Identifier structure for Linux SocketCAN compatibility. 110 * @brief CAN frame for Linux SocketCAN compatibility. 129 * @brief CAN filter for Linux SocketCAN compatibility.
|
/Zephyr-latest/dts/bindings/battery/ |
D | battery.yaml | 7 Properties are inherited from Linux. See 8 linux/Documentation/devicetree/bindings/power/supply/battery.yaml 32 Unlike the linux equivalent this array is required to be 11 elements
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 28 - There is an existing binding in the mainline Linux kernel. See 30 bindings and the `Linux devicetree documentation`_ for more information. 32 - Your hardware vendor provides an official binding outside of the Linux 36 https://github.com/torvalds/linux/ 45 the same `design guidelines laid out by Linux`_. 47 .. _design guidelines laid out by Linux: 102 like Linux.) 134 - We sometimes synchronize Zephyr's vendor-prefixes.txt file with the Linux 223 - Zephyr-specific extensions to bindings we share with upstream Linux. One 226 This channel binding is partially shared with an analogous Linux binding, and
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | README.rst | 111 Running echo-client in Linux Host 114 There is one useful testing scenario that can be used with Linux host. 115 Here echo-server is run in QEMU and echo-client is run in Linux host. 137 You can verify TLS communication with a Linux host as well. See 139 on how to test TLS with Linux host samples. 142 way of running, with the echo-server on the Linux host and the echo-client
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | numicro-gpio.h | 13 * specified by the Linux GPIO binding. Only applicable for Nuvoton NuMicro SoCs. 21 * specified by the Linux GPIO binding. Only applicable for Nuvoton NuMicro SoCs.
|
/Zephyr-latest/lib/posix/options/ |
D | spinlock.c | 81 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_init() 103 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_destroy() 121 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_lock() 138 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_trylock() 153 /* not specified as part of POSIX but this is the Linux behavior */ in pthread_spin_unlock()
|