Skip to content

Commit 1995617

Browse files
authored
Add link to WIP atsamd21 device and hal crates
These both live in the same repo, so I'm not sure if you'd prefer to break this out and link to the subdirs in that repo or just keep this one entry. rust-embedded/wg#61 is the issue I opened with some background on this.
1 parent 5c1a320 commit 1995617

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Register definition for microcontroller families. Usually generated using [`svd2
8383

8484
- [`cortex-m`](https://github.com/japaric/cortex-m) Low level access to Cortex-M processors
8585

86+
### Atmel / Microchip
87+
88+
- [`atsamd21`](https://github.com/wez/atsamd21-rs) Peripheral access API for Atmel SAMD21 microcontrollers. This git repo hosts both the device crate and the hal.
89+
8690
### Nordic
8791

8892
- [`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)

0 commit comments

Comments
 (0)