Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duskmoon314/aw-pac
Peripheral access API for Allwinner SoCs generated from unofficial SVD file
https://github.com/duskmoon314/aw-pac
embedded pac rust svd2rust
Last synced: 12 days ago
JSON representation
Peripheral access API for Allwinner SoCs generated from unofficial SVD file
- Host: GitHub
- URL: https://github.com/duskmoon314/aw-pac
- Owner: duskmoon314
- License: apache-2.0
- Created: 2021-12-20T08:47:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T12:42:54.000Z (9 months ago)
- Last Synced: 2024-03-15T14:48:31.779Z (8 months ago)
- Topics: embedded, pac, rust, svd2rust
- Language: Rust
- Homepage:
- Size: 4.04 MB
- Stars: 23
- Watchers: 7
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `aw-pac`
Peripheral access API for Allwinner SoCs generated from unofficial SVD files
This project is currently developed and maintained by [duskmoon (Campbell He)](https://github.com/duskmoon314).
## SoC List
| SoC name | crate |
| ------------------ | ----------------------------------------------------------------------------------------------------------- |
| D1H(D1), D1S, F133 | [d1-pac ![crates.io](https://img.shields.io/crates/v/d1-pac.svg)](https://crates.io/crates/d1-pac) |
| R528, T113 | [r528-pac ![crates.io](https://img.shields.io/crates/v/r528-pac.svg)](https://crates.io/crates/r528-pac) |
| XR806 | [xr806-pac ![crates.io](https://img.shields.io/crates/v/xr806-pac.svg)](https://crates.io/crates/xr806-pac) |## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
### Acknowledgement
- [kassane (Matheus C. França)](https://github.com/kassane): His draft SVD files extracted from PDF saved a lot of time in refining of d1-pac.