From 857a64838f9b25adda4afeaaa21cf5f34a6d4e1f Mon Sep 17 00:00:00 2001 From: rmsyn Date: Sat, 10 Feb 2024 00:27:39 +0000 Subject: [PATCH] tool: add svd-generator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7135404..e26f5cc 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ In 2018, the Rust community created an embedded working group to help drive adop - [defmt-test](https://github.com/knurling-rs/defmt-test), an embedded test harness that lets you write and run unit tests as if you were using the built-in `#[test]` attribute, but will run on an embedded target - [embedded-hal-compat](https://github.com/ryankurte/embedded-hal-compat), a compatibility layer to provide interoperability between `v0.2.x` and `v1.x.x` hal implementations and drivers - [Embassy start](https://github.com/titanclass/embassy-start) is a GitHub repo template for setting up async embedded Rust projects that use [Embassy](https://github.com/embassy-rs/embassy). This particular template targets nRF hardware and networking using the Uarte for the purposes of illustration only. +- [svd-generator](https://codeberg.org/weathered-steel/svd-generator) CLI tool to parse flattened device tree files, and create a SVD file. - ![crates.io](https://img.shields.io/crates/v/svd-generator.svg) [embedded-hal-mock]: https://crates.io/crates/embedded-hal-mock