mirror of
https://github.com/Noltari/pico-uart-bridge.git
synced 2025-05-24 20:24:53 +00:00
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>
This commit is contained in:
parent
911bf03c80
commit
410eef18ef
4 changed files with 224 additions and 107 deletions
|
@ -11,8 +11,8 @@ pico_sdk_init()
|
|||
add_executable(uart_bridge uart-bridge.c usb-descriptors.c)
|
||||
|
||||
target_include_directories(uart_bridge PUBLIC
|
||||
pico-sdk/lib/tinyusb/src
|
||||
pico-sdk/src/rp2_common/pico_stdio_usb/include)
|
||||
./
|
||||
pico-sdk/lib/tinyusb/src)
|
||||
|
||||
target_link_libraries(uart_bridge
|
||||
pico_multicore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue