jh71xx-pac

Crates.iojh71xx-pac
lib.rsjh71xx-pac
version0.8.0
sourcesrc
created_at2023-09-29 01:55:46.613066
updated_at2024-04-28 22:21:10.262839
descriptionPeripheral access crate for the JH71xx SoCs
homepage
repositoryhttps://codeberg.org/weathered-steel/jh71xx-pac
max_upload_size
id986951
size11,781,868
Weathered Steel (weathered-steel-org)

documentation

README

crates.io crates.io Build Status

JH71xx Peripheral Access Crate

Development has moved to Codeberg: https://codeberg.org/weathered-steel/jh71xx-pac

Low-level access crates for JH71xx-based SoCs. Currently, only the JH7110 SoC is supported.

The JH7100 SoC is discontinued, and the next SoC in the JH-series will be the JH8110.

WARNING This crate is in the very earliest stages of development. SVD files used to generate the Rust code are partially hand-crafted from referencing the JH7110 Technical Reference Manual, preliminary release V2. Any mistakes are my own, and reviews/contributions are welcome.

Generating Rust Code from SVD

Code generation uses the svd-generator tool, a Rust port of cmsis-svd-generator from SiFive.

Requirements:

To regenerate/update the Rust code:

$ bash ./generate.sh
Commit count: 0

cargo fmt