File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ 2021-11-27 Joerg Wunsch <
[email protected] >
2+
3+ Submitted by David Mosberger-Tang:
4+ patch #8923: Enable TPI for linuxgpio
5+ * linuxgpio.c (linuxgpio_initpgm): add cmd_tpi entry
6+
172021-11-27 Joerg Wunsch <
[email protected] >
28
39 Submitted by: Milan Kupcevic <
[email protected] >
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Current:
1515 - UPDI support added (AVR8X family)
1616 - TPI support for USBtinyISP
1717 - TPI support for ft245r
18+ - TPI support for linuxgpio
1819 - AVR Doper uses libhidapi rather than raw libusb (patch #9033)
1920 - -P net:host:port can use IPv6 now (Posix systems only)
2021 - New configure option: -disable-libusb_1_0
@@ -131,6 +132,7 @@ Current:
131132 (no-id): Use -B <bitclock> rather than -b <baudrate> for linuxspi driver
132133 patch #9304: [Bug #48767] Implemented WinSock variation of "ser_drain(...)" functionality
133134 patch #8996: Remove lock byte read mask (bug#21954, bug#46759)
135+ patch #8923: Enable TPI for linuxgpio
134136
135137 * Internals:
136138 - New avrdude.conf keyword "family_id", used to verify SIB attributes
Original file line number Diff line number Diff line change @@ -330,6 +330,7 @@ void linuxgpio_initpgm(PROGRAMMER *pgm)
330330 pgm -> program_enable = bitbang_program_enable ;
331331 pgm -> chip_erase = bitbang_chip_erase ;
332332 pgm -> cmd = bitbang_cmd ;
333+ pgm -> cmd_tpi = bitbang_cmd_tpi ;
333334 pgm -> open = linuxgpio_open ;
334335 pgm -> close = linuxgpio_close ;
335336 pgm -> setpin = linuxgpio_setpin ;
You can’t perform that action at this time.
0 commit comments