From Fedora Project Wiki

< User:Jjmcd‎ | Drafts‎ | Packages

Revision as of 20:08, 4 November 2008 by Jjmcd (talk | contribs) (→‎AVR)

AVR

avrdude Software for programming Atmel AVR microcontroller

AVRDUDE is a program for programming Atmel's AVR CPU's. It can program the Flash and EEPROM, and where supported by the serial programming protocol, it can program fuse and lock bits. AVRDUDE also supplies a direct instruction mode allowing one to issue any programming instruction to the AVR chip regardless of whether AVRDUDE implements that specific feature of a particular chip.

avr-gcc Cross Compiling GNU GCC targeted at avr

This is a Cross Compiling version of GNU GCC, which can be used to compile for the avr platform, instead of for the native i386 platform.


avr-gcc-c++ Cross Compiling GNU GCC targeted at avr

This package contains the Cross Compiling version of g++, which can be used to compile c++ code for the avr platform, instead of for the native i386 platform.

avr-libc C library for use with GCC on Atmel AVR microcontrollers

AVR Libc is a Free Software project whose goal is to provide a high quality C library for use with GCC on Atmel AVR microcontrollers.

AVR Libc is licensed under a single unified license. This so-called modified Berkeley license is intented to be compatible with most Free Software licenses like the GPL, yet impose as little restrictions for the use of the library in closed-source commercial applications as possible.

avr-binutils Cross Compiling GNU binutils targeted at avr

This is a Cross Compiling version of GNU binutils, which can be used to assemble and link binaries for the avr platform, instead of for the native i386 platform.

avr-gdb GDB for (remote) debugging avr binaries

This is a special version of GDB, the GNU Project debugger, for (remote) debugging avr binaries. GDB allows you to see what is going on inside another program while it executes or what another program was doing at the moment it crashed.

avarice Program for interfacing the Atmel JTAG ICE to GDB

Program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target

Microchip PIC

Others/Processor agnostic