From 0a044cf4241cec78a3675041a1a1a304348d697b Mon Sep 17 00:00:00 2001 From: mwojcik Date: Mon, 27 May 2024 12:40:03 +0800 Subject: [PATCH] schema: add efc hardware version --- artiq/coredevice/coredevice_generic.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/artiq/coredevice/coredevice_generic.schema.json b/artiq/coredevice/coredevice_generic.schema.json index 13de70c20..0558fb44c 100644 --- a/artiq/coredevice/coredevice_generic.schema.json +++ b/artiq/coredevice/coredevice_generic.schema.json @@ -634,6 +634,10 @@ }, "drtio_destination": { "type": "integer" + }, + "hw_rev": { + "type": "string", + "enum": ["v1.0", "v1.1"] } }, "required": ["ports"]