summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-15 16:09:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-15 16:09:23 +0000
commit1e5b09b3aef15551da9717ef5b5f5a36fb7e11bf (patch)
tree1bb5d252da85c4c2ceab262322217ec58803b854 /misc
parent84b10fdbd5fabcd3c84814260d85ba983b582f36 (diff)
downloadpx4-nuttx-1e5b09b3aef15551da9717ef5b5f5a36fb7e11bf.tar.gz
px4-nuttx-1e5b09b3aef15551da9717ef5b5f5a36fb7e11bf.tar.bz2
px4-nuttx-1e5b09b3aef15551da9717ef5b5f5a36fb7e11bf.zip
Fix AVR parity setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3703 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/configs/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt
index 45fdeab55..5239c1354 100644
--- a/misc/buildroot/configs/README.txt
+++ b/misc/buildroot/configs/README.txt
@@ -41,7 +41,8 @@ arm7tdmi-defconfig-4.3.3
(armv4t). These are udates to *-defconfig-4.2.4 (see notes above).
avr-defconfig-4.3.3
- Builds an AVR toolchain using gcc 4.3.3. This configuration
+avr-defconfig-5.4.2
+ Builds an AVR toolchain using gcc 4.3.3 or 4.5.2. This configuration
builds both gcc and g++ for the AVR (armv4t). This toolchain
is intended to support the NuttX ATmega128 port.