Skip to content

Commit

Permalink
Merge pull request #387 from skerr92/add_odt_boards
Browse files Browse the repository at this point in the history
add u4k ice40 variants
  • Loading branch information
Obijuan authored Sep 2, 2024
2 parents 70a3f77 + b427656 commit 0fad4b3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
18 changes: 18 additions & 0 deletions apio/resources/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,24 @@
"pid": "602b"
}
},
"ODT_IcyBlue_Feather": {
"name": "ODT_IcyBlue_Feather",
"fpga": "iCE40-U4K-SG48",
"programmer": {
"type": "icesprog"
},
"usb": {
"vid": "0403",
"pid": "6014"
}
},
"ODT_RPGA_Feather": {
"name": "ODT_RPGA_Feather",
"fpga": "iCE40-U4K-SG48",
"programmer": {
"type": "mcu"
}
},
"ColorLight-5A-75B-V61": {
"name": "ColorLight-5A-75B-V61",
"fpga": "ECP5-LFE5U-25F-CABGA381",
Expand Down
12 changes: 12 additions & 0 deletions apio/resources/fpgas.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,18 @@
"size": "5k",
"pack": "uwg30"
},
"iCE40-U4K-UWG30": {
"arch": "ice40",
"type": "u",
"size": "4k",
"pack": "uwg30"
},
"iCE40-U4K-SG48": {
"arch": "ice40",
"type": "u",
"size": "4k",
"pack": "sg48"
},
"ECP5-LFE5U-12F-CABGA256": {
"arch": "ecp5",
"type": "12k",
Expand Down

0 comments on commit 0fad4b3

Please sign in to comment.