From 226db2f1ecb0da4afa7e69e39fb4f927a67f1525 Mon Sep 17 00:00:00 2001 From: Georges Date: Sat, 5 Nov 2022 11:49:39 +0100 Subject: [PATCH] add w7500x-pac --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2b88a45..c38c50f 100644 --- a/README.md +++ b/README.md @@ -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)