From 21c6f57ce18cdd0c41f467434d58c0b9193da374 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 79527cf31..f69211262 100644 --- a/artiq/coredevice/coredevice_generic.schema.json +++ b/artiq/coredevice/coredevice_generic.schema.json @@ -122,7 +122,7 @@ }, "hw_rev": { "type": "string", - "enum": ["v1.0"] + "enum": ["v1.0", "v1.1"] } } }