Skip to content

Commit b4ff512

Browse files
authored
Merge pull request #7 from hdhoang/master
add stm32l151 and bit_field
2 parents f520ccd + 97ad298 commit b4ff512

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Register definition for microcontroller families. Usually generated using [`svd2
4747
- [`stm32f042`](https://crates.io/crates/stm32f042)
4848
- [`stm32f103xx`](https://crates.io/crates/stm32f103xx)
4949
- [`stm32f30x`](https://crates.io/crates/stm32f30x)
50+
- [`stm32l151`](https://crates.io/crates/stm32l151)
5051

5152
## HAL implementation crates
5253

@@ -98,6 +99,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
9899

99100
- [`stm32f30x-hal`](https://crates.io/crates/stm32f30x-hal)
100101

102+
- [`stm32l151-hal`](https://crates.io/crates/stm32l151-hal)
103+
101104
### Texas Instruments
102105

103106
- [`tm4c123x-hal`](https://github.com/thejpster/tm4c123x-hal)
@@ -232,10 +235,13 @@ Work in progress drivers. Help the authors make these crates awesome!
232235

233236
## no-std crates
234237

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.
236239

237240
*whoops* this list is currently empty. Want to help us write it? Leave a comment on issue [#2].
238241

242+
- [bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays
243+
244+
[no-std-category]: https://crates.io/categories/no-std
239245
[#2]: https://github.com/rust-embedded/awesome-embedded-rust/issues/2
240246

241247
## License

0 commit comments

Comments
 (0)