Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaoyangnz/svd-gen

CMSIS-SVD parser & generator: peripherals and register access for language bindings like Zig, Rust, C..
https://github.com/chaoyangnz/svd-gen

cmsis-svd embeded svd zig

Last synced: 26 days ago
JSON representation

CMSIS-SVD parser & generator: peripherals and register access for language bindings like Zig, Rust, C..

Awesome Lists containing this project

README

        

# svd-gen

CMSIS-SVD file language bindings - a generator of periperals and register for easy access.

## Usage

```
svd-gen -i fe310.svd -o fe310.zig -l Zig
```

Support:
- [x] Zig
- [ ] Rust
- [ ] C