From ab626b6a916feb3e023b791ea531a4b1d85aea9e Mon Sep 17 00:00:00 2001 From: "Cassandra \"ZZ Cat\" Robinson" Date: Tue, 10 Oct 2023 10:22:11 +1300 Subject: [PATCH] docs(readme): Add Teensy 3.x and Teensy 4.x to the list of compatible development boards. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 39e14677..14da0495 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,9 @@ While CRSF for Arduino is primarily developed on the Adafruit Metro M4 Express, - Adafruit Metro M4 Express AirLift Lite - SAME51 based boards: - Adafruit Feather M4 CAN Express +- Teensy 3.x + **NB:** The entire Teensy 3.x line is discontinued by the manufacturer, and is _not_ recommended for new projects. +- Teensy 4.x Compatibility with other microcontroller boards may be added in future, if there is demand for it. Keep in mind that this will be subject to hardware limitations of the host microcontroller itself.