Atmel Xmega Template

Introduction

This template targets Atmel's Xmega series of microcontrollers. The template also includes libraries for several common peripherals.

Specs

  • Processor Support
    • Atmel AVR Xmega (all)
  • Included Libraries
    • USART
    • EEPROM
    • SPI
    • I²C/TWI
  • Language: C++
  • Toolchain: make + avr-gcc
  • Programmer: avrdude
  • Debugger: none (LED, printf over USART)

Download