From 07714be8a7e51359314423e695422b08cad529b3 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 24 Jul 2023 16:32:13 +0800 Subject: [PATCH] jsonschema: add kasli_soc HW revision v1.1 --- artiq/coredevice/coredevice_generic.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/coredevice_generic.schema.json b/artiq/coredevice/coredevice_generic.schema.json index a695c3850..84f5f3505 100644 --- a/artiq/coredevice/coredevice_generic.schema.json +++ b/artiq/coredevice/coredevice_generic.schema.json @@ -130,7 +130,7 @@ }, "hw_rev": { "type": "string", - "enum": ["v1.0"] + "enum": ["v1.0", "v1.1"] } } }