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
Copy file name to clipboardExpand all lines: README.md
+28-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ Peripheral Access Crates were also called Device Crates.
136
136
137
137
-[`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.
138
138
-[`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.
139
+
-[`atsame54`](https://github.com/atsamd-rs/atsamd) Peripheral access API for Microchip (formerly Atmel) SAME54 microcontrollers. This git repo hosts both the peripheral access crate and the hal.
139
140
-[`avr-device`](https://github.com/Rahix/avr-device) Peripheral access API for Microchip (formerly Atmel) AVR microcontroller family.
140
141
-[`sam3x8e`](https://crates.io/crates/sam3x8e) Peripheral access API for Atmel SAMD3X8E microcontrollers (generated using svd2rust) - 
141
142
@@ -149,6 +150,7 @@ Peripheral Access Crates were also called Device Crates.
@@ -232,7 +234,7 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
232
234
233
235
### Microchip
234
236
235
-
-[`atsamd-hal`](https://crates.io/crates/atsamd-hal) - HAL for SAMD21and SAMD51 - 
237
+
-[`atsamd-hal`](https://crates.io/crates/atsamd-hal) - HAL for SAMD21, SAMD51 and SAME54 - 
236
238
-['avr-hal'](https://github.com/Rahix/avr-hal) - HAL for AVR microcontroller family and AVR-based boards
237
239
238
240
### Nordic
@@ -246,9 +248,10 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
246
248
247
249
Also check the list of [NXP board support crates][nxp-bsc]!
- Generic HAL implementation for all MCUs of the stm32f4 series
@@ -416,6 +419,7 @@ devices which go beyond what is available in [`embedded-hal`]:
416
419
-[`accelerometer`](https://github.com/NeoBirth/accelerometer.rs) - Generic accelerometer support, including traits and types for taking readings from 2 or 3-axis accelerometers and tracking device orientations - 
417
420
-[`embedded-graphics`](https://crates.io/crates/embedded-graphics): 2D drawing library for any size display - 
418
421
-[`smart-leds`](https://github.com/smart-leds-rs): Support for addressable LEDs including WS2812 and APA102
422
+
-[`radio`](https://github.com/ryankurte/rust-radio) - Generic radio transceiver traits, mocks, and helpers - 
419
423
420
424
## Driver crates
421
425
@@ -462,6 +466,10 @@ have achieved the "released" status (published on crates.io + documentation / sh
462
466
30.[OPT300x] - I2C - Ambient light sensor family driver - [Intro blog post][30] - 
463
467
31.[Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - 
34.[Sx127x] - SPI - Long Range Low Power Sub GHz (Gfsk, LoRa) RF Transceiver - [Intro blog post][34] - 
471
+
35.[Sx128x] - SPI - Long range, low power 2.4 GHz (Gfsk, Flrc, LoRa) RF Transceiver - [Intro blog post][35] - 
472
+
36.[AT86RF212] - SPI - Low power IEEE 802.15.4-2011 ISM RF Transceiver - [Intro blog post][36] - 
465
473
466
474
[L3GD20]: https://crates.io/crates/l3gd20
467
475
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -555,6 +563,18 @@ have achieved the "released" status (published on crates.io + documentation / sh
0 commit comments