Skip to content

Commit

Permalink
Merge pull request FPGAwars#199 from jmi2k/add-orangecrab-support
Browse files Browse the repository at this point in the history
Add OrangeCrab r0.2 to boards.json
  • Loading branch information
Juan Gonzalez-Gomez authored Apr 24, 2020
2 parents c07d519 + 375d164 commit a8b2a87
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 @@ -108,6 +108,7 @@ Apio is used by [Icestudio](https://github.com/FPGAwars/icestudio).
#### ECP5
| Board name | Interface |
|:-|:-:|
| [OrangeCrab r0.2](https://github.com/gregdavill/OrangeCrab) | FTDI |
| [TinyFPGA-EX-rev1](https://github.com/tinyfpga/TinyFPGA-EX) | Serial |
| [TinyFPGA-EX-rev2](https://www.crowdsupply.com/tinyfpga/tinyfpga-ex) | Serial |
| [ULX3S-12F](https://radiona.org/ulx3s/) | Ujprog |
Expand Down
14 changes: 14 additions & 0 deletions apio/resources/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,20 @@
"pid": "6015"
}
},
"orangecrab-r02-25f": {
"name": "OrangeCrab r0.2",
"fpga": "ECP5-LFE5U-25F-CSFBGA285",
"programmer": {
"type": "dfu-util"
},
"usb": {
"vid": "1209",
"pid": "5af0"
},
"ftdi": {
"desc": "OrangeCrab r0.2 DFU bootloader"
}
},
"versa": {
"name": "ECP5 Versa",
"fpga": "ECP5-LFE5UM-45F-CABGA381",
Expand Down

0 comments on commit a8b2a87

Please sign in to comment.