mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-04 15:16:42 +00:00
jh71xx-hal: add a link to the jh71xx-hal
crate
Adds an entry for the `jh71xx-hal` HAL crate for StarFive JH71xx MCUs.
This commit is contained in:
parent
380cddd368
commit
f05c760a1f
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,7 @@ This project is developed and maintained by the [Resources team][team].
|
|||
- [GigaDevice](#gigadevice-1)
|
||||
- [Vorago](#vorago-1)
|
||||
- [Renesas](#renesas-1)
|
||||
- [StarFive](#starfive-1)
|
||||
- [Architecture support crates](#architecture-support-crates)
|
||||
- [ARM](#arm)
|
||||
- [RISC-V](#risc-v)
|
||||
|
@ -521,6 +522,10 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
|||
### Renesas
|
||||
- [`da14531-hal`](https://crates.io/crates/da14531-hal) HAL crate for DA14531 Ultra-Low Power BT 5.1 System-on-Chip - ![crates.io](https://img.shields.io/crates/v/da14531-hal.svg)
|
||||
|
||||
### StarFive
|
||||
|
||||
- [`j71xx-hal`](https://crates.io/crates/jh71xx-hal) - HAL crate for StarFive [JH71xx](https://www.starfivetech.com/en/site/soc) MCUs - ![crates.io](https://img.shields.io/crates/v/jh71xx-hal.svg)
|
||||
|
||||
## Architecture support crates
|
||||
|
||||
Crates tailored for general CPU architectures.
|
||||
|
|
Loading…
Reference in a new issue