AVR Software Framework: XMEGA - the /boards folder
Copyright © 2010 Atmel Corporation
Introduction
This folder contains a software abstraction for each AVR® XMEGA™ series board, providing an access to each hardware resources of the boards.
Boards for AVR XMEGA
This directory contains the following:
- Boards for 8/16-bit AVR XMEGA Flash Microcontroller family.
- Xplain Evaluation Kit: Software abstraction for accessing the hardware resources available on the Xplain kit. When using this board, the BOARD preprocessor define should be set equal to XPLAIN (Example on gcc: -D BOARD=XPLAIN).
- Generic boards for 8/16-bit AVR XMEGA Flash Microcontroller family.
- STK600 Starter Kit: Software abstractions for accessing the hardware resources available on the STK600. This folder contains a collection of supported AVR XMEGA routing cards 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.