From 99befbf49f7def5d8bdec3f076e49d6e0961a548 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Sat, 8 May 2021 23:17:52 -0700 Subject: [PATCH] Adding atsam4-hal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 586d5f9..d602622 100644 --- a/README.md +++ b/README.md @@ -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