rtic-scope / cargo-rtic-scope

Non-intrusive ITM tracing/replay toolset for RTIC programs with nanosecond timestamp accuracy.
16 stars 4 forks source link

sources/tty: fix user-supplied baud rate #110

Closed tmplt closed 2 years ago

tmplt commented 2 years ago

The previous commit incorrectly assumed that release-version of nix can convert an arbitrary baud rate to the corresponding enum. This was not the case. This commit pins a branch of nix that implements this conversion.