mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-04 23:26:44 +00:00
Merge pull request #426 from rmsyn/pac/jh71xx-pac
pac: Add StarFive JH71xx PAC
This commit is contained in:
commit
2c98bbebb6
1 changed files with 10 additions and 0 deletions
10
README.md
10
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):
|
||||
|
|
Loading…
Reference in a new issue