Skip to content

Commit 33b4be8

Browse files
bors[bot]jonahbron
andcommitted
Merge #191
191: Added AVR crates to lists r=adamgreig a=jonahbron I've recently gotten involved with an AVR HAL project and realized they were not listed in the official list. They are still under development and not published, but it seems good to have them exposed. Co-authored-by: Jonah Dahlquist <[email protected]>
2 parents c6c8c2b + 846ec27 commit 33b4be8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Peripheral Access Crates were also called Device Crates.
120120

121121
- [`atsamd21`](https://github.com/atsamd-rs/atsamd) Peripheral access API for Microchip (formerly Atmel) SAMD21 microcontrollers. This git repo hosts both the peripheral access crate and the hal.
122122
- [`atsamd51`](https://github.com/atsamd-rs/atsamd) Peripheral access API for Microchip (formerly Atmel) SAMD51 microcontrollers. This git repo hosts both the peripheral access crate and the hal.
123+
- [`avr-device`](https://github.com/Rahix/avr-device) Peripheral access API for Microchip (formerly Atmel) AVR microcontroller family.
123124
- [`sam3x8e`](https://crates.io/crates/sam3x8e) Peripheral access API for Atmel SAMD3X8E microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/sam3x8e.svg)
124125

125126
### Nordic
@@ -184,6 +185,7 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
184185
### Microchip
185186

186187
- [`atsamd-hal`](https://crates.io/crates/atsamd-hal) - HAL for SAMD21 and SAMD51 - ![crates.io](https://img.shields.io/crates/v/atsamd-hal.svg)
188+
- ['avr-hal'](https://github.com/Rahix/avr-hal) - HAL for AVR microcontroller family and AVR-based boards
187189

188190
### Nordic
189191

@@ -295,6 +297,10 @@ Crates tailored for specific boards.
295297
- [`pyportal`](https://crates.io/crates/pyportal) - ![crates.io](https://img.shields.io/crates/v/pyportal.svg)
296298
- [`trellis_m4`](https://crates.io/crates/trellis_m4) - ![crates.io](https://img.shields.io/crates/v/trellis_m4.svg)
297299

300+
### Arduino
301+
302+
- [`avr-hal`](https://github.com/Rahix/avr-hal) - Board support crate for several AVR-based boards including the Arduino Uno and the Arduino Leonardo
303+
298304
### Nordic
299305

300306
- [`dwm1001`](https://crates.io/crates/dwm1001) - [Decawave DWM1001-DEV] - ![crates.io](https://img.shields.io/crates/v/dwm1001.svg)

0 commit comments

Comments
 (0)