Add ft4232h programmer

This commit is contained in:
Marius Greuel 2022-12-27 13:03:41 +01:00
parent 5d0f151f4a
commit 252d6833d4
1 changed files with 12 additions and 3 deletions

View File

@ -869,18 +869,27 @@ programmer
;
#------------------------------------------------------------
# 4232h
# ft4232h
#------------------------------------------------------------
#The FT4232H can be treated as FT2232H, but it has a different USB
#device ID of 0x6011.
programmer parent "avrftdi"
id = "4232h";
programmer parent "ft2232h"
id = "ft4232h";
desc = "FT4232H based generic programmer";
usbpid = 0x6011;
;
#------------------------------------------------------------
# 4232h
#------------------------------------------------------------
programmer parent "ft4232h"
id = "4232h";
desc = "FT4232H based generic programmer";
;
#------------------------------------------------------------
# jtagkey
#------------------------------------------------------------