Commit Graph

  • d12f28b22f Submitted by David Mosberger-Tang patch #8924: Enable TPI for usbtiny * usbtiny.c: Extend to handle TPI targets * configure.ac: Probe for <netinet/in.h> joerg_wunsch 2018-01-12 23:31:35 +0000
  • aab6f0bd35 Submitted by Yegor Yefremov: patch #9222: Enable silent build * configure.ac: Add AM_SILENT_RULES * Makefile.am: Document how to run "make" to get verbose build messages Joerg Wunsch 2018-01-12 22:07:39 +0000
  • 274112181e Submitted by Yegor Yefremov: patch #9222: Enable silent build * configure.ac: Add AM_SILENT_RULES * Makefile.am: Document how to run "make" to get verbose build messages joerg_wunsch 2018-01-12 22:07:39 +0000
  • df4cd5e8a2 Submitted by: Kjetil Kjeka: patch #9317: Support atmega64m1 as part * avrdue.conf.in (ATmega64M1): New entry. Joerg Wunsch 2018-01-12 21:55:40 +0000
  • 23b0d1df50 Submitted by: Kjetil Kjeka: patch #9317: Support atmega64m1 as part * avrdue.conf.in (ATmega64M1): New entry. joerg_wunsch 2018-01-12 21:55:40 +0000
  • 4de2d7c8c4 Submitted by Submitted David Griffith: patch #9530: Update URL to Ladyada's USBtinyISP page. * avrdude.conf.in (usbtiny): Update URL Joerg Wunsch 2018-01-12 21:45:09 +0000
  • b0f30e13d5 Submitted by Submitted David Griffith: patch #9530: Update URL to Ladyada's USBtinyISP page. * avrdude.conf.in (usbtiny): Update URL joerg_wunsch 2018-01-12 21:45:09 +0000
  • 6744c9e48a Submitted by Milan Kupcevic: patch #9423: Support ATtiny841 and ATtiny441 bug #47376: ATtiny841 description missing in configuration file bug #49455: support for tiny441 * avrdude.conf.in (ATtiny841, ATtiny441): New entries Joerg Wunsch 2018-01-12 21:38:09 +0000
  • 565681e683 Submitted by Milan Kupcevic: patch #9423: Support ATtiny841 and ATtiny441 bug #47376: ATtiny841 description missing in configuration file bug #49455: support for tiny441 * avrdude.conf.in (ATtiny841, ATtiny441): New entries joerg_wunsch 2018-01-12 21:38:09 +0000
  • 164ee65147 Add various ChangeLog files to distribution. Joerg Wunsch 2018-01-10 07:06:23 +0000
  • 5e88db6650 Add various ChangeLog files to distribution. joerg_wunsch 2018-01-10 07:06:23 +0000
  • 85a2eed129 patch #9506: Script to create device configuration stub from Atmel ATDF files Joerg Wunsch 2018-01-10 06:59:26 +0000
  • a463580945 patch #9506: Script to create device configuration stub from Atmel ATDF files joerg_wunsch 2018-01-10 06:59:26 +0000
  • 47112a4734 Submitted by Jan Egil Ruud <janegil.ruud@microchip.com> patch #9507: Fix UPDI chip erase * lexer.l (family_id): New keyword. * config_gram.y: (Ditto) * doc/avrdude.texi: Document new keyword * avrdude.conf.in: Add family_id for avr8x devices * avr.c: Pass error code up. * jtag3.c: Pass error code from memory read up; implement jtag3_read_sib() * libavrdude.h: Add new items. * main.c: Implement different chip erase handling required for UPDI devices. Joerg Wunsch 2018-01-09 23:29:31 +0000
  • dd7ee6507b Submitted by Jan Egil Ruud <janegil.ruud@microchip.com> patch #9507: Fix UPDI chip erase * lexer.l (family_id): New keyword. * config_gram.y: (Ditto) * doc/avrdude.texi: Document new keyword * avrdude.conf.in: Add family_id for avr8x devices * avr.c: Pass error code up. * jtag3.c: Pass error code from memory read up; implement jtag3_read_sib() * libavrdude.h: Add new items. * main.c: Implement different chip erase handling required for UPDI devices. joerg_wunsch 2018-01-09 23:29:31 +0000
  • 6b57f3dc8b Annual ChangeLog rotation. Joerg Wunsch 2018-01-09 23:17:54 +0000
  • 9c3fd061a7 Annual ChangeLog rotation. joerg_wunsch 2018-01-09 23:17:54 +0000
  • 559c20f207 Submitted by Jan Egil Ruud <janegil.ruud@microchip.com> patch #9507: Fix UPDI chip erase * jtag3.c (jtag3_chip_erase_updi): New function * jtag3_private.h: More constants Joerg Wunsch 2017-12-30 00:05:54 +0000
  • e9bf58c1cf Submitted by Jan Egil Ruud <janegil.ruud@microchip.com> patch #9507: Fix UPDI chip erase * jtag3.c (jtag3_chip_erase_updi): New function * jtag3_private.h: More constants joerg_wunsch 2017-12-30 00:05:54 +0000
  • ecaaa1e1d5 Submitted by Jan Egil Ruud <janegil.ruud@microchip.com> patch #9508: Add PowerDebugger and XPlained Mini in UPDI mode * avrdude.conf.in (xplainedmini_updi, powerdebugger, powerdebugger_pdi, powerdebugger_updi, powerdebugger_dw, powerdebugger_isp): New programmers Joerg Wunsch 2017-12-29 23:33:54 +0000
  • 51ff73286c Submitted by Jan Egil Ruud <janegil.ruud@microchip.com> patch #9508: Add PowerDebugger and XPlained Mini in UPDI mode * avrdude.conf.in (xplainedmini_updi, powerdebugger, powerdebugger_pdi, powerdebugger_updi, powerdebugger_dw, powerdebugger_isp): New programmers joerg_wunsch 2017-12-29 23:33:54 +0000
  • 7ac874ffe1 Add Xplained Mini in UPDI mode as new programmer. Joerg Wunsch 2017-12-29 23:16:50 +0000
  • 6a6534cfad Add Xplained Mini in UPDI mode as new programmer. joerg_wunsch 2017-12-29 23:16:50 +0000
  • 82dc3bf679 bootstrap: Detect whether libtoolize is named `glibtoolize' (MacOS) Joerg Wunsch 2017-12-29 22:23:06 +0000
  • 4a8125a817 bootstrap: Detect whether libtoolize is named `glibtoolize' (MacOS) joerg_wunsch 2017-12-29 22:23:06 +0000
  • 6e57e225e7 Bump version date to indicate added UPDI support. Joerg Wunsch 2017-11-29 23:11:35 +0000
  • 6a286a90b2 Bump version date to indicate added UPDI support. joerg_wunsch 2017-11-29 23:11:35 +0000
  • 186656b855 Submitted by Jan Egil Ruud <janegil.ruud@microchip.com> patch #9482: Add support for UPDI and AVR8X * avrdude.conf.in (xplainedpro_updi): New programmer * avrdude.conf.in (.avr8x, ATtiny1617, ATtiny817): New device family and devices * config_gram.y: add K_OCD_BASE and K_HAS_UPDI * lexer.l: (Ditto.) * doc/avrdude.texi: Document "has_updi" flag * jtag3.c: Implement UPDI * jtag3.h: (Ditto.) * jtag3_private.h: (Ditto.) * libavrdude.h: Add ocd_base value and AVRPART_HAS_UPDI flag * pgm_type.c: Add jtagice3_updi Joerg Wunsch 2017-11-29 23:09:51 +0000
  • 27d0aebbbe Submitted by Jan Egil Ruud <janegil.ruud@microchip.com> patch #9482: Add support for UPDI and AVR8X * avrdude.conf.in (xplainedpro_updi): New programmer * avrdude.conf.in (.avr8x, ATtiny1617, ATtiny817): New device family and devices * config_gram.y: add K_OCD_BASE and K_HAS_UPDI * lexer.l: (Ditto.) * doc/avrdude.texi: Document "has_updi" flag * jtag3.c: Implement UPDI * jtag3.h: (Ditto.) * jtag3_private.h: (Ditto.) * libavrdude.h: Add ocd_base value and AVRPART_HAS_UPDI flag * pgm_type.c: Add jtagice3_updi joerg_wunsch 2017-11-29 23:09:51 +0000
  • 492a7b6709 Submitted by Jan Egil Ruud <janegil.ruud@microchip.com> avrdude.conf.in (ATmega328PB): New part Joerg Wunsch 2017-11-29 22:44:56 +0000
  • 34b031f3d7 Submitted by Jan Egil Ruud <janegil.ruud@microchip.com> avrdude.conf.in (ATmega328PB): New part joerg_wunsch 2017-11-29 22:44:56 +0000
  • 1c83889f8f bug #48084: Avoid compiled-in timestamp for reproducible release builds Joerg Wunsch 2017-11-13 16:47:51 +0000
  • 4bcf963c88 bug #48084: Avoid compiled-in timestamp for reproducible release builds joerg_wunsch 2017-11-13 16:47:51 +0000
  • 9099352871 Fix bug-id for last change. Joerg Wunsch 2017-03-06 21:12:00 +0000
  • 26ef3f553b Fix bug-id for last change. joerg_wunsch 2017-03-06 21:12:00 +0000
  • d6deb43957 Reported by Roger A. Krupski: Joerg Wunsch 2017-03-05 18:23:18 +0000
  • 47a7b5f2b6 Reported by Roger A. Krupski: joerg_wunsch 2017-03-05 18:23:18 +0000
  • f0c62a3ff8 Annual changelog rotation. Joerg Wunsch 2017-03-05 18:21:08 +0000
  • 620d03cbfc Annual changelog rotation. joerg_wunsch 2017-03-05 18:21:08 +0000
  • 7e32be2599 Define DEBUG and DEBUGRECV unconditionally, as MSG_TRACE2 messages. Joerg Wunsch 2016-09-14 06:17:59 +0000
  • 3f52fcce58 Define DEBUG and DEBUGRECV unconditionally, as MSG_TRACE2 messages. joerg_wunsch 2016-09-14 06:17:59 +0000
  • 86ce06c189 Add ehajo-isp programmer (commercial version of USBtiny). Joerg Wunsch 2016-05-09 22:05:59 +0000
  • 5b46537df2 Add ehajo-isp programmer (commercial version of USBtiny). joerg_wunsch 2016-05-09 22:05:59 +0000
  • b5b37c30f2 * configure.ac (libftdi1): Rather than hardcoding the library providing the libusb-1.0 API, use the result from the previous probe. This helps detecting libftdi1 on FreeBSD where the libusb-1.0 API is provided by the system's libusb. Joerg Wunsch 2016-04-20 20:40:58 +0000
  • 554c72cab4 * configure.ac (libftdi1): Rather than hardcoding the library providing the libusb-1.0 API, use the result from the previous probe. This helps detecting libftdi1 on FreeBSD where the libusb-1.0 API is provided by the system's libusb. joerg_wunsch 2016-04-20 20:40:58 +0000
  • 71be95b16a In usbhid_open(), correctly calculate the offset for serial number matching. Joerg Wunsch 2016-04-18 14:47:53 +0000
  • 059fbf3f47 In usbhid_open(), correctly calculate the offset for serial number matching. joerg_wunsch 2016-04-18 14:47:53 +0000
  • 185b615245 bug #47550: Linux GPIO broken * linuxgpio.c: Replace %ud by %u in snprintf calls. Joerg Wunsch 2016-03-28 17:29:30 +0000
  • 9ac840041b bug #47550: Linux GPIO broken * linuxgpio.c: Replace %ud by %u in snprintf calls. joerg_wunsch 2016-03-28 17:29:30 +0000
  • 02e6082312 Bump read timeout in usbhid_recv() to 300 ms. Joerg Wunsch 2016-03-02 21:04:36 +0000
  • 37cb2ad56c Bump read timeout in usbhid_recv() to 300 ms. joerg_wunsch 2016-03-02 21:04:36 +0000
  • a6dc66fb9e Back out rev 1385, it was committed accidentally. Joerg Wunsch 2016-03-02 16:49:01 +0000
  • 2bfcdee899 Back out rev 1385, it was committed accidentally. joerg_wunsch 2016-03-02 16:49:01 +0000
  • 0634e4eb92 Support packet fragmentation and reassembly in hid_thread(), for mEDBG devices. Joerg Wunsch 2016-03-02 16:45:10 +0000
  • ece76fba59 Support packet fragmentation and reassembly in hid_thread(), for mEDBG devices. joerg_wunsch 2016-03-02 16:45:10 +0000
  • 5dba081585 Summary: Before returning, call hid_free_enumeration(). Joerg Wunsch 2016-02-24 22:14:06 +0000
  • 7ed063bfa4 Summary: Before returning, call hid_free_enumeration(). joerg_wunsch 2016-02-24 22:14:06 +0000
  • 3afd51e7d5 Summary: Fix walking the list of HID matches Joerg Wunsch 2016-02-24 22:08:36 +0000
  • e1ce7be101 Summary: Fix walking the list of HID matches joerg_wunsch 2016-02-24 22:08:36 +0000
  • 9db53455a9 Fix an off-by-one error in usbhid_send(). Joerg Wunsch 2016-02-22 09:23:20 +0000
  • b3ee7ad686 Fix an off-by-one error in usbhid_send(). joerg_wunsch 2016-02-22 09:23:20 +0000
  • 081b6fe229 Use libhidapi as (optional) transport for CMSIS-DAP compliant debuggers (JTAGICE3 with firmware 3+, AtmelICE, EDBG, mEDBG). Joerg Wunsch 2016-02-20 22:50:13 +0000
  • 6927e1aa06 Use libhidapi as (optional) transport for CMSIS-DAP compliant debuggers (JTAGICE3 with firmware 3+, AtmelICE, EDBG, mEDBG). joerg_wunsch 2016-02-20 22:50:13 +0000
  • 45cdd4a906 (Obtained from patch #8717: pattch for mcprog and libhidapi support) * configure.ac: Probe for libhidapi * Makefile.am: Add @LIBHIDAPI@ Joerg Wunsch 2016-02-17 21:48:37 +0000
  • 10e2e34afb (Obtained from patch #8717: pattch for mcprog and libhidapi support) * configure.ac: Probe for libhidapi * Makefile.am: Add @LIBHIDAPI@ joerg_wunsch 2016-02-17 21:48:37 +0000
  • aac9fc6365 Bump copyright year. Joerg Wunsch 2016-02-16 22:28:19 +0000
  • f8723855af Bump copyright year. joerg_wunsch 2016-02-16 22:28:19 +0000
  • 8b6b83043a Bump for post-release 6.3. Joerg Wunsch 2016-02-16 22:08:17 +0000
  • 8a67ccd56e Bump for post-release 6.3. joerg_wunsch 2016-02-16 22:08:17 +0000
  • 2a8f35fad0 This is release 6.3. v6.3 Joerg Wunsch 2016-02-16 21:45:17 +0000
  • 062bdd7c33 Prepare release 6.3. joerg_wunsch 2016-02-16 21:28:52 +0000
  • 04c1887b12 Prepare release 6.3. Joerg Wunsch 2016-02-16 21:28:52 +0000
  • 72a6c54196 Add the Xplained Mini to the documentation. joerg_wunsch 2016-02-15 21:02:00 +0000
  • 60849ce3c9 Add the Xplained Mini to the documentation. Joerg Wunsch 2016-02-15 21:02:00 +0000
  • 22db0384e6 patch #8895: Spelling in 6.2 code joerg_wunsch 2016-02-15 20:34:27 +0000
  • 7aa558e562 patch #8895: Spelling in 6.2 code Joerg Wunsch 2016-02-15 20:34:27 +0000
  • d6786d29b3 patch #8895: Spelling in 6.2 code joerg_wunsch 2016-02-15 20:29:53 +0000
  • c686946563 patch #8895: Spelling in 6.2 code Joerg Wunsch 2016-02-15 20:29:53 +0000
  • a7d90e58da patch #8896: Silence cppcheck warnings in 6.2 code joerg_wunsch 2016-02-15 20:22:26 +0000
  • 1e05c4339f patch #8896: Silence cppcheck warnings in 6.2 code Joerg Wunsch 2016-02-15 20:22:26 +0000
  • ce4deb2ec0 patch #8735: ATtiny28 support in avrdude.conf joerg_wunsch 2016-02-15 20:15:07 +0000
  • 6326b19cfe patch #8735: ATtiny28 support in avrdude.conf Joerg Wunsch 2016-02-15 20:15:07 +0000
  • 10e5e4468e Add ATmega{48,88,168}PB devices. joerg_wunsch 2016-02-15 20:10:01 +0000
  • 4305a99484 Add ATmega{48,88,168}PB devices. Joerg Wunsch 2016-02-15 20:10:01 +0000
  • a94e7b1325 patch #8435: Implementing mEDBG CMSIS-DAP protocol * usb_libusb.c: Add endpoint IDs for Xplained Mini, correctly transfer trailing ZLP when needed * avrdude.conf.in (xplainedmini, xplainedmini_dw): New entries. * jtag3.c (jtag3_edbg_send, jtag3_edbg_recv_frame): Implement fragmentation needed for the 64-byte EP size of the Xplained Mini joerg_wunsch 2016-02-15 19:58:45 +0000
  • a7238c44af patch #8435: Implementing mEDBG CMSIS-DAP protocol * usb_libusb.c: Add endpoint IDs for Xplained Mini, correctly transfer trailing ZLP when needed * avrdude.conf.in (xplainedmini, xplainedmini_dw): New entries. * jtag3.c (jtag3_edbg_send, jtag3_edbg_recv_frame): Implement fragmentation needed for the 64-byte EP size of the Xplained Mini Joerg Wunsch 2016-02-15 19:58:45 +0000
  • de02ef96ee Mention backout of joerg_wunsch 2016-02-15 19:46:58 +0000
  • b41fbccf3d Mention backout of Joerg Wunsch 2016-02-15 19:46:58 +0000
  • 2d3095d3d4 Annual changelog rotation. joerg_wunsch 2016-02-09 14:23:03 +0000
  • 5e874c8a04 Annual changelog rotation. Joerg Wunsch 2016-02-09 14:23:03 +0000
  • bdb38b388a Do not suggest users might change the default config file. It will be overwritten by updates. joerg_wunsch 2015-12-15 22:40:13 +0000
  • 141bdc7171 Do not suggest users might change the default config file. It will be overwritten by updates. Joerg Wunsch 2015-12-15 22:40:13 +0000
  • 1238faae24 bug #46610: Floating point exception (core dumped) arch linux rpi2 bug #46483: version 6.2. ser_open(): can't set attributes for device * ser_posix.c: Back out change from patch #8380 joerg_wunsch 2015-12-09 22:45:57 +0000
  • 172f34f872 bug #46610: Floating point exception (core dumped) arch linux rpi2 bug #46483: version 6.2. ser_open(): can't set attributes for device * ser_posix.c: Back out change from patch #8380 Joerg Wunsch 2015-12-09 22:45:57 +0000
  • efb2a1e457 This is the post-6.2 state now. joerg_wunsch 2015-11-16 22:46:49 +0000
  • 7d2a1c916b This is the post-6.2 state now. Joerg Wunsch 2015-11-16 22:46:49 +0000
  • 595c92288d This is AVRDUDE 6.2. v6.2 Joerg Wunsch 2015-11-16 22:43:18 +0000
  • 3a23a71d25 About to release version 6.2. joerg_wunsch 2015-11-16 22:40:29 +0000
  • f428a6db07 About to release version 6.2. Joerg Wunsch 2015-11-16 22:40:29 +0000
  • 70979b7030 Just to make sure this won't get lost over time, make a copy of Atmel's publically available documentation files for reference. joerg_wunsch 2015-11-02 21:13:28 +0000