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
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.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,10 @@ Register definition for microcontroller families. Usually generated using [`svd2
83
83
84
84
-[`cortex-m`](https://github.com/japaric/cortex-m) Low level access to Cortex-M processors
85
85
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
+
86
90
### Nordic
87
91
88
92
-[`nrf51`](https://crates.io/crates/nrf51) Peripheral access API for nRF51 microcontrollers (generated using svd2rust) - 
0 commit comments