Update ChangeLog for my JTAG ICE mkI support.
Beautify Colin's recent entries while being here. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@551 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
1b38485a23
commit
0935636c7b
|
@ -1,10 +1,23 @@
|
|||
2005-11-25 Colin O'Flynn <coflynn@newae.com>
|
||||
|
||||
Fixed bug 15051, building for Windows breaks.
|
||||
* par.c: ppi_claim and ppi_release definitions now in a Windows header file
|
||||
* ppi.c: Only included if you are building for Windows
|
||||
* win_ppdev.h: Initial Commit, see par.c
|
||||
|
||||
2005-11-24 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
Add basic support for the Atmel JTAG ICE mkI:
|
||||
* config_gram.y: add mkI support to config sytax.
|
||||
* lexer.l: (Ditto.)
|
||||
* avrdude.conf.in: add sample programmer entries.
|
||||
* jtagmkI.c: New file
|
||||
* jtagmkI.h: New file
|
||||
* jtagmkI_private.h: New file
|
||||
* Makefile.am: include new files in build.
|
||||
|
||||
2005-11-24 Colin O'Flynn <coflynn@newae.com>
|
||||
|
||||
Fix bug 14681 - Serial Communication Fails on -vvvv with Windows
|
||||
* ser_win32.c: Patched with Brian Dean's patch
|
||||
|
||||
|
|
Loading…
Reference in New Issue