File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ This project is developed and maintained by the [Resources team][team].
28
28
- [ Raspberry Pi Silicon] ( #raspberry-pi-silicon )
29
29
- [ SiFive] ( #sifive )
30
30
- [ Silicon Labs] ( #silicon-labs )
31
+ - [ StarFive] ( #starfive )
31
32
- [ STMicroelectronics] ( #stmicroelectronics )
32
33
- [ Texas Instruments] ( #texas-instruments )
33
34
- [ MSP430] ( #msp430 )
@@ -272,6 +273,15 @@ The [`efm32-rs`](https://github.com/efm32-rs) project has peripheral access APIs
272
273
- [ ` efm32wg-pac ` ] ( https://crates.io/crates/efm32wg-pac ) - ![ crates.io] ( https://img.shields.io/crates/v/efm32wg-pac )
273
274
- [ ` efm32zg-pac ` ] ( https://crates.io/crates/efm32zg-pac ) - ![ crates.io] ( https://img.shields.io/crates/v/efm32zg-pac )
274
275
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
+
275
285
### STMicroelectronics
276
286
277
287
The [ ` stm32-rs ` ] ( https://github.com/stm32-rs/stm32-rs ) project has peripheral access APIs for most STM32 microcontrollers (generated using svd2rust):
You can’t perform that action at this time.
0 commit comments