From e3ee060956a2a3a1a1e79805f48029da21ac9844 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 4 Oct 2010 15:24:20 +0000 Subject: [PATCH] Document AVR32 port git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2966 42af7a65-404d-4744-a932-0658087f49c3 --- arch/README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/README.txt b/arch/README.txt index 3a717c46bc..b93474e81d 100644 --- a/arch/README.txt +++ b/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.