Skip to content

Commit

Permalink
Merge pull request FPGAwars#182 from xesxen/master
Browse files Browse the repository at this point in the history
Add fomu to the list of supported devices
  • Loading branch information
Jesus89 authored Sep 8, 2019
2 parents bf897cb + 5abee6c commit f220c68
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -255,5 +255,19 @@
"ftdi": {
"desc": "Alchitry Cu"
}
},
"fomu": {
"name": "fomu",
"fpga": "iCE40-UP5K-UWG30",
"programmer": {
"type": "dfu-util"
},
"usb": {
"vid": "1209",
"pid": "5bf0"
},
"ftdi": {
"desc": "Fomu Hacker running DFU Bootloader v1.8.8"
}
}
}
4 changes: 4 additions & 0 deletions apio/resources/programmers.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
"command": "tinyprog",
"args": "--pyserial -c ${SERIAL_PORT} --program",
"pip_packages": [ "tinyprog" ]
},
"dfu-util": {
"command": "sudo dfu-util",
"args": "-D"
}
}

0 comments on commit f220c68

Please sign in to comment.