Home
last modified time | relevance | path

Searched full:passthrough (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/drivers/uart/passthrough/
DREADME.rst1 .. zephyr:code-sample:: uart-passthrough
2 :name: UART Passthrough
16 :zephyr_file:`samples/drivers/uart/passthrough`.
23 the chosen ``uart,passthrough`` device - the pins and baudrate will need to
33 :zephyr-app: samples/drivers/uart/passthrough
Dsample.yaml2 name: UART Passthrough
4 sample.drivers.uart.passthrough:
DCMakeLists.txt5 project(passthrough) project
/Zephyr-latest/samples/drivers/uart/passthrough/boards/
Dnucleo_l476rg.overlay3 uart,passthrough = &uart4;
/Zephyr-latest/samples/drivers/uart/passthrough/src/
Dmain.c96 static void passthrough(struct patch_info *patch) in passthrough() function
145 passthrough(&patch_c2o); in main()
146 passthrough(&patch_o2c); in main()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_raw.h38 /** Passthrough mode
/Zephyr-latest/drivers/console/
DKconfig60 bool "UART console mcumgr passthrough"
/Zephyr-latest/drivers/wifi/esp_at/
Desp_offload.c69 /* <mode>: In the UDP Wi-Fi passthrough in _sock_connect()
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst123 * Removed support for enabling passthrough mode on MPU9150 to
744 * Removed MPU9150 passthrough support from the AK8975 driver.