diff --git a/README.md b/README.md index 1493cf0..7daa1f5 100644 --- a/README.md +++ b/README.md @@ -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):