tool: add svd-generator

This commit is contained in:
rmsyn 2024-02-10 00:27:39 +00:00 committed by Diego Barrios Romero
parent 14cd3eb30f
commit 857a64838f

View file

@ -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