Back to main page

AVR UC3 Series Software Framework: the BOARDS folder

Copyright © 2007 Atmel Corporation

Introduction

This folder contains a software abstraction for each AVR® UC3™ series board, providing an access to each hardware resources of the boards.

 

BOARDS folder Description

This directory consists of the following contents:

  • Boards for the UC3 A Series.
  • EVK1100 Evaluation Kit: Software abstraction for accessing the hardware resources available on the EVK1100.

  • When using this board, the BOARD preprocessor define should be set equal to EVK1100 (Example on gcc: -D BOARD=EVK1100).

  • EVK1105 Evaluation Kit: Software abstraction for accessing the hardware resources available on the EVK1105.

  • When using this board, the BOARD preprocessor define should be set equal to EVK1105 (Example on gcc: -D BOARD=EVK1105).

  • Boards for the UC3 A3 Series.
  • EVK1104 Evaluation Kit: Software abstraction for accessing the hardware resources available on the EVK1104.

  • When using this board, the BOARD preprocessor define should be set equal to EVK1104 (Example on gcc: -D BOARD=EVK1104).

  • Boards for the UC3 B Series.
  • EVK1101 Evaluation Kit: Software abstraction for accessing the hardware resources available on the EVK1101.

  • When using this board, the BOARD preprocessor define should be set equal to EVK1101 (Example on gcc: -D BOARD=EVK1101).

  • Boards for the UC3 C Series.
  • AT32UC3C-EK Evaluation Kit: Software abstraction for accessing the hardware resources available on the AT32UC3C-EK.

  • When using this board, the BOARD preprocessor define should be set equal to UC3C_EK (Example on gcc: -D BOARD=UC3C_EK).

  • Boards for the UC3 L Series.
  • AT32UC3L-EK Evaluation Kit: Software abstraction for accessing the hardware resources available on the AT32UC3L-EK.

  • When using this board, the BOARD preprocessor define should be set equal to UC3L_EK (Example on gcc: -D BOARD=UC3L_EK).

  • Generic board for the AVR32 series.
  • STK600 Starter Kit: Software abstractions for accessing the hardware resources available on the STK600.

  • This folder contains a collection of supported AVR32 routing card for STK600.

  • Standard board header file: board.h
  • Implied mechanism: all applications source code must only include board.h but the BOARD preprocessor define should be set to the target board name.

     


    AVR is a registered trademark of Atmel Corporation.