From 845fa055cae832d8c2d98ea99364025f6ae5f199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Sat, 13 Jan 2024 09:10:57 +0100 Subject: [PATCH] Add chipDescriptionPath --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index fade59f..12407f0 100644 --- a/package.json +++ b/package.json @@ -173,6 +173,10 @@ "type": "string", "description": "Please specify the appropriate chip from the list of supported chips reported by running `probe-rs-debugger list-chips`." }, + "chipDescriptionPath": { + "type": "string", + "description": "Use this option to add custom target chips from a file." + }, "connectUnderReset": { "type": "boolean", "description": "This option will result in the target reset pin being held high during the attach operation.", @@ -388,6 +392,10 @@ "type": "string", "description": "Please specify the appropriate chip from the list of supported chips reported by running `probe-rs-debugger list-chips`." }, + "chipDescriptionPath": { + "type": "string", + "description": "Use this option to add custom target chips from a file." + }, "connectUnderReset": { "type": "boolean", "description": "This option will result in the target reset pin being held high during the attach operation.",