pac: add StarFive JH71xx PAC

Adds information for the [`jh71xx-pac`](https://github.com/rmsyn/jh71xx-pac) that
supports the JH71xx SoCs from StarFive.
This commit is contained in:
rmsyn 2023-09-29 02:19:26 +00:00
parent 030a69c4c2
commit 4fd4c91756
No known key found for this signature in database
GPG key ID: 9D04200B19800949

View file

@ -28,6 +28,7 @@ This project is developed and maintained by the [Resources team][team].
- [Raspberry Pi Silicon](#raspberry-pi-silicon)
- [SiFive](#sifive)
- [Silicon Labs](#silicon-labs)
- [StarFive](#starfive)
- [STMicroelectronics](#stmicroelectronics)
- [Texas Instruments](#texas-instruments)
- [MSP430](#msp430)
@ -272,6 +273,15 @@ The [`efm32-rs`](https://github.com/efm32-rs) project has peripheral access APIs
- [`efm32wg-pac`](https://crates.io/crates/efm32wg-pac) - ![crates.io](https://img.shields.io/crates/v/efm32wg-pac)
- [`efm32zg-pac`](https://crates.io/crates/efm32zg-pac) - ![crates.io](https://img.shields.io/crates/v/efm32zg-pac)
### StarFive
- [`j71xx-pac`](https://github.com/rmsyn/jh71xx-pac) - svd2rust generated interface to StarFive [JH71xx](https://www.starfivetech.com/en/site/soc) MCUs - ![crates.io](https://img.shields.io/crates/v/jh71xx-pac.svg)
Currently, the two VisionFive2 board revisions (v1.2a and v1.3b) are supported:
- [`jh7110-vf2-12a-pac`](https://crates.io/crates/jh7110-vf2-12a-pac) - ![crates.io](https://img.shields.io/crates/v/jh7110-vf2-12a-pac)
- [`jh7110-vf2-13b-pac`](https://crates.io/crates/jh7110-vf2-13b-pac) - ![crates.io](https://img.shields.io/crates/v/jh7110-vf2-13b-pac)
### STMicroelectronics
The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral access APIs for most STM32 microcontrollers (generated using svd2rust):