summaryrefslogtreecommitdiff
path: root/nuttx/arch/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-04 15:24:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-04 15:24:20 +0000
commit784aa0008e0f91d399f24082021fe594cb0ac46d (patch)
tree3506c66f31cf4c431f973970d43051945d40a475 /nuttx/arch/README.txt
parentb51648943a5b39ca0aa39b0ffbb48fc70f6597ef (diff)
downloadnuttx-784aa0008e0f91d399f24082021fe594cb0ac46d.tar.gz
nuttx-784aa0008e0f91d399f24082021fe594cb0ac46d.tar.bz2
nuttx-784aa0008e0f91d399f24082021fe594cb0ac46d.zip
Document AVR32 port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2966 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/README.txt')
-rw-r--r--nuttx/arch/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/arch/README.txt b/nuttx/arch/README.txt
index 3a717c46b..b93474e81 100644
--- a/nuttx/arch/README.txt
+++ b/nuttx/arch/README.txt
@@ -222,6 +222,17 @@ arch/arm - ARM-based micro-controllers
but no testing has been performed due to some problems I am having with my
JTAG wiggler and OpenOCD on Linux.
+arch/avr
+ This directory is dedicated to ports to the Atmel AVR (8-bit) and AVR32 (32-bit)
+ MCU families. STATUS: Under development.
+
+ arch/avr/include/avr32 and arch/avr/src/avr32
+ Common support for all AVR32 MCUs
+
+ arch/avr/include/at91uc3 and arch/avr/src/at91uc3
+ Support specifically for the AT91UC3Bxxx family (specifically only for
+ the AT91UC3B0256 at the moment).
+
arch/hc
This directory is dedicated to ports to the Freescale HC family.