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:
bors[bot] 2021-12-09 12:09:12 +00:00 committed by GitHub
commit 5dab3a1347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ This project is developed and maintained by the [Resources team][team].
* [MSP430](#msp430)
* [Ambiq Micro](#ambiq-micro)
* [XMC](#xmc)
* [Vorago](#vorago)
* [HAL implementation crates](#hal-implementation-crates)
* [OS](#os)
* [GigaDevice](#gigadevice-1)
@ -43,6 +44,7 @@ This project is developed and maintained by the [Resources team][team].
* [Espressif](#espressif)
* [Silicon Labs](#silicon-labs-1)
* [XMC](#xmc)
* [Vorago](#vorago-1)
* [Architecture support crates](#architecture-support-crates)
* [ARM](#arm)
* [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)
- [`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
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
- [`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
- [`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
- [`gd32f1x0-hal`](https://crates.io/crates/gd32f1x0-hal) - ![crates.io](https://img.shields.io/crates/v/gd32f1x0-hal.svg)
- 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
Crates tailored for general CPU architectures.