Raspberry Pi Pico UART-USB bridge
Find a file
Álvaro Fernández Rojas f46d93bb54 uart-bridge: fix incorrect uart_parity_t usage
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-02-03 15:33:45 +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: fix incorrect uart_parity_t usage 2021-02-03 15:33:45 +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.