Raspberry Pi Pico UART-USB bridge
Go to file
Álvaro Fernández Rojas 994eab59f5 Import project files
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-02-03 13:21:20 +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 Import project files 2021-02-03 13:21:20 +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
uart-bridge.c Import project files 2021-02-03 13:21:20 +01:00
usb-descriptors.c Import project files 2021-02-03 13:21:20 +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.