mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Contributed by Thomas Fischl: add support for USBasp.
patch #4686: Add support for USBasp, a simple USB programmer * usbasp.c: New file, implement the USBasp driver. * usbasp.h: New file, interface declarations for USBasp. * Makefile.am: Wire the new files into the build. * avrdude.conf.in: Add the usbasp programmer entry. * config_gram.y: Add the usbasp token. * lexer.l: (Ditto.) * avrdude.1: Document the USBasp programmer. * doc/avrdude.texi: (Ditto.) git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@656 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2006-09-10 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
Contributed by Thomas Fischl: add support for USBasp.
|
||||
patch #4686: Add support for USBasp, a simple USB programmer
|
||||
* usbasp.c: New file, implement the USBasp driver.
|
||||
* usbasp.h: New file, interface declarations for USBasp.
|
||||
* Makefile.am: Wire the new files into the build.
|
||||
* avrdude.conf.in: Add the usbasp programmer entry.
|
||||
* config_gram.y: Add the usbasp token.
|
||||
* lexer.l: (Ditto.)
|
||||
* avrdude.1: Document the USBasp programmer.
|
||||
* doc/avrdude.texi: (Ditto.)
|
||||
|
||||
2006-09-08 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* main.c: Implement -U filename as a shorthand for
|
||||
|
Reference in New Issue
Block a user