File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,17 @@ version and an `-alpha` version side by side in a HAL.
5454- [ Version policy] ( docs/version-policy.md )
5555
5656## Implementations and drivers
57- For a list of ` embedded-hal ` implementations and driver crates check the [ awesome-embedded-rust]
58- list.
57+
58+ For a non-exhaustive list of ` embedded-hal ` implementations and driver crates check the
59+ [ awesome-embedded-rust] list.
60+
61+ You may be able to find even more HAL implementation crates and driver crates by searching for the
62+ [ ` embedded-hal-impl ` ] , [ ` embedded-hal-driver ` ] and [ ` embedded-hal ` ] [ embedded-hal-kw ] keywords
63+ on crates.io.
64+
65+ [ `embedded-hal-impl` ] : https://crates.io/keywords/embedded-hal-impl
66+ [ `embedded-hal-driver` ] : https://crates.io/keywords/embedded-hal-driver
67+ [ embedded-hal-kw ] : https://crates.io/keywords/embedded-hal
5968
6069[ awesome-embedded-rust ] : https://github.com/rust-embedded/awesome-embedded-rust#driver-crates
6170
You can’t perform that action at this time.
0 commit comments