File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Register definition for microcontroller families. Usually generated using [`svd2
47
47
- [ ` stm32f042 ` ] ( https://crates.io/crates/stm32f042 )
48
48
- [ ` stm32f103xx ` ] ( https://crates.io/crates/stm32f103xx )
49
49
- [ ` stm32f30x ` ] ( https://crates.io/crates/stm32f30x )
50
+ - [ ` stm32l151 ` ] ( https://crates.io/crates/stm32l151 )
50
51
51
52
## HAL implementation crates
52
53
@@ -98,6 +99,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
98
99
99
100
- [ ` stm32f30x-hal ` ] ( https://crates.io/crates/stm32f30x-hal )
100
101
102
+ - [ ` stm32l151-hal ` ] ( https://crates.io/crates/stm32l151-hal )
103
+
101
104
### Texas Instruments
102
105
103
106
- [ ` tm4c123x-hal ` ] ( https://github.com/thejpster/tm4c123x-hal )
@@ -232,10 +235,13 @@ Work in progress drivers. Help the authors make these crates awesome!
232
235
233
236
## no-std crates
234
237
235
- ` #![no_std] ` crates designed to run on resource constrained devices.
238
+ [ ` #![no_std] ` crates] [ no-std-category ] designed to run on resource constrained devices.
236
239
237
240
* whoops* this list is currently empty. Want to help us write it? Leave a comment on issue [ #2 ] .
238
241
242
+ - [ bit_field] ( https://crates.io/crates/bit_field ) : manipulating bitfields and bitarrays
243
+
244
+ [ no-std-category ] : https://crates.io/categories/no-std
239
245
[ #2 ] : https://github.com/rust-embedded/awesome-embedded-rust/issues/2
240
246
241
247
## License
You can’t perform that action at this time.
0 commit comments