From ad1fcf98f196fc42c5ab5cccd893102f71734b6c Mon Sep 17 00:00:00 2001 From: chenbo Date: Wed, 14 Aug 2024 10:34:06 +0800 Subject: [PATCH] =?UTF-8?q?cherry=20pick=209fa9e31=20from=20https://gitee.?= =?UTF-8?q?com/bchen90/developtools=5Fintegration=5Fverification/pulls/488?= =?UTF-8?q?=20=E3=80=90=E6=96=B0=E9=9C=80=E6=B1=82=E3=80=91=E3=80=90?= =?UTF-8?q?=E6=94=AF=E6=8C=81TCP=E5=92=8CUSB=E5=88=86=E5=88=AB=E4=BD=BF?= =?UTF-8?q?=E8=83=BD=E6=8E=A7=E5=88=B6=E3=80=91=20Signed-off-by:=20chenbo?= =?UTF-8?q?=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rules/NO-Config-SystemParameter-In-INIT/whitelist.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/startup_guard/rules/NO-Config-SystemParameter-In-INIT/whitelist.json b/tools/startup_guard/rules/NO-Config-SystemParameter-In-INIT/whitelist.json index 4791015..6100d8e 100755 --- a/tools/startup_guard/rules/NO-Config-SystemParameter-In-INIT/whitelist.json +++ b/tools/startup_guard/rules/NO-Config-SystemParameter-In-INIT/whitelist.json @@ -22,6 +22,9 @@ "sys.usb.ffs.ready", "persist.hdc.root", "persist.hdc.mode", + "persist.hdc.mode.usb", + "persist.hdc.mode.tcp", + "persist.hdc.mode.uart", "persist.hdc.port", "persist.hdc.uv.threads", "persist.hdc.control", -- Gitee