mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-23 14:58:06 +00:00
Merge #244
244: Add GD32V crates r=therealprof a=Disasm Closes https://github.com/rust-embedded/awesome-embedded-rust/issues/242 Co-authored-by: Vadim Kaushan <admin@disasm.info>
This commit is contained in:
commit
24fee4a663
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -19,6 +19,7 @@ This project is developed and maintained by the [Resources team][team].
|
|||
* [Real-time Operating System](#real-time-operating-system-rtos)
|
||||
* [Real-time tools](#real-time-tools)
|
||||
* [Peripheral Access Crates](#peripheral-access-crates)
|
||||
* [GigaDevice](#gigadevice)
|
||||
* [Microchip](#microchip)
|
||||
* [Nordic](#nordic)
|
||||
* [NXP](#nxp)
|
||||
|
@ -31,6 +32,7 @@ This project is developed and maintained by the [Resources team][team].
|
|||
* [XMC](#xmc)
|
||||
* [HAL implementation crates](#hal-implementation-crates)
|
||||
* [OS](#os)
|
||||
* [GigaDevice](#gigadevice-1)
|
||||
* [Nordic](#nordic-1)
|
||||
* [NXP](#nxp-1)
|
||||
* [SiFive](#sifive-1)
|
||||
|
@ -46,7 +48,9 @@ This project is developed and maintained by the [Resources team][team].
|
|||
* [Board support crates](#board-support-crates)
|
||||
* [Nordic](#nordic-2)
|
||||
* [NXP](#nxp-2)
|
||||
* [SeeedStudio](#seeedstudio)
|
||||
* [SiFive](#sifive-2)
|
||||
* [Sipeed](#sipeed)
|
||||
* [Sony](#sony)
|
||||
* [STMicroelectronics](#stmicroelectronics-2)
|
||||
* [Texas Instruments](#texas-instruments-2)
|
||||
|
@ -320,6 +324,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
|||
|
||||
### GigaDevice
|
||||
|
||||
- [`gd32vf103xx-hal`](https://github.com/riscv-rust/gd32vf103xx-hal) - ![cratex.io](https://img.shields.io/crates/v/gd32vf103xx-hal.svg)
|
||||
- HAL for GD32VF103xx microcontrollers
|
||||
- [`gd32vf103-hal`](https://github.com/luojia65/gd32vf103-hal) - ![crates.io](https://img.shields.io/crates/v/gd32vf103-hal.svg)
|
||||
- (WIP) Hardware abstract layer (HAL) for the GD32VF103 RISC-V microcontroller
|
||||
|
||||
|
@ -372,10 +378,22 @@ Crates tailored for specific boards.
|
|||
|
||||
[FRDM-KW41Z]: https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/w-serieswireless-conn.m0-plus-m4/freedom-development-kit-for-kinetis-kw41z-31z-21z-mcus:FRDM-KW41Z
|
||||
|
||||
### SeeedStudio
|
||||
|
||||
- [`seedstudio-gd32v`](https://github.com/riscv-rust/seedstudio-gd32v) - Board support crate for the [GD32 RISC-V Dev Board](https://www.seeedstudio.com/SeeedStudio-GD32-RISC-V-Dev-Board-p-4302.html)
|
||||
![crates.io](https://img.shields.io/crates/v/seedstudio-gd32v.svg)
|
||||
- Contains runnable examples for this board
|
||||
|
||||
### SiFive
|
||||
|
||||
- [`hifive1`](https://github.com/riscv-rust/hifive1) - Board support crate for [HiFive1](https://www.sifive.com/boards/hifive1) and [LoFive](https://hackaday.io/project/26909-lofive) boards - ![crates.io](https://img.shields.io/crates/v/hifive.svg)
|
||||
|
||||
### Sipeed
|
||||
|
||||
- [`longan-nano`](https://github.com/riscv-rust/longan-nano) - Board support package for the [Longan Nano board](https://www.seeedstudio.com/Sipeed-Longan-Nano-RISC-V-GD32VF103CBT6-Development-Board-p-4205.html)
|
||||
![crates.io](https://img.shields.io/crates/v/longan-nano.svg)
|
||||
- Contains runnable examples for this board
|
||||
|
||||
### Sony
|
||||
|
||||
- [`prussia`](https://github.com/ZirconiumX/prussia) - SDK for the PlayStation 2.
|
||||
|
|
Loading…
Reference in a new issue