mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
device. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1260 81a1dc3b-b13d-400b-aceb-764788c761c2
31 lines
931 B
Plaintext
31 lines
931 B
Plaintext
2014-01-16 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
* flip.c (flip2_initialize): Check user is running on an Xmega
|
|
device.
|
|
|
|
2014-01-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
* flip.c: Added some verbose-level messages (-vv)
|
|
* dfu.c: Added some verbose-level messages (-vvvv)
|
|
|
|
2014-01-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
Submitted by Kirill Levchenko:
|
|
patch #7896: DFU FLIPv2 programming support
|
|
* pgm_type.c: Add the flip2 programmer type.
|
|
* config_gram.y: Allow for the usbid keyword in a device definition.
|
|
* avrdude.conf.in: Add usbpid values to those Xmega devices where
|
|
applicable.
|
|
* avrpart.h: Add usbpid device field.
|
|
* dfu.c: (New file.)
|
|
* dfu.h: (New file.)
|
|
* flip.c: (New file.)
|
|
* flip.h: (New file.)
|
|
* Makefile.am: Add new files.
|
|
* doc/avrdude.texi: Document the changes.
|
|
* avrdude.1: (Dito.)
|
|
|
|
2014-01-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
* ChangeLog-2013: Annual changelog rotation.
|