Skip to content

Commit 2c98bbe

Browse files
authored
Merge pull request #426 from rmsyn/pac/jh71xx-pac
pac: Add StarFive JH71xx PAC
2 parents 030a69c + 4fd4c91 commit 2c98bbe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This project is developed and maintained by the [Resources team][team].
2828
- [Raspberry Pi Silicon](#raspberry-pi-silicon)
2929
- [SiFive](#sifive)
3030
- [Silicon Labs](#silicon-labs)
31+
- [StarFive](#starfive)
3132
- [STMicroelectronics](#stmicroelectronics)
3233
- [Texas Instruments](#texas-instruments)
3334
- [MSP430](#msp430)
@@ -272,6 +273,15 @@ The [`efm32-rs`](https://github.com/efm32-rs) project has peripheral access APIs
272273
- [`efm32wg-pac`](https://crates.io/crates/efm32wg-pac) - ![crates.io](https://img.shields.io/crates/v/efm32wg-pac)
273274
- [`efm32zg-pac`](https://crates.io/crates/efm32zg-pac) - ![crates.io](https://img.shields.io/crates/v/efm32zg-pac)
274275

276+
### StarFive
277+
278+
- [`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)
279+
280+
Currently, the two VisionFive2 board revisions (v1.2a and v1.3b) are supported:
281+
282+
- [`jh7110-vf2-12a-pac`](https://crates.io/crates/jh7110-vf2-12a-pac) - ![crates.io](https://img.shields.io/crates/v/jh7110-vf2-12a-pac)
283+
- [`jh7110-vf2-13b-pac`](https://crates.io/crates/jh7110-vf2-13b-pac) - ![crates.io](https://img.shields.io/crates/v/jh7110-vf2-13b-pac)
284+
275285
### STMicroelectronics
276286

277287
The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral access APIs for most STM32 microcontrollers (generated using svd2rust):

0 commit comments

Comments
 (0)