From Fedora Project Wiki
No edit summary
Line 18: Line 18:
===Microchip PIC===
===Microchip PIC===


{{:User:Jjmcd/Drafts/Packages/Embedded/g[utils}}
{{:User:Jjmcd/Drafts/Packages/Embedded/gputils}}


{{:User:Jjmcd/Drafts/Packages/Embedded/gpsim}}
{{:User:Jjmcd/Drafts/Packages/Embedded/gpsim}}
Line 29: Line 29:


{{:User:Jjmcd/Drafts/Packages/Embedded/pikloops}}
{{:User:Jjmcd/Drafts/Packages/Embedded/pikloops}}


===Others/Processor agnostic===
===Others/Processor agnostic===

Revision as of 20:22, 4 November 2008

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

gputils Development utilities for Microchip (TM) PIC (TM) microcontrollers

This is a collection of development tools for Microchip (TM) PIC (TM) microcontrollers. This is ALPHA software: there may be serious bugs in it, and it's nowhere near complete. gputils currently only implements a subset of the features available with Microchip's tools. See the documentation for an up-to-date list of what gputils can do.

User:Jjmcd/Drafts/Packages/Embedded/gpsim

User:Jjmcd/Drafts/Packages/Embedded/ktechlab

User:Jjmcd/Drafts/Packages/Embedded/pikdev

User:Jjmcd/Drafts/Packages/Embedded/piklab

User:Jjmcd/Drafts/Packages/Embedded/pikloops

Others/Processor agnostic

User:Jjmcd/Drafts/Packages/Embedded/dfu-programmer

User:Jjmcd/Drafts/Packages/Embedded/sdcc

User:Jjmcd/Drafts/Packages/Embedded/uisp

User:Jjmcd/Drafts/Packages/Embedded/simcoupe

User:Jjmcd/Drafts/Packages/Embedded/sjasm

User:Jjmcd/Drafts/Packages/Embedded/z88dk