Line 44: | Line 44: | ||
Software for programming Atmel AVR Microcontroller | Software for programming Atmel AVR Microcontroller | ||
+ | * New devices supported: | ||
+ | ** ATmega88P/168P | ||
+ | ** ATmega8U2/16U2/32U2 | ||
+ | ** ATtiny4313 | ||
+ | |||
+ | * New programmers supported: | ||
+ | ** TPI programming through bitbang programmers (both, serial and parallel ones) | ||
+ | ** FT2232 (and relatives) based programmers (MPSSE bitbang mode) | ||
+ | ** Wiring environment (http://wiring.org.co/) | ||
+ | ** butterfly-style bootloader of the Mikrokopter.de device | ||
+ | |||
+ | * Bugfixes | ||
+ | |||
Old Version: 5.10 -> New Version: 5.11.1 | Old Version: 5.10 -> New Version: 5.11.1 | ||
Project site: (http://www.nongnu.org/avrdude) | Project site: (http://www.nongnu.org/avrdude) | ||
− | |||
===19 packages checked, 5 differences.=== | ===19 packages checked, 5 differences.=== |
Revision as of 02:39, 12 March 2012
Contents
avarice
Program for interfacing the Atmel JTAG ICE to GDB
- Bugfixes
- New devices: ATxmega256A3, ATxmega16D4, ATtiny4313
- Implement PDI debugging (JTAGICEmkII / Xmega).
Old Version: 2.10 -> New Version: 2.12
Project site: (http://sourceforge.net/projects/avarice)
avr-binutils
Cross Compiling GNU binutils targeted at avr
Old Version: 2.21 -> New Version: 2.20
Project site: (http://www.gnu.org/software/binutils/)
avr-gcc
Cross Compiling GNU GCC targeted at avr
Old Version: 4.6.1 -> New Version: 4.6.2
Project site: (http://gcc.gnu.org/)
avr-gcc-c++
Cross Compiling GNU GCC targeted at avr
Old Version: 4.6.1 -> New Version: 4.6.2
Project site: (http://gcc.gnu.org/)
avrdude
Software for programming Atmel AVR Microcontroller
- New devices supported:
- ATmega88P/168P
- ATmega8U2/16U2/32U2
- ATtiny4313
- New programmers supported:
- TPI programming through bitbang programmers (both, serial and parallel ones)
- FT2232 (and relatives) based programmers (MPSSE bitbang mode)
- Wiring environment (http://wiring.org.co/)
- butterfly-style bootloader of the Mikrokopter.de device
- Bugfixes
Old Version: 5.10 -> New Version: 5.11.1
Project site: (http://www.nongnu.org/avrdude)