Gregory Nutt 47d87fd857 configs/: Refresh ARM and Xtensa configurations. 6 年之前
..
include a1e250697c configs/*/include; Remove prototype of xyz_boardinitialize() from board.h files. The authorative prototype is in arch/arm/src/xyz/xyz_start.h 6 年之前
nsh 47d87fd857 configs/: Refresh ARM and Xtensa configurations. 6 年之前
scripts dc8941e958 configs/: Add definition of strip to many Make.defs files. 6 年之前
src 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
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.