summaryrefslogtreecommitdiff
path: root/misc/buildroot/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-29 19:55:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-29 19:55:41 +0000
commite6b75ee4db8135502089016e117da1afeb73120b (patch)
treec1d4f8b2db7bdb9240fac576f298bec6fe6e1aa2 /misc/buildroot/configs/README.txt
parent45d32292cbec56be065622ae4c991f0cd2f4a9bd (diff)
downloadnuttx-e6b75ee4db8135502089016e117da1afeb73120b.tar.gz
nuttx-e6b75ee4db8135502089016e117da1afeb73120b.tar.bz2
nuttx-e6b75ee4db8135502089016e117da1afeb73120b.zip
Add AVR support for the ATmega128
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1838 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/configs/README.txt')
-rw-r--r--misc/buildroot/configs/README.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt
index bf016641d..dea6b86a3 100644
--- a/misc/buildroot/configs/README.txt
+++ b/misc/buildroot/configs/README.txt
@@ -35,10 +35,15 @@ arm926t-defconfig-4.2.4
This change probably applies to other architectures as well (?)
arm920t-defconfig-4.3.3
- Builds an ARM toolchain using gcc 4.3.3. This configuration
- builds both gcc and g++ for the arm920t (armv4t). It is an
+ Builds an ARM toolchain using gcc 4.3.3. This configuration
+ builds both gcc and g++ for the arm920t (armv4t). It is an
update to arm920t-defconfig-4.2.4 (see notes above).
+avr-defconfig-4.3.3
+ Builds an AVR toolchain using gcc 4.3.3. This configuration
+ builds both gcc and g++ for the AVR (armv4t). This toolchain
+ is intended to support the NuttX ATmega128 port.
+
cortexm3-defconfig-4.3.3
Builds an ARM toolchain for the Cortex-M3 using gcc 4.3.3.
This configuration builds both gcc and g++.