added vorago-reb1 BSP and va416xx PAC

This commit is contained in:
Robin Mueller 2021-12-13 21:45:41 +01:00
parent 5dab3a1347
commit 1a1016a351
No known key found for this signature in database
GPG key ID: 11D4952C8CCEF814

View file

@ -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].