Skip to content

Commit

Permalink
Merge pull request #339 from will-hut/develop
Browse files Browse the repository at this point in the history
Add suport for the Theta Machines ETH4K board
  • Loading branch information
cavearr authored Feb 6, 2024
2 parents e281edf + 160aae7 commit 3fe91de
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apio/resources/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,5 +774,19 @@
"programmer": {
"type": "openfpgaloader_usb-blaster"
}
},
"ThetaMachines-ETH4K": {
"name": "Theta Machines ETH4K",
"fpga": "iCE40-HX4K-TQ144",
"programmer": {
"type": "iceprog"
},
"usb": {
"vid": "0403",
"pid": "6010"
},
"ftdi": {
"desc": "ETH4K"
}
}
}

0 comments on commit 3fe91de

Please sign in to comment.