mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
b69837de0f
GDB can be used to debug Atmel AVR programs in-system on JTAG enabled devices, to be used in combination with the Atmel JTAG ICE hardware. This program can also be used for programming the device as well as debugging the code.
9 lines
330 B
Plaintext
9 lines
330 B
Plaintext
AVaRICE is a program which interfaces the GNU Debugger GDB with the
|
|
AVR JTAG ICE available from Atmel.
|
|
|
|
Use AVaRICE standalone as a programmer, or it can be run as an
|
|
intermediary between avr-gdb and the AVR JTAG hardware, allowing one
|
|
to use GDB to debug your AVR code as it runs in-system.
|
|
|
|
WWW: http://avarice.sourceforge.net/
|