Patches adding support for ATTiny441 and ATTiny841 to the opensource AVR toolchain.
This patch modifies configuration of the avr-gcc and defines the MCU name for the compiler.
This patch is intended for avr-gcc version 4.9.2
This patch modifies configuration of the avr-libc, adds startup code and a header file defining addresses of peripheral registers.
This patch is intended for avr-libc version 1.8.1
Not exactly an AVR Toolchain patch, but this config file adds support for these MCUs to the avrdude (AVR Downloader/UploaDEr) tool which is often used for flashing the firmware.
Append it to your ~/.avrduderc
.
Download appropriate versions of avr-gcc (4.9.2) and avr-libc (1.8.1), patch them and then just follow instructions in the packages.
Build avr-gcc first, avr-libc second. Also make sure that you have avr-binutils installed before building avr-gcc.
Arch Linux PKGBUILDs are included for convenience.