You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ Peripheral Access Crates were also called Device Crates.
120
120
121
121
-[`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.
122
122
-[`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.
123
124
-[`sam3x8e`](https://crates.io/crates/sam3x8e) Peripheral access API for Atmel SAMD3X8E microcontrollers (generated using svd2rust) - 
124
125
125
126
### Nordic
@@ -184,6 +185,7 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
184
185
### Microchip
185
186
186
187
-[`atsamd-hal`](https://crates.io/crates/atsamd-hal) - HAL for SAMD21 and SAMD51 - 
188
+
-['avr-hal'](https://github.com/Rahix/avr-hal) - HAL for AVR microcontroller family and AVR-based boards
187
189
188
190
### Nordic
189
191
@@ -295,6 +297,10 @@ Crates tailored for specific boards.
0 commit comments