This readme.txt file is a brief introduction to the avr32733.zip software package.
It also contains a change log history for this software package.
This file is also part of the zip package and is located at the root of the package.

This zip file contains two AVR32Studio zip archive projects for the Application
Note "avr32733 Placing Data and the Heap in external SDRAM": one project for the
UC3A devices (avr32733_UC3A.zip) and another project for the UC3A3 devices (avr32733_UC3A3.zip)

This zip file also contains stand-alone makefile and IAR projects usable outside
AVR32Studio. These projects are:
- for UC3A devices, under avr32733_UC3A/src/SOFTWARE_FRAMEWORK/AVR32733/AT32UC3A0512_EVK110x/GCC(or IAR)
(x is 0 for EVK1100 or 5 for EVK1105),
- for UC3A3 devices, under avr32733_UC3A3/src/SOFTWARE_FRAMEWORK/AVR32733/AT32UC3A3256_EVK1104/GCC(or IAR)

Note that the AVR32Studio project for UC3A devices has been configured by default
to support the EVK1100.

The main application is under avr32733_UC3A(3)/src/SOFTWARE_FRAMEWORK/AVR32733/.

Refer to the application note document doc32121.pdf for further details on this
package.

The avr32733.zip packages were tested with:
- AVR32 GNU Toolchain v2.2.1
- AVR32Studio 2.2.0
- IAR EWAVR32-5.3 3.10F

--------------------------------------------------------------------------------

HISTORY

(HEAD)

  ++ New features:


  ++ Bugfixes:

(1.1)

  ++ New features:
  
    * Added AVR32Studio project for UC3A3 devices => avr32733.zip now contains
      two AVR32Studio archive file projects: one for UC3A devices(avr32733_UC3A.zip)
      and one for UC3A3 devices(avr32733_UC3A3.zip).

    * Added IAR & GCC projects for UC3A3 on EVK1104 setup under
      src/SOFTWARE_FRAMEWORK/APPLICATIONS/AVR32733/AT32UC3A3256_EVK1104/.
      
    * Added EVK1104 support under src/SOFTWARE_FRAMEWORK/BOARDS/.

  ++ Bugfixes and Improvements:

    * Renamed src/SOFTWARE_FRAMEWORK/APPLICATIONS/EVK1100-AVR32733/ to
      src/SOFTWARE_FRAMEWORK/APPLICATIONS/AVR32733/.

    * src/SOFTWARE_FRAMEWORK/APPLICATIONS/AVR32733/AT32UC3A0512_EVK1100/GCC/config.mk:
      and src/SOFTWARE_FRAMEWORK/APPLICATIONS/AVR32733/AT32UC3A0512_EVK1105/GCC/config.mk:
      -> use of optimization level -O3


(1.0) Initial public release.

--------------------------------------------------------------------------------

Contact Information
-------------------

For support on this application note please see http://support.atmel.no/.


Copyright (c) 2009, Atmel Corporation All rights reserved.
---------------------------------------------------------

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. The name of ATMEL may not be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY ATMEL ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE EXPRESSLY AND
SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
