mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-13 19:46:34 +00:00
add w7500x-pac
This commit is contained in:
parent
d26b85a14b
commit
226db2f1ec
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,7 @@ This project is developed and maintained by the [Resources team][team].
|
||||||
- [GigaDevice](#gigadevice)
|
- [GigaDevice](#gigadevice)
|
||||||
- [XMC](#xmc)
|
- [XMC](#xmc)
|
||||||
- [Vorago](#vorago)
|
- [Vorago](#vorago)
|
||||||
|
- [Wiznet](#wiznet)
|
||||||
- [HAL implementation crates](#hal-implementation-crates)
|
- [HAL implementation crates](#hal-implementation-crates)
|
||||||
- [OS](#os)
|
- [OS](#os)
|
||||||
- [Microchip](#microchip-1)
|
- [Microchip](#microchip-1)
|
||||||
|
@ -330,6 +331,10 @@ Peripheral access crates for the different XMC4xxx families of microcontrollers
|
||||||
- [`va108xx`](https://egit.irs.uni-stuttgart.de/rust/va108xx) - ![crates.io](https://img.shields.io/crates/v/va108xx.svg)
|
- [`va108xx`](https://egit.irs.uni-stuttgart.de/rust/va108xx) - ![crates.io](https://img.shields.io/crates/v/va108xx.svg)
|
||||||
- [`va416xx`](https://egit.irs.uni-stuttgart.de/rust/va416xx) - ![crates.io](https://img.shields.io/crates/v/va416xx.svg)
|
- [`va416xx`](https://egit.irs.uni-stuttgart.de/rust/va416xx) - ![crates.io](https://img.shields.io/crates/v/va416xx.svg)
|
||||||
|
|
||||||
|
### Wiznet
|
||||||
|
|
||||||
|
- [`w7500x-pac`](https://crates.io/crates/w7500x-pac) Peripheral Access Crate for Wiznet's W7500x microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/w7500x-pac.svg)
|
||||||
|
|
||||||
## HAL implementation crates
|
## HAL implementation crates
|
||||||
|
|
||||||
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS. - ![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)
|
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS. - ![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)
|
||||||
|
|
Loading…
Reference in a new issue