Raspberry Pi Pico UART-USB bridge
Find a file
Álvaro Fernández Rojas 85383842d5 uart-bridge: code refactor
Avoid lines with more than 80 characters.
Fix indentation (tabs = 8 spaces).

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-02-03 15:45:04 +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 uart-bridge: code refactor 2021-02-03 15:45:04 +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.