Raspberry Pi Pico UART-USB bridge
Find a file
Álvaro Fernández Rojas 410eef18ef uart-bridge: expose both HW UARTs
With these changes, both HW UARTs will be exposed as two independent USB-UART
bridge controllers.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-02-04 09:08:41 +01:00
pico-sdk@2d5789eca8 Import project files 2021-02-03 13:21:20 +01:00
.gitignore Import project files 2021-02-03 13:21:20 +01:00
.gitmodules Import project files 2021-02-03 13:21:20 +01:00
build.sh Import project files 2021-02-03 13:21:20 +01:00
CMakeLists.txt uart-bridge: expose both HW UARTs 2021-02-04 09:08:41 +01:00
LICENSE.md Import project files 2021-02-03 13:21:20 +01:00
README.md Import project files 2021-02-03 13:21:20 +01:00
tusb_config.h uart-bridge: expose both HW UARTs 2021-02-04 09:08:41 +01:00
uart-bridge.c uart-bridge: expose both HW UARTs 2021-02-04 09:08:41 +01:00
usb-descriptors.c uart-bridge: expose both HW UARTs 2021-02-04 09:08:41 +01:00

Raspberry Pi Pico USB-UART Bridge

This program bridges the Raspberry Pi Pico HW UART0 to USB CDC serial device in order to behave like any other USB-to-UART Bridge controller.

Disclaimer

This software is provided without warranty, according to the MIT License, and should therefore not be used where it may endanger life, financial stakes, or cause discomfort and inconvenience to others.