Skip to content

add stm32l151 and bit_field #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Register definition for microcontroller families. Usually generated using [`svd2
- [`stm32f042`](https://crates.io/crates/stm32f042)
- [`stm32f103xx`](https://crates.io/crates/stm32f103xx)
- [`stm32f30x`](https://crates.io/crates/stm32f30x)
- [`stm32l151`](https://crates.io/crates/stm32l151)

## HAL implementation crates

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

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

- [`stm32l151-hal`](https://crates.io/crates/stm32l151-hal)

### Texas Instruments

- [`tm4c123x-hal`](https://github.com/thejpster/tm4c123x-hal)
Expand Down Expand Up @@ -228,10 +231,13 @@ Work in progress drivers. Help the authors make these crates awesome!

## no-std crates

`#![no_std]` crates designed to run on resource constrained devices.
[`#![no_std]` crates][no-std-category] designed to run on resource constrained devices.

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

- [bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays

[no-std-category]: https://crates.io/categories/no-std
[#2]: https://github.com/rust-embedded/awesome-embedded-rust/issues/2

## License
Expand Down