Merge branch 'avrdudes:main' into issue474
This commit is contained in:
commit
54d590b9c1
2
NEWS
2
NEWS
|
@ -24,6 +24,8 @@ Changes since version 7.0:
|
||||||
- Fix .Dd macro in manpage #949
|
- Fix .Dd macro in manpage #949
|
||||||
- fix M1 homebrew path #950
|
- fix M1 homebrew path #950
|
||||||
- CMake Enhancements #962
|
- CMake Enhancements #962
|
||||||
|
- Reduce programmer desc string length in avrdude.conf
|
||||||
|
to < 80 characters #1000
|
||||||
|
|
||||||
* Internals:
|
* Internals:
|
||||||
|
|
||||||
|
|
|
@ -947,9 +947,10 @@ programmer
|
||||||
;
|
;
|
||||||
|
|
||||||
# commercial version of USBtiny, using a separate VID/PID
|
# commercial version of USBtiny, using a separate VID/PID
|
||||||
|
# https://github.com/IowaScaledEngineering/ckt-avrprogrammer
|
||||||
programmer
|
programmer
|
||||||
id = "iseavrprog";
|
id = "iseavrprog";
|
||||||
desc = "USBtiny-based USB programmer, https://github.com/IowaScaledEngineering/ckt-avrprogrammer";
|
desc = "USBtiny-based programmer, https://iascaled.com";
|
||||||
type = "usbtiny";
|
type = "usbtiny";
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
usbvid = 0x1209;
|
usbvid = 0x1209;
|
||||||
|
|
Loading…
Reference in New Issue