Merge pull request #66 from JoshMcguigan/master

Adding betafpv-f3 board support crate
This commit is contained in:
Daniel Egger 2018-08-01 19:52:33 +02:00 committed by GitHub
commit 2040a73d40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ Crates tailored for general CPU architectures.
## Board support crates
Crates tailored for specific development boards.
Crates tailored for specific boards.
[STM32F3DISCOVERY]: http://www.st.com/en/evaluation-tools/stm32f3discovery.html
@ -220,6 +220,10 @@ Crates tailored for specific development boards.
- [`stellaris-launchpad`](https://crates.io/crates/stellaris-launchpad) - For the Texas Instruments Stellaris Launchpad and Tiva-C Launchpad ![crates.io](https://img.shields.io/crates/v/stellaris-launchpad.svg)
- [`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].
### Special Purpose
- [`betafpv-f3`](https://github.com/JoshMcguigan/betafpv-f3) - For the BetaFPV F3 drone flight controller
## Driver crates
Platform agnostic crates to interface external components. These crates use the [`embedded-hal`]