File tree 1 file changed +11
-2
lines changed
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.
54
54
- [ Version policy] ( docs/version-policy.md )
55
55
56
56
## 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
59
68
60
69
[ awesome-embedded-rust ] : https://github.com/rust-embedded/awesome-embedded-rust#driver-crates
61
70
You can’t perform that action at this time.
0 commit comments