Skip to content

Commit

Permalink
added support for Amontec JTAGkey
Browse files Browse the repository at this point in the history
  • Loading branch information
aquadran committed Apr 21, 2024
1 parent 327a1a7 commit 81ba11f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyftdi/ftdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ class Ftdi:
('ft230x', 0x6015),
('ft231x', 0x6015),
('ft234x', 0x6015),
('ft4232ha', 0x6048)))
('ft4232ha', 0x6048),
('Amontec JTAGkey', 0xcff8)))
}
"""Supported products, only FTDI officials ones.
To add third parties and customized products, see
Expand Down

0 comments on commit 81ba11f

Please sign in to comment.