Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captainirs/rk3399-pac
Peripheral Access Crate for the RK3399 SoC from Rockchip
https://github.com/captainirs/rk3399-pac
embedded-systems no-std pac rk3399 rockchip-soc rust
Last synced: about 1 month ago
JSON representation
Peripheral Access Crate for the RK3399 SoC from Rockchip
- Host: GitHub
- URL: https://github.com/captainirs/rk3399-pac
- Owner: CaptainIRS
- License: mit
- Created: 2024-03-15T13:53:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T17:12:09.000Z (8 months ago)
- Last Synced: 2024-10-31T11:48:15.689Z (about 2 months ago)
- Topics: embedded-systems, no-std, pac, rk3399, rockchip-soc, rust
- Language: Rust
- Homepage: https://crates.io/crates/rk3399-pac
- Size: 6.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RK3399 Peripheral Access Crate (PAC)
[![](https://img.shields.io/crates/v/rk3399-pac)](https://crates.io/crates/rk3399-pac) [![docs.rs](https://img.shields.io/docsrs/rk3399-pac)](https://docs.rs/rk3399-pac/)
This crate provides the peripheral access API for the memory-mapped registers of the RK3399 SoC in Rust generated using the `svd2rust` tool. The SVD file was obtained by parsing the Rockchip RK3399 Technical Reference Manual. The scripts used to generate the SVD file can be found in the [`CaptainIRS/rk3399-trm`](https://github.com/CaptainIRS/rk3399-trm) repository.
## License
Licensed under the MIT license, see [LICENSE](LICENSE) for details.