coredevice_generic.schema.json: add "min_artiq_version"

This commit is contained in:
Astro 2021-02-10 00:44:50 +01:00 committed by Sébastien Bourdeauducq
parent cf9cf0ab6f
commit 4b2ed67dd7
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
"type": "string",
"description": "Target board variant name"
},
"min_artiq_version": {
"type": "string",
"description": "Minimum required ARTIQ version"
},
"hw_rev": {
"type": "string",
"enum": ["v1.0", "v1.1", "v2.0"],