Skip to content

Commit baccfdb

Browse files
committed
readme: remove stm32f1xx-hal as reference impl.
It doesn't implement embedded-hal 1.0.
1 parent ebde206 commit baccfdb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

embedded-hal/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ provided here but platform-specific code can avoid fallibility-related boilerpla
6868
- Initialization and configuration stuff like "ensure this serial interface and that SPI
6969
interface are not using the same pins". The HAL will focus on *doing I/O*.
7070

71-
## Reference implementation
72-
73-
The [`stm32f1xx-hal`] crate contains a reference implementation of this HAL.
74-
75-
[`stm32f1xx-hal`]: https://crates.io/crates/stm32f1xx-hal
76-
7771
## Platform agnostic drivers
7872

7973
You can find platform agnostic drivers built on top of `embedded-hal` on crates.io by [searching

0 commit comments

Comments
 (0)