Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:templates:xmega [2011/11/02 18:28] alex created |
en:templates:xmega [2012/02/12 08:36] (current) alex [Links] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Atmel Xmega Template ====== | ====== Atmel Xmega Template ====== | ||
+ | |||
+ | ===== Introduction ===== | ||
This template targets Atmel's Xmega series of microcontrollers. The template also includes libraries for several common peripherals. | This template targets Atmel's Xmega series of microcontrollers. The template also includes libraries for several common peripherals. | ||
+ | |||
+ | ===== Specs ===== | ||
* Processor Support | * Processor Support | ||
Line 9: | Line 13: | ||
* EEPROM | * EEPROM | ||
* SPI | * SPI | ||
- | * I2C/TWI | + | * I²C/TWI |
* Language: C++ | * Language: C++ | ||
* Toolchain: make + avr-gcc | * Toolchain: make + avr-gcc | ||
* Programmer: avrdude | * Programmer: avrdude | ||
* Debugger: none (LED, printf over USART) | * Debugger: none (LED, printf over USART) | ||
- | * Download: zip | + | |
+ | ===== Download ===== | ||
+ | |||
+ | * All templates: [[https://github.com/alexforencich/templates/zipball/master|Latest zip from GitHub]] | ||
+ | |||
+ | ===== Links ===== | ||
+ | |||
+ | * [[:en:xboot:|XBoot Bootloader]] | ||
+ | * [[http://www.atmel.com/|ATMEL]] | ||
+ | * [[http://www.atmel.com/products/microcontrollers/avr/avr_xmega.aspx|ATMEL XMEGA Product Line]] | ||
+ | * [[wp>Atmel]] | ||
+ | * [[wp>Atmel AVR]] | ||