summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-16 23:00:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-16 23:00:20 +0000
commit6bd6de4ddb21e808e381f8333659d12bee739204 (patch)
tree972056ee0aa8b60328653c18ba8270cbaf001022 /nuttx/configs/README.txt
parent239bc218655467abbeccc065ea802dea2f3d64ff (diff)
downloadnuttx-6bd6de4ddb21e808e381f8333659d12bee739204.tar.gz
nuttx-6bd6de4ddb21e808e381f8333659d12bee739204.tar.bz2
nuttx-6bd6de4ddb21e808e381f8333659d12bee739204.zip
Add configuratin for PJRC Teensy board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3716 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 09600d386..6c3a0b74a 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -984,7 +984,8 @@ Supported Boards
configs/amber
This is placeholder for the SoC Robotics Amber Web Server that is based
- on the Atmel AVR ATMega128 MCU. There is not much there yet.
+ on the Atmel AVR ATMega128 MCU. There is not much there yet and what is
+ there is untested due to tool-related issues.
configs/avr32dev1
This is a port of NuttX to the Atmel AVR32DEV1 board. That board is
@@ -1160,6 +1161,11 @@ configs/stm3210e-evel
microcontroller (ARM Cortex-M3). This port uses the GNU Cortex-M3
toolchain.
+configs/teensy
+ This is theport of NuttX to the PJRC Teensy++ 2.0 board. This board is
+ developed by http://pjrc.com/teensy/. The Teensy++ 2.0 is based
+ on an Atmel AT90USB1286 MCU.
+
configs/us7032evb1
This is a port of the Hitachi SH-1 on the Hitachi SH-1/US7032EVB1 board.
STATUS: Work has just began on this port.