Adding atsam4-hal

This commit is contained in:
Jacob Alexander 2021-05-08 23:17:52 -07:00
parent f88661b87d
commit 99befbf49f
No known key found for this signature in database
GPG key ID: 32B5D9B7D6123A9E

View file

@ -279,6 +279,7 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
### Microchip
- [`atsam4-hal`](https://crates.io/crates/atsam4-hal) - HAL for SAM4E, SAM4N and SAM4S - ![crates.io](https://img.shields.io/crates/v/atsam4-hal.svg)
- [`atsamd-hal`](https://crates.io/crates/atsamd-hal) - HAL for SAMD11, SAMD21, SAMD51 and SAME54 - ![crates.io](https://img.shields.io/crates/v/atsamd-hal.svg)
- [`avr-hal`](https://github.com/Rahix/avr-hal) - HAL for AVR microcontroller family and AVR-based boards