From 4f6a5d9dbc900dbfec508a2047ded18e6941328c Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 7 Jun 2011 17:15:56 +0000 Subject: [PATCH] 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 --- configs/avr32dev1/README.txt | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/configs/avr32dev1/README.txt b/configs/avr32dev1/README.txt index 209ec4f687..fcd2d9727d 100755 --- a/configs/avr32dev1/README.txt +++ b/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 ^^^^