mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-16 02:31:06 +00:00
Improve FTDI programmer documentation
This commit is contained in:
@@ -907,7 +907,7 @@ programmer
|
|||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "ft232h";
|
id = "ft232h";
|
||||||
desc = "FT232H in MPSSE mode";
|
desc = "FT232H based generic programmer";
|
||||||
type = "avrftdi";
|
type = "avrftdi";
|
||||||
prog_modes = PM_TPI | PM_ISP;
|
prog_modes = PM_TPI | PM_ISP;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
@@ -1332,7 +1332,7 @@ programmer
|
|||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "ft245r";
|
id = "ft245r";
|
||||||
desc = "FT245R Synchronous BitBang";
|
desc = "FT245R based generic programmer";
|
||||||
type = "ftdi_syncbb";
|
type = "ftdi_syncbb";
|
||||||
prog_modes = PM_TPI | PM_ISP;
|
prog_modes = PM_TPI | PM_ISP;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
@@ -1348,7 +1348,7 @@ programmer
|
|||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "ft232r";
|
id = "ft232r";
|
||||||
desc = "FT232R Synchronous BitBang";
|
desc = "FT232R based generic programmer";
|
||||||
type = "ftdi_syncbb";
|
type = "ftdi_syncbb";
|
||||||
prog_modes = PM_TPI | PM_ISP;
|
prog_modes = PM_TPI | PM_ISP;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
|
|||||||
Reference in New Issue
Block a user