mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-02-02 11:52:20 +00:00
Merge #300
300: Add Teensy-bsp to README r=eldruin a=Lockna Co-authored-by: Raphael O <raphael.ob@protonmail.com>
This commit is contained in:
commit
4f0e3354d1
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,7 @@ This project is developed and maintained by the [Resources team][team].
|
|||
* [Sony](#sony)
|
||||
* [STMicroelectronics](#stmicroelectronics-2)
|
||||
* [Texas Instruments](#texas-instruments-2)
|
||||
* [Teensy](#teensy)
|
||||
* [Special Purpose](#special-purpose)
|
||||
* [Component abstraction crates](#component-abstraction-crates)
|
||||
* [Driver crates](#driver-crates)
|
||||
|
@ -480,6 +481,9 @@ Crates tailored for specific boards.
|
|||
|
||||
[Nucleo-F401RE]: https://www.st.com/en/evaluation-tools/nucleo-f401re.html
|
||||
|
||||
### Teensy
|
||||
- [`teensy4-rs`](https://github.com/mciantyre/teensy4-rs) Board Support create for the [Teensy 4.0]
|
||||
|
||||
### 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].
|
||||
|
|
Loading…
Reference in a new issue