Skip to content

Commit

Permalink
Merge #317
Browse files Browse the repository at this point in the history
317: Move #296 changelog entry to unreleased section r=eldruin a=Piroro-hs

Just a small fix for CHANGELOG.md

Co-authored-by: Piroro-hs <[email protected]>
  • Loading branch information
bors[bot] and Piroro-hs authored Oct 8, 2021
2 parents b72255c + b747404 commit 683e41e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added
- `Error` traits for SPI, I2C and Serial traits. The error types used in those must
implement these `Error` traits, which implies providing a conversion to a common
set of error kinds. Generic drivers using these interfaces can then convert the errors
to this common set to act upon them.

### Removed
- Removed `DelayMs` in favor of `DelayUs` with `u32` as type for clarity.

Expand All @@ -17,10 +23,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added `IoPin` trait for pins that can change between being inputs or outputs
dynamically.
- `Error` traits for SPI, I2C and Serial traits. The error types used in those must
implement these `Error` traits, which implies providing a conversion to a common
set of error kinds. Generic drivers using these interfaces can then convert the errors
to this common set to act upon them.
- Added `Debug` to all spi mode types.
- Add impls of all traits for references (`&T` or `&mut T` depending on the trait) when `T` implements the trait.

Expand Down

0 comments on commit 683e41e

Please sign in to comment.