-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make multiple updates to the
spi
module
- Make conversion from `Status` to `Error` an inherent function of `Status` rather than an implementation of `TryFrom` - Add a `DynCapability` enum to allow run-time branching on `Capability` - Improve type-level consistency for the `AnyConfig` and `AnySpi` traits - Change how the `.get_dyn_length()` and `.set_dyn_length()` methods are restricted to only those structs with `DynLength` - Remove calls to `assert_eq!` to help limit formatting code - Fix bugs related to `Tx` `Capability`
- Loading branch information
1 parent
bd6eea2
commit 8139d7a
Showing
4 changed files
with
99 additions
and
58 deletions.
There are no files selected for viewing
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
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.