ウブンツのavr周りを調べる

simulavr - Atmel AVR シミュレータ
simulatorもあるんやね

simulatorをインストール、ヘルプをみると
以下のチップがサポートされている

Currently available device types:
  at90s1200
  at90s2313
  at90s4414
  at90s8515
  atmega8
  atmega16
  atmega103
  atmega128
  at43usb351
  at43usb353
  at43usb355
  at43usb320
  at43usb325
  at43usb326

ううむ、atmega8あたりを弄るのが吉かな?

root@server-machine:~# apt-cache search avr
avarice - use GDB with Atmel's JTAG ICE for the AVR
avra - Assembler for Atmel AVR microcontrollers
avrdude - software for programming Atmel AVR microcontrollers
avrdude-doc - documentation for avrdude
avrp - Programmer for Atmel AVR microcontrollers
avrprog - Programmer for Atmel AVR microcontrollers
binutils-avr - Binary utilities supporting Atmel's AVR targets
flashrom - Identify, read, write, erase, and verify BIOS/ROM/flash chips
gcc-avr - The GNU C compiler (cross compiler for avr)
gdb-avr - The GNU Debugger for avr
libgringotts2 - gringotts data encapsulation and encryption library
libopenwalnut1 - Framework for multi-modal medical and brain data visualization
libopenwalnut1-dev - Development files for the OpenWalnut visualization framework
libopenwalnut1-doc - Developer documentation for the OpenWalnut visualization framework
libusbprog-dev - Development files for libusbprog
libusbprog0 - Library for programming the USBprog hardware
openwalnut-modules - Loaders, algorithms and visualization modules for OpenWalnut
openwalnut-qt4 - Qt based user interface for OpenWalnut
pacpl - multi-purpose audio converter/ripper/tagger script
uisp - Micro In-System Programmer for Atmel's AVR MCUs
usbprog - Firmware programming tool for the USBprog hardware
usbprog-gui - GUI firmware programming tool for the USBprog hardware
arduino - AVR 開発用ボード向け IDE および組み込みライブラリ
avr-evtd - Linkstation・玄箱用 AVR 監視デーモン
avr-libc - Atmel AVR における開発用の標準 C ライブラリ
sdcc - 小デバイス用 C コンパイラ
sdcc-doc - Small Device C Compiler (documentation)
sdcc-libraries - Small Device C Compiler (libraries)
simulavr - Atmel AVR シミュレータ
root@server-machine:~#