mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-12 19:16:42 +00:00
Merge #391
391: add w7500x-pac r=adamgreig a=Georges760 Co-authored-by: Georges <g.palauqui@gptechinno.com>
This commit is contained in:
commit
447d5851c1
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)
|
||||
- [XMC](#xmc)
|
||||
- [Vorago](#vorago)
|
||||
- [Wiznet](#wiznet)
|
||||
- [HAL implementation crates](#hal-implementation-crates)
|
||||
- [OS](#os)
|
||||
- [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)
|
||||
- [`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
|
||||
|
||||
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