-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add serial transport * Add set_baud support * Fix failed build on libudev-sys * Fix attempt to add with overflow in debug build * Ran "cargo fmt" * Add Clap ValueEnum aliases for baudrate argument * Expand CH32V00x device info * Fix windows style line endings * Add ignore_case for Transport and Baudrate arguments * Use default baudrate on error * Fix set_baud logic * Improve code and cli * Reset baudrate when SerialTransport is droped * Fix probe usb * Implement serial header and checksum validation --------- Co-authored-by: Basil Hussain <[email protected]>
- Loading branch information
1 parent
601dafb
commit 3757ab5
Showing
10 changed files
with
527 additions
and
53 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.