This repository was archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement PDI mode support for the JTAG ICE mkII and the AVR Dragon.
(AVR Dragon not yet verified.) git-svn-id: svn://svn.sv.gnu.org/avrdude/trunk/avrdude@912 81a1dc3b-b13d-400b-aceb-764788c761c2
- Loading branch information
joerg_wunsch
committed
Jan 13, 2010
1 parent
fe9e28a
commit 26687a7
Showing
8 changed files
with
230 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2010-01-13 Joerg Wunsch <[email protected]> | ||
|
||
* jtagmkII.c: Implement PDI mode support for the JTAG ICE mkII | ||
and the AVR Dragon. | ||
* jtagmkII.h: (Dito.) | ||
* config_gram.y: (Dito.) | ||
* jtagmkII_private.h: (Dito.) | ||
* avrdude.conf.in: (Dito.) | ||
* lexer.l: (Dito.) | ||
|
||
2010-01-13 Joerg Wunsch <[email protected]> | ||
|
||
* stk500v2.c: Update STK600 routing and socket card data from XML | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.