Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/FPGAwars/apio into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Apr 1, 2022
2 parents 145a557 + c7c941e commit 31f7996
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ Find all the information on this [WIKI PAGE](https://github.com/FPGAwars/apio/wi

| Board name | Interface |
|:-|:-:|
| [Alchitry-Cu](https://alchitry.com/products/alchitry-cu-fpga-development-board) | | FTDI |
| [Alhambra II](https://github.com/FPGAwars/Alhambra-II-FPGA) | FTDI |
| [BlackIce](https://hackaday.io/project/12930-blackice-low-cost-open-hardware-fpga-dev-board) | Serial |
| [BlackIce II](https://github.com/mystorm-org/BlackIce-II) | Serial |
Expand All @@ -88,7 +87,7 @@ Find all the information on this [WIKI PAGE](https://github.com/FPGAwars/apio/wi
| [icoBOARD 1.0](http://icoboard.org/about-icoboard.html) | GPIO RPi |
| [Kéfir I iCE40-HX4K](http://fpgalibre.sourceforge.net/Kefir/) | FTDI |
| [iCE40-HX8K Breakout Board](http://www.latticesemi.com/Products/DevelopmentBoardsAndKits/iCE40HX8KBreakoutBoard) | FTDI |
| [Alchitry Cu](https://alchitry.com/products/alchitry-cu-fpga-development-board) | FTDI |
| [Alchitry Cu](https://alchitry.com/boards/cu) | FTDI |
| [iceFUN](https://www.robot-electronics.co.uk/icefun.html) | Serial |

#### LP8K
Expand Down
14 changes: 14 additions & 0 deletions apio/resources/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,20 @@
"ftdi": {
"desc": "UPduino v3.0"
}
},
"upduino31": {
"name": "UPduino v3.1",
"fpga": "iCE40-UP5K-SG48",
"programmer": {
"type": "iceprog"
},
"usb": {
"vid": "0403",
"pid": "6014"
},
"ftdi": {
"desc": "UPduino v3.1"
}
},
"iCEBreaker": {
"name": "iCEBreaker",
Expand Down

0 comments on commit 31f7996

Please sign in to comment.