Gregory Nutt 873de7b480 configs/*/README.txt: Update to the new URL for obtaining the ARM toolchain. 7 年之前
..
include 856174a48a 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. 9 年之前
nsh e40ccc1b60 Move remaining, unique Make.defs files into scripts directory. 7 年之前
scripts 382def3df5 Move remaining, unique Make.defs files into scripts directory. 7 年之前
src 0de294a586 Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 7 年之前
Kconfig 7214e52fb2 Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 9 年之前
README.txt 873de7b480 configs/*/README.txt: Update to the new URL for obtaining the ARM toolchain. 7 年之前

README.txt

Teensy LC README
================

This is the README file for NuttX on the PJRC Teensy LC. The Teensy LC
is a DIP style breakout board for the MKL25Z64 and comes with a USB
based bootloader. Contributed by Michael Hope.

Development Environment
=======================

All testing was done with the GNU ARM Embedded 4.9 toolchain on
Linux. See https://developer.arm.com/open-source/gnu-toolchain/gnu-rm to download.

Once you've configured and built NuttX, flash the resulting
nuttx.hex file to the board using the Teensy Loader Application.

LEDs
====

The Teensy LC has a single LED. If CONFIG_ARCH_LEDS is defined, then
NuttX will update the LED as the board boots. The summary is:

* LED off: board booting
* LED on: initial stack created
* LED flashing: panic.

See `include/board.h` for details.

Serial Console
==============

The serial console is mapped to UART0 and appears on pins 0 (RX) and
1 (TX). Consider using a 3.3 V USB to serial adapter such as the
Sparkfun #9717 FTDI cable.