Skip to content

Commit

Permalink
Update pico-sdk to 1.4.0
Browse files Browse the repository at this point in the history
Doing so removes the need for the CFG_TUD_EP_MAX modification in the README.
Also sdk 1.4.0 seems to remove data loss that would occur when all 6x
ports are receiving at 115200 baud.  There will be a subsequent commit
that would have fixed the issues had we remained on 1.0.1
  • Loading branch information
JoeSc committed Sep 22, 2022
1 parent cef57e9 commit 005458a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Raspberry Pi Pico USB-HW_and_PIO-UART Bridge
=================================
This expands Noltari's project to add 4 additional UARTs using the pico PIOs.
It requires a "fix" in tinyusb - ~/pico/pico-sdk/lib/tinyusb/src/device/usbd.c (thanks hippy)

#define CFG_TUD_EP_MAX 15

The PIO uarts are currently all 8x1. They will support but not check odd/even/no parity bit

Raspberry Pi Pico USB-UART Bridge
=================================
Expand Down
2 changes: 1 addition & 1 deletion pico-sdk
Submodule pico-sdk updated 381 files

0 comments on commit 005458a

Please sign in to comment.