From 1a1016a35173af1db15dbfe87e62fbb98a610df8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 13 Dec 2021 21:45:41 +0100 Subject: [PATCH] added vorago-reb1 BSP and va416xx PAC --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index adbf967..c308e0c 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ This project is developed and maintained by the [Resources team][team]. * [STMicroelectronics](#stmicroelectronics-2) * [Texas Instruments](#texas-instruments-2) * [Teensy](#teensy) + * [Vorago](#vorago-2) * [Special Purpose](#special-purpose) * [Component abstraction crates](#component-abstraction-crates) * [Driver crates](#driver-crates) @@ -273,6 +274,7 @@ Peripheral access crates for the different XMC4xxx families of microcontrollers ### Vorago - [`va108xx`](https://egit.irs.uni-stuttgart.de/rust/va108xx) - ![crates.io](https://img.shields.io/crates/v/va108xx.svg) +- [`va416xx`](https://egit.irs.uni-stuttgart.de/rust/va416xx) - ![crates.io](https://img.shields.io/crates/v/va416xx.svg) ## HAL implementation crates @@ -534,6 +536,10 @@ Crates tailored for specific boards. ### Teensy - [`teensy4-rs`](https://github.com/mciantyre/teensy4-rs) Board Support create for the [Teensy 4.0] +### Vorago + +- [`vorago-reb1`](https://egit.irs.uni-stuttgart.de/rust/vorago-reb1) - ![crates.io](https://img.shields.io/crates/v/vorago-reb1.svg) + ### Texas Instruments - [`monotron`](https://github.com/thejpster/monotron) - A 1980s home-computer style application for the Texas Instruments Stellaris Launchpad. PS/2 keyboard input, text output on a bit-bashed 800x600 VGA signal. Uses [menu], [vga-framebuffer] and [pc-keyboard].