From b13dc99dbad01e3a3a0625101c6d55703c8b25d6 Mon Sep 17 00:00:00 2001 From: Trecia Agoylo Date: Thu, 5 Dec 2024 09:25:24 +0800 Subject: [PATCH] add allow-jtag field to noos template Signed-off-by: Trecia Agoylo --- nebula/resources/template_noos_gen.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nebula/resources/template_noos_gen.yaml b/nebula/resources/template_noos_gen.yaml index 9f820970..cfe95048 100644 --- a/nebula/resources/template_noos_gen.yaml +++ b/nebula/resources/template_noos_gen.yaml @@ -41,6 +41,13 @@ board-config: help: "Select example to load to target" optional: False netbox_field: devices.custom_fields.example + field_6: + name: allow-jtag + default: False + help: "Allow use of JTAG" + options: ["True", "False"] + optional: False + netbox_field: devices.custom_fields.allow_jtag network-config: field_1: name: dutip