From 8498a73061be92100612743e40a85dd96509010d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 7 May 2015 07:06:50 -0600 Subject: [PATCH] Adds board support for the Teensy LC board. Support is based off the Freedom KL25Z board. LED, PWM, and UART0 have been tested. The SPI pins are mapped correctly but have not yet been tested. From Michael Hope as SourceForge patch 51. --- Documentation/README.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/README.html b/Documentation/README.html index bbf312d3ec..031c5d39df 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -8,7 +8,7 @@

NuttX README Files

-

Last Updated: March 9, 2015

+

Last Updated: May 7, 2015

@@ -236,6 +236,8 @@ | | | `- README.txt | | |- teensy/ | | | `- README.txt + | | |- teensy-lc/ + | | | `- README.txt | | |- tm4c123g-launchpad/ | | | `- README.txt | | |- tm4c1294-launchpad/