summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-07 17:15:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-07 17:15:56 +0000
commitf9878933553405ff96a23bb2929fe8a7b6571021 (patch)
tree865d2f04b7b1bdb46ad5d9e9079cd884485720f4 /nuttx/configs
parentbfda95976300d7400b2d492f1a2640afc9576d87 (diff)
downloadpx4-nuttx-f9878933553405ff96a23bb2929fe8a7b6571021.tar.gz
px4-nuttx-f9878933553405ff96a23bb2929fe8a7b6571021.tar.bz2
px4-nuttx-f9878933553405ff96a23bb2929fe8a7b6571021.zip
Add AT90USB support and AVR vector/startup logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3677 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/avr32dev1/README.txt25
1 files changed, 17 insertions, 8 deletions
diff --git a/nuttx/configs/avr32dev1/README.txt b/nuttx/configs/avr32dev1/README.txt
index 209ec4f68..fcd2d9727 100755
--- a/nuttx/configs/avr32dev1/README.txt
+++ b/nuttx/configs/avr32dev1/README.txt
@@ -120,16 +120,25 @@ Development Environment
GNU Toolchains
^^^^^^^^^^^^^^
-The build logic in these directories assume that you are using the GNU
-toolchain with the Atmel patches. The patch file, pre-patched tool sources,
-and pre-built binaries are available from the Atmel website.
+Atmel Toolchain:
- CONFIG_AVR32_AVRTOOLSW=y # Use the windows version
- CONFIG_AVR32_AVRTOOLSL=y # Ue the Linux version
+ The build logic in these directories assume that you are using the GNU
+ toolchain with the Atmel patches. The patch file, pre-patched tool
+ sources,and pre-built binaries are available from the Atmel website.
-NOTE: The NuttX builtroot cannot be used to build the AVR32 toolchain.
-This is because the Atmel patches that add support for the AVR32 are not
-included in the NuttX buildroot.
+ CONFIG_AVR32_AVRTOOLSW=y # Use the windows version
+ CONFIG_AVR32_AVRTOOLSL=y # Ue the Linux version
+
+ NOTE: The NuttX builtroot cannot be used to build the AVR32 toolchain.
+ This is because the Atmel patches that add support for the AVR32 are not
+ included in the NuttX buildroot.
+
+WinAVR:
+
+ Another option for use under Windows is WinAVR:
+ http://sourceforge.net/projects/winavr/files/. WinAVR includes the
+ AVR32 toolchain as well as the AVR toolchain and various support
+ libraries and header files.
IDEs
^^^^