Skip to content

Commit

Permalink
Apio with icesprog for windows
Browse files Browse the repository at this point in the history
Apio with icesprog for windows.
Not tested actual programming.
  • Loading branch information
aalku committed Oct 16, 2020
1 parent 9d93be1 commit 3af902b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apio/resources/distribution.json
Expand Up @@ -10,7 +10,8 @@
"scons": ">=3.0.1,<3.1.0",
"system": ">=1.1.0,<1.2.0",
"verilator": ">=1.0.0,<1.1.0",
"fujprog": ">=2020.10.6,<2021.1.0"
"fujprog": ">=2020.10.6,<2021.1.0",
"icesprog": ">=1.0.0"
},
"pip_packages": {
"blackiceprog": ">=2.0.0,<3.0.0",
Expand Down
18 changes: 18 additions & 0 deletions apio/resources/packages.json
Expand Up @@ -158,5 +158,23 @@
"extension": "tar.gz"
},
"description": "Programmer for ULX2/3S boards"
},
"icesprog" : {
"repository": {
"name": "apio-toolchain-iCESugar",
"organization": "aalku"
},
"release": {
"tag_name": "v%V",
"compressed_name": "icesprog-%P-%V",
"uncompressed_name": "",
"package_name": "icesprog",
"extension": "zip",
"available_platforms": [
"windows_amd64"
]
},
"description": "iCESugar board programmer"
}

}
4 changes: 2 additions & 2 deletions apio/resources/programmers.json
Expand Up @@ -53,8 +53,8 @@
"command": "dfu-util",
"args": "-d ${VID}:${PID} -D"
},
"iCESugar-copy": {
"command": "iCESugar-copy.py",
"icesprog": {
"command": "icesprog",
"args": ""
}
}

0 comments on commit 3af902b

Please sign in to comment.