e07e1b9becUpdate README.md
Marius Greuel
2021-11-28 13:08:15 +0100
cc07e1e873Bump version to 6.3.1.1-windows
Marius Greuel
2021-01-27 16:51:06 +0100
5098c0ae2dImprove Micronucleus programmer error messages
Marius Greuel
2021-01-26 22:23:25 +0100
aa1c721631Add Linux udev rules hint to readme.md
Marius Greuel
2021-01-26 22:22:41 +0100
231165937eAdd support for Teensy bootloader
Marius Greuel
2021-01-26 22:21:52 +0100
cff7d24e5bVarious improvements for FTDI support
Marius Greuel
2020-11-14 17:59:33 +0100
283da3fafaAdd Windows version resource to avrdude project
Marius Greuel
2020-10-06 21:04:13 +0200
37aeb31e53Add LOG_APPNAME define to libusb project
Marius Greuel
2020-10-06 20:37:25 +0200
c0fc095500Implement ftdi_set_interface for avrftdi
Marius Greuel
2020-10-06 20:36:52 +0200
d25d40e2feAdd more APIs for libwinftdi
Marius Greuel
2020-10-06 20:35:43 +0200
b228b56355Allow %n in printf format string for MSVC
Marius Greuel
2020-10-06 20:33:48 +0200
d007a46e31Add Travis CI support
Marius Greuel
2020-03-10 22:57:01 +0200
1b9af0e327Add readme.md
Marius Greuel
2020-03-10 22:38:15 +0200
4e5caf952eAdd .editorconfig
Marius Greuel
2020-03-10 22:36:00 +0200
d4c7ef19bfFix bug introduced in patch #8580 to allow usage with no -C option or -C ft[n]
Marius Greuel
2020-03-10 21:51:59 +0200
7d9ee2694eAdd support for FTDI devices via D2XX API
Marius Greuel
2020-03-10 21:41:51 +0200
13e404d777Improve MSVC patch in stk500.c
Marius Greuel
2020-03-10 20:54:32 +0200
e3efb3bce9Correct header file in micronucleus bootloader
Marius Greuel
2020-03-10 20:43:17 +0200
544b4fdeebCorrect endpoint direction for control messages of USBtinyISP devices
Marius Greuel
2020-02-23 21:03:11 +0200
e86e527643Increase HID communication time-out for ATMEL ICE
Marius Greuel
2020-02-23 21:01:52 +0200
46df381a46Add support for COM port discovery via USB VID/PID Add support for Leonardo USB bootloader auto-reset
Marius Greuel
2020-02-22 21:17:41 +0200
7f9ca71ed8Add support for WinUSB devices
Marius Greuel
2020-01-18 19:07:02 +0200
4be6bb3432Add support for Visual Studio 2019
Marius Greuel
2020-01-18 19:05:50 +0200
7e3bb5a772Add support for Micronucleus bootloader
Marius Greuel
2019-02-10 20:11:55 +0200
8ec301a340Change Intel HEX line length from 32 to 16 to match line length of avr-objcopy
Marius Greuel
2018-04-15 21:45:12 +0200
b6e72dce4cImplemented basic serial code refactoring for upcoming SerialUPDI implementation
Dawid Buchwald
2021-12-08 10:09:52 +0000
062fa8c77bAdd link of original AVRDUDE repository to README.md
Marius Greuel
2021-12-17 22:52:27 +0100
e6427d3420Add AUTHORS file back in
Marius Greuel
2021-12-17 22:47:12 +0100
5633a6d88aMove source files to 'src' folder
Marius Greuel
2021-12-17 09:17:42 +0100
d5959d27b8Remove README, AUTHORS, ChangeLog*, BUILD-FROM-SVN
Marius Greuel
2021-12-10 22:07:21 +0100
5596d06d93Add README.md
Marius Greuel
2021-12-10 22:06:44 +0100
9d916b31a0Add .editorconfig
Marius Greuel
2021-12-10 22:06:05 +0100
e85d112891Add .gitattributes and .gitignore, remove .cvsignore
Marius Greuel
2021-12-10 22:05:33 +0100
7015ebe0d6Update for release of version 6.4
v6.4
Joerg Wunsch
2021-12-16 21:02:35 +0000
02a2cab296Add a project-related INSTALL file
Joerg Wunsch
2021-12-14 22:03:51 +0000
6264404cc1Allow for overriding make tool from environment
Joerg Wunsch
2021-12-10 22:34:57 +0000
2df2587155bug #57338: if safemode has to change fuses avrdude should exit with non-zero exit code
Joerg Wunsch
2021-12-06 21:46:41 +0000
202b6cab39bug #58994: VPP PWM still enabled at the end of programming process Submitted by Dmitrii Chernukhin: * pickit2.c (pickit2_disable): turn off VPP before shutting down
Joerg Wunsch
2021-12-06 21:13:00 +0000
6f69ddb068Disable parport support by default; bump version date
Joerg Wunsch
2021-12-05 21:57:12 +0000
1214f99c2bpatch #10153: linuxspi: Support "-E reset" and "-E noreset" Submitted by Alex Sverdlin: * linuxspi.c (linuxspi_parseexitspecs): New function
Joerg Wunsch
2021-12-03 22:30:05 +0000
eb7ccaf92bTurn off FT245R_BITBANG_VARIABLE_PULSE_WIDTH_WORKAROUND by default
Joerg Wunsch
2021-12-01 22:17:50 +0000
4396674aa7patch #9304: [Bug #48767] Implemented WinSock variation of "ser_drain(...)" functionality Submitted by Christopher Cooper: * ser_win32.c (ser_drain): Implement a network drain function.
Joerg Wunsch
2021-11-27 21:15:55 +0000
c9a1405547* linux_spi.c (linuxspi_open): ensure correct SPI mode is Submitted by Lars Ollén: set (submitted in the audit trail of patch #9816).
Joerg Wunsch
2021-11-27 20:18:44 +0000
2aee540bfaUse -B <bitclock> rather than -b <baudrate> to specify the clock rate in linuxspi driver.
Joerg Wunsch
2021-11-27 18:21:44 +0000
dd1255b0c8Improve defaults and documentation of linuxspi * avrdude.conf.in: use @HAVE_LINUXGPIO_BEGIN/END@ and @HAVE_LINUXSPI_BEGIN/END@ brackets around respective config snippets; values were already set in configure.ac. * linuxspi.c (linuxspi_open): Provide a reasonable (for the Raspberry Pi) default for the -P option * avrdude.1: Extend linuxspi documentation * doc/avrdude.texi: (Dito.)
Joerg Wunsch
2021-11-27 17:33:49 +0000
18fe8ef834patch #10031: linuxspi: Support GPIO uAPI v2 Submitted by Alex Sverdlin: * linuxspi.c (linuxspi_reset_mcu, linuxspi_open): Since Linux v5.10 GPIO ABI Version 1 is optional and depends on CONFIG_GPIO_CDEV_V1.
Joerg Wunsch
2021-11-27 15:51:24 +0000
bd4f46b1ffpatch #10030: linuxspi: Support inverted GPIO pin Submitted by Alex Sverdlin: * linuxspi.c (linuxspi_open): Clear the inversion mask on request and set default state to avoid short glitches on the GPIO line.
Joerg Wunsch
2021-11-27 15:48:30 +0000
93767e0de1patch #10028: linuxspi: close() only when necessary Submitted by Alex Sverdlin: * linuxspi.c: unify descriptor closing
Joerg Wunsch
2021-11-27 15:42:33 +0000
711323e7ccSubmitted by Alex Sverdlin: patch #10027: linuxspi: Add reset pulse, according to AVR programming algorithm * linuxspi.c (linuxspi_open, linuxspi_program_enable): movw out reset code into linuxspi_reset_mcu()
Joerg Wunsch
2021-11-27 15:40:12 +0000
172fcb7c7eNow that we have a matches() function, prefer it over strncmp()
Joerg Wunsch
2021-11-23 09:48:15 +0000
bd50422644patch #9757: Fix ATtiny817 Xplained Mini programmer * jtag3.c (jtag3_getsync, jtag3_close): correctly extract programmer name from list of names
Joerg Wunsch
2021-11-23 09:42:39 +0000
8004e38403patch #8719: Support Over-the-Air bootloading with XBeeBoot Submitted by David Sainty: * xbee.c: New programmer * xbee.h: (Dito.) * pgm_type.c: Add xbee.h * avrdude.conf.in (xbee): New programmer * Makefile.am (libavrdude_a_SOURCES): add xbee.c, xbee.h * avrdude.1: document the new programmer * doc/avrdude.texi: (Dito.)
Joerg Wunsch
2021-11-22 21:35:26 +0000
9a15fcb25fUpdate ChangeLog for ft245r.c patches
Joerg Wunsch
2021-11-14 15:48:53 +0000
f821bfc03dpatch #9123: ftdi_syncbb: use FT245R_CYCLES in ft245r_set_bitclock()
Joerg Wunsch
2021-11-14 15:47:29 +0000