master
Sebastien Bourdeauducq 2021-10-05 16:13:54 +08:00
parent f8c6fd4b79
commit c6c940fc9f
1 changed files with 24 additions and 0 deletions

24
aq.json Normal file
View File

@ -0,0 +1,24 @@
{
"target": "kasli",
"min_artiq_version": "6.0",
"variant": "aq",
"hw_rev": "v2.0",
"base": "standalone",
"core_addr": "192.168.1.75",
"peripherals": [
{
"type": "dio",
"board": "DIO_MCX",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_MCX",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
}
]
}