mirror of
https://github.com/Noltari/pico-uart-bridge.git
synced 2025-05-14 08:12:20 +00:00
Raspberry Pi Pico UART-USB bridge
Avoid lines with more than 80 characters. Fix indentation (tabs = 8 spaces). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> |
||
---|---|---|
pico-sdk@2d5789eca8 | ||
.gitignore | ||
.gitmodules | ||
build.sh | ||
CMakeLists.txt | ||
LICENSE.md | ||
README.md | ||
uart-bridge.c | ||
usb-descriptors.c |
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.