Skip to content

Commit 12dcf10

Browse files
authored
Merge pull request #29 from maxisimonazzi/main
Added board definition for Azukar v2
2 parents 081a01e + 60ef755 commit 12dcf10

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

definitions/boards.jsonc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@
5454
"product-regex": "^Single RS232-HS"
5555
}
5656
},
57+
// https://github.com/maxisimonazzi/Azukar-FPGA
58+
// https://www.azukar.com.ar
59+
"azukar2": {
60+
"description": "AZUKAR v2",
61+
"fpga-id": "ice40hx4k-tq144-8k",
62+
"programmer": {
63+
"id": "iceprog"
64+
},
65+
"usb": {
66+
"vid": "0403",
67+
"pid": "6010",
68+
"product-regex": "^--.. Azukar FPGA ..--"
69+
}
70+
},
5771
// URL: TBD
5872
"blackice": {
5973
"description": "BlackIce",

0 commit comments

Comments
 (0)