Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for splitting of the USB Serial JTAG peripheral into tx/rx comp…
…onents (continuation) (#1116) * Allow for splitting of the USB Serial JTAG peripheral into tx/rx components * Update `CHANGELOG.md` * Split single waker into tx/rx wakers * Fix interrupt bug and update embassy example The wakers were written to trigger opposite, so the rx waker would trigger for tx interrupts and vice versa. Also update the embassy example to run read/write in separate tasks. * rustfmt --------- Co-authored-by: Jesse Braham <[email protected]>
- Loading branch information