From Fedora Project Wiki

No edit summary
Line 1: Line 1:
{{header|docs}}
{{header|docs}}
{{Docs_beat_open}}
 




Line 14: Line 14:


For additional detaile refer to the project's site: http://sourceforge.net/projects/avarice
For additional detaile refer to the project's 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 ====
==== avr-gcc ====


Continuing to follow the development of '''gcc''', '''avr-gcc''' and '''avr-c++''' have been updated to version 4.6.2.
Continuing to follow the development of '''gcc''', '''avr-gcc''' and '''avr-gcc-c++''' have been updated to version 4.6.2.
 
==== 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/)




Line 54: Line 38:
* Bugfixes
* Bugfixes


===19 packages checked, 5 differences.===





Revision as of 15:24, 14 March 2012

DocsProject Header docTeam1.png



avarice

avarice has been updated from 2.10 to 2.12. The update includes:

  • New devices:
    • ATxmega256A3
    • ATxmega16D4
    • ATtiny4313
  • Implement PDI debugging (JTAGICEmkII / Xmega).
  • Bugfixes

For additional detaile refer to the project's site: http://sourceforge.net/projects/avarice


avr-gcc

Continuing to follow the development of gcc, avr-gcc and avr-gcc-c++ have been updated to version 4.6.2.


avrdude

Fedora 17 includes version 5.11.1 of avrdude.

  • 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