Releases: JoeSc/pico-sexa-uart-bridge
Releases · JoeSc/pico-sexa-uart-bridge
TEST
Maintenance release
v4.0
- 5f63b43 Create release.yml
- 747b0fe Update tab/spaces of file
- 1f9905c Update README.md
- 333f940 Update ci.yml
- 68eb373 retrieve serial from flash ID
- 8506af3 Make UART TX and cfg Non-blocking to avoid any slowdowns in main loop
- 91b9d98 Refactor UART RX code to work around issue seen with 1.0.1 pico-sdk
- 2cc7a1a Rename buffer variables to increase code readability
- cfa4b81 Update build script to follow conventions
- 8885815 Update build scripts for local pico-sdk submodule
- 005458a Update pico-sdk to 1.4.0
- cef57e9 updated readme
- 29fda6d add 6th uart - requires tinyusb modification
- 33bb84f support for odd and even parity, not checked on receive for PIOs.
- 51ffe47 5 uarts now seem to be working, some tidy up, buffer increase, etc.
- eeb3d25 no blocking on HW uart write, added 5th UART
- 17fb2c5 add a 4th uart. big usb buffers to reduce risk of overflow, 63 byte usb buffer to fix bug, no blocking on pio uart tx
- dc053f6 basic tx working
- b6a0388 basic receive pio uart with baud rate change