mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-12 19:16:42 +00:00
Merge #348
348: added vorago crates r=eldruin a=robamu Rust crates for the radiation hardened Vorago MCUs. Also fixes a small typo (it looks like a typo) Co-authored-by: Robin Mueller <muellerr@irs.uni-stuttgart.de>
This commit is contained in:
commit
5dab3a1347
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -31,6 +31,7 @@ This project is developed and maintained by the [Resources team][team].
|
||||||
* [MSP430](#msp430)
|
* [MSP430](#msp430)
|
||||||
* [Ambiq Micro](#ambiq-micro)
|
* [Ambiq Micro](#ambiq-micro)
|
||||||
* [XMC](#xmc)
|
* [XMC](#xmc)
|
||||||
|
* [Vorago](#vorago)
|
||||||
* [HAL implementation crates](#hal-implementation-crates)
|
* [HAL implementation crates](#hal-implementation-crates)
|
||||||
* [OS](#os)
|
* [OS](#os)
|
||||||
* [GigaDevice](#gigadevice-1)
|
* [GigaDevice](#gigadevice-1)
|
||||||
|
@ -43,6 +44,7 @@ This project is developed and maintained by the [Resources team][team].
|
||||||
* [Espressif](#espressif)
|
* [Espressif](#espressif)
|
||||||
* [Silicon Labs](#silicon-labs-1)
|
* [Silicon Labs](#silicon-labs-1)
|
||||||
* [XMC](#xmc)
|
* [XMC](#xmc)
|
||||||
|
* [Vorago](#vorago-1)
|
||||||
* [Architecture support crates](#architecture-support-crates)
|
* [Architecture support crates](#architecture-support-crates)
|
||||||
* [ARM](#arm)
|
* [ARM](#arm)
|
||||||
* [RISC-V](#risc-v)
|
* [RISC-V](#risc-v)
|
||||||
|
@ -268,6 +270,10 @@ Peripheral access crates for the different XMC4xxx families of microcontrollers
|
||||||
- [`xmc4700`](https://github.com/xmc-rs/xmc4700) - ![crates.io](https://img.shields.io/crates/v/xmc4700.svg)
|
- [`xmc4700`](https://github.com/xmc-rs/xmc4700) - ![crates.io](https://img.shields.io/crates/v/xmc4700.svg)
|
||||||
- [`xmc4800`](https://github.com/xmc-rs/xmc4800) - ![crates.io](https://img.shields.io/crates/v/xmc4800.svg)
|
- [`xmc4800`](https://github.com/xmc-rs/xmc4800) - ![crates.io](https://img.shields.io/crates/v/xmc4800.svg)
|
||||||
|
|
||||||
|
### Vorago
|
||||||
|
|
||||||
|
- [`va108xx`](https://egit.irs.uni-stuttgart.de/rust/va108xx) - ![crates.io](https://img.shields.io/crates/v/va108xx.svg)
|
||||||
|
|
||||||
## HAL implementation crates
|
## HAL implementation crates
|
||||||
|
|
||||||
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS. - ![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)
|
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS. - ![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)
|
||||||
|
@ -389,13 +395,17 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
||||||
|
|
||||||
### GigaDevice
|
### GigaDevice
|
||||||
|
|
||||||
- [`gd32vf103xx-hal`](https://github.com/riscv-rust/gd32vf103xx-hal) - ![cratex.io](https://img.shields.io/crates/v/gd32vf103xx-hal.svg)
|
- [`gd32vf103xx-hal`](https://github.com/riscv-rust/gd32vf103xx-hal) - ![crates.io](https://img.shields.io/crates/v/gd32vf103xx-hal.svg)
|
||||||
- HAL for GD32VF103xx microcontrollers
|
- HAL for GD32VF103xx microcontrollers
|
||||||
- [`gd32vf103-hal`](https://github.com/luojia65/gd32vf103-hal) - ![crates.io](https://img.shields.io/crates/v/gd32vf103-hal.svg)
|
- [`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
|
- (WIP) Hardware abstract layer (HAL) for the GD32VF103 RISC-V microcontroller
|
||||||
- [`gd32f1x0-hal`](https://crates.io/crates/gd32f1x0-hal) - ![crates.io](https://img.shields.io/crates/v/gd32f1x0-hal.svg)
|
- [`gd32f1x0-hal`](https://crates.io/crates/gd32f1x0-hal) - ![crates.io](https://img.shields.io/crates/v/gd32f1x0-hal.svg)
|
||||||
- HAL implementation for GD32F1x0 microcontrollers
|
- HAL implementation for GD32F1x0 microcontrollers
|
||||||
|
|
||||||
|
### Vorago
|
||||||
|
|
||||||
|
- [`va108xx-hal`](https://egit.irs.uni-stuttgart.de/rust/va108xx-hal) - ![crates.io](https://img.shields.io/crates/v/va108xx-hal.svg)
|
||||||
|
|
||||||
## Architecture support crates
|
## Architecture support crates
|
||||||
|
|
||||||
Crates tailored for general CPU architectures.
|
Crates tailored for general CPU architectures.
|
||||||
|
|
Loading…
Reference in a new issue