Differences
This shows you the differences between two versions of the page.
| — |
en:templates:atmega [2012/02/12 08:37] (current) alex created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Atmel ATMega Template ====== | ||
| + | |||
| + | ===== Introduction ===== | ||
| + | |||
| + | This template targets Atmel's ATMega series of microcontrollers. The template also includes libraries for several common peripherals. | ||
| + | |||
| + | ===== Specs ===== | ||
| + | |||
| + | * Processor Support | ||
| + | * Atmel AVR ATMega (all) | ||
| + | * Included Libraries | ||
| + | * USART | ||
| + | * I²C/TWI | ||
| + | * Language: C++ | ||
| + | * Toolchain: make + avr-gcc | ||
| + | * Programmer: avrdude | ||
| + | * Debugger: none (LED, printf over USART) | ||
| + | |||
| + | ===== 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/megaavr.aspx|ATMEL megaAVR Product Line]] | ||
| + | * [[wp>Atmel]] | ||
| + | * [[wp>Atmel AVR]] | ||
| + | |||