Skip to content

Commit

Permalink
Merge pull request #209 from ahuster/master
Browse files Browse the repository at this point in the history
Add support for UPduino v3.0
  • Loading branch information
Obijuan committed Aug 6, 2020
2 parents dd3264a + 5a88be7 commit 8ec7547
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Apio is used by [Icestudio](https://github.com/FPGAwars/icestudio).
| [UPDuino v1.0](http://gnarlygrey.atspace.cc/development-platform.html#upduino) | FTDI |
| [UPDuino v2.0](http://gnarlygrey.atspace.cc/development-platform.html#upduino_v2) | FTDI |
| [UPDuino v2.1](https://github.com/tinyvision-ai-inc/UPduino-v2.1) | FTDI |
| [UPDuino v3.0](https://github.com/tinyvision-ai-inc/UPduino-v3.0) | FTDI |


#### ECP5
Expand Down
14 changes: 14 additions & 0 deletions apio/resources/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,20 @@
"desc": "(?:Single RS232-HS)|(?:UPduino v2.*)"
}
},
"upduino3": {
"name": "UPduino v3.0",
"fpga": "iCE40-UP5K-SG48",
"programmer": {
"type": "iceprog"
},
"usb": {
"vid": "0403",
"pid": "6014"
},
"ftdi": {
"desc": "UPduino v3.0"
}
},
"iCEBreaker": {
"name": "iCEBreaker",
"fpga": "iCE40-UP5K-SG48",
Expand Down

0 comments on commit 8ec7547

Please sign in to comment.