From 483604441d1573ed06f16be96d952d1a6319316d Mon Sep 17 00:00:00 2001 From: James Munns Date: Mon, 5 Jul 2021 16:03:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e87a361..8cd7dca 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ In 2018 the Rust community created an embedded working group to help drive adopt - [xargo](https://github.com/japaric/xargo) Rust package manager with support for non-default std libraries — build rust runtime for your own embedded system. - xargo is great but it's in maintenance mode, [cargo-xbuild](https://github.com/rust-osdev/cargo-xbuild) is catching up as intended replacement. - [svd2rust](https://github.com/japaric/svd2rust) Generate Rust structs with register mappings from SVD files. -- [edc2svd](https://github.com/kiffie/edc2svd) Generate SVD files for PIC32 devies from EDC files. - ![crates.io](https://img.shields.io/crates/v/edc2svd.svg) +- [edc2svd](https://github.com/kiffie/edc2svd) Generate SVD files for PIC32 devices from EDC files. - ![crates.io](https://img.shields.io/crates/v/edc2svd.svg) - [embedded-hal-mock] Mock implementation of `embedded-hal` traits for testing without accessing real hardware. - ![crates.io](https://img.shields.io/crates/v/embedded-hal-mock.svg) - [bindgen](https://crates.io/crates/bindgen) Automatically generates Rust FFI bindings to C and C++ libraries. - ![crates.io](https://img.shields.io/crates/v/bindgen.svg) - [cortex-m semihosting](https://github.com/japaric/cortex-m-semihosting) Semihosting for ARM Cortex-M processors