mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-18 15:31:15 +00:00
Merge pull request #28 from wez/patch-3
Add link to WIP atsamd21 device and hal crates
This commit is contained in:
commit
08043910a1
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ Register definition for microcontroller families. Usually generated using [`svd2
|
|||
|
||||
[svd2rust-kw]: https://crates.io/keywords/svd2rust
|
||||
|
||||
### Microchip
|
||||
|
||||
- [`atsamd21`](https://github.com/wez/atsamd21-rs) Peripheral access API for Microchip (formerly Atmel) SAMD21 microcontrollers. This git repo hosts both the device crate and the hal.
|
||||
|
||||
### Nordic
|
||||
|
||||
- [`nrf51`](https://crates.io/crates/nrf51) Peripheral access API for nRF51 microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/nrf51.svg)
|
||||
|
|
Loading…
Reference in a new issue