From 659f11f59566cabc717b068b5f510a73f1678f5e Mon Sep 17 00:00:00 2001 From: Raphael O Date: Thu, 1 Oct 2020 11:25:43 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5d5d502..c733fc7 100644 --- a/README.md +++ b/README.md @@ -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) + ### 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]. From 7671fdaf901107d9832130951945d1b0cea4185f Mon Sep 17 00:00:00 2001 From: Raphael O Date: Thu, 1 Oct 2020 11:26:39 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c733fc7..4b09169 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ 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) +- [`teensy4-rs`](https://github.com/mciantyre/teensy4-rs) Board Support create for the [Teensy 4.0] ### Texas Instruments