diff options
author | Brian S. Dean <bsd@FreeBSD.org> | 2003-04-14 00:46:49 +0000 |
---|---|---|
committer | Brian S. Dean <bsd@FreeBSD.org> | 2003-04-14 00:46:49 +0000 |
commit | b69837de0f9423b9d0f293566089588451327e9c (patch) | |
tree | 97bf303cdc5e5f9503986971b04e8a7c5609fcfd /devel/Makefile | |
parent | 35921a57a6a5f1b50013c6bb5bb1cade793fa816 (diff) |
Add AVaRICE - a program for providing a debugging layer so that GNU
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.
Notes
Notes:
svn path=/head/; revision=78917
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b340fc2727dc..866ff826cecd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -54,6 +54,7 @@ SUBDIR += automake SUBDIR += automake14 SUBDIR += automake17 + SUBDIR += avarice SUBDIR += avltree SUBDIR += avr-binutils SUBDIR += avr-gcc |