Skip to content

Commit 32b7f30

Browse files
Dirbaioeldruin
andauthored
Apply suggestions from code review
Co-authored-by: Diego Barrios Romero <[email protected]>
1 parent 049e9b9 commit 32b7f30

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

embedded-hal-async/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
## [v1.0.0-rc.1] - 2023-08-15
1111

1212
- Updated `embedded-hal` to version `1.0.0-rc.1`.
13-
- Add optional `defmt 0.3` support.
13+
- Add optional `defmt` 0.3 support.
1414
- Remove serial traits, the replacement is the `embedded-io` crate.
1515
- Added `+ ?Sized` to all blanket impls.
1616
- Moved `ExclusiveDevice` to `embedded-hal-bus`.

embedded-hal-async/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ or a console to operate either on hardware serial ports or on virtual ones like
1919

2020
## Optional Cargo features
2121

22-
- **`defmt-03`**: Derive `defmt::Format` from `defmt v0.3` for enums and structs.
22+
- **`defmt-03`**: Derive `defmt::Format` from `defmt` 0.3 for enums and structs.
2323

2424
## Minimum Supported Rust Version (MSRV)
2525

embedded-hal-bus/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
- The Minimum Supported Rust Version (MSRV) is now 1.60.0
1414
- Added `embedded-hal-async` support to SPI `ExclusiveDevice`.
1515
- Added methods to access the inner bus to SPI `ExclusiveDevice`.
16-
- Add optional `defmt 0.3` support.
16+
- Add optional `defmt` 0.3 support.
1717

1818
## [v0.1.0-alpha.3] - 2023-07-04
1919

embedded-hal-bus/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ provides mechanisms to obtain multiple `I2c` instances out of a single `I2c` ins
3232

3333
- **`std`**: enable shared bus implementations using `std::sync::Mutex`.
3434
- **`async`**: enable `embedded-hal-async` support.
35-
- **`defmt-03`**: Derive `defmt::Format` from `defmt v0.3` for enums and structs.
35+
- **`defmt-03`**: Derive `defmt::Format` from `defmt` 0.3 for enums and structs.
3636

3737
## Minimum Supported Rust Version (MSRV)
3838

embedded-hal/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
## [v1.0.0-rc.1] - 2023-08-15
1111

1212
- The Minimum Supported Rust Version (MSRV) is now 1.60.0
13-
- Add optional `defmt 0.3` support.
13+
- Add optional `defmt` 0.3 support.
1414
- Remove serial traits, the replacement is the `embedded-io` crate.
1515
- Added `+ ?Sized` to all blanket impls.
1616

embedded-hal/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ or a console to operate either on hardware serial ports or on virtual ones like
8686

8787
## Optional Cargo features
8888

89-
- **`defmt-03`**: Derive `defmt::Format` from `defmt v0.3` for enums and structs.
89+
- **`defmt-03`**: Derive `defmt::Format` from `defmt` 0.3 for enums and structs.
9090

9191
## Minimum Supported Rust Version (MSRV)
9292

embedded-io-async/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
1414

1515
- **`std`**: Adds `From` impls to convert to/from `std::io` structs, adds `std::error::Error` impls.
1616
- **`alloc`**: Adds blanket impls for `Box`, adds `Write` impl to `Vec`.
17-
- **`defmt-03`**: Derive `defmt::Format` from `defmt v0.3` for enums and structs.
17+
- **`defmt-03`**: Derive `defmt::Format` from `defmt` 0.3 for enums and structs.
1818

1919
## Minimum Supported Rust Version (MSRV)
2020

embedded-io/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stream, causing unexpected errors. To solve this, `embedded-io` specifies `Read`
2323

2424
- **`std`**: Adds `From` impls to convert to/from `std::io` structs, adds `std::error::Error` impls.
2525
- **`alloc`**: Adds blanket impls for `Box`, adds `Write` impl to `Vec`.
26-
- **`defmt-03`**: Derive `defmt::Format` from `defmt v0.3` for enums and structs.
26+
- **`defmt-03`**: Derive `defmt::Format` from `defmt` 0.3 for enums and structs.
2727

2828
## Minimum Supported Rust Version (MSRV)
2929

0 commit comments

Comments
 (0)