From 85d3aab5accaa9b99c7a01dd3cdf924ed47cce5d Mon Sep 17 00:00:00 2001 From: chenbo Date: Wed, 14 Aug 2024 10:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E9=9C=80=E6=B1=82=E3=80=91?= =?UTF-8?q?=E3=80=90=E6=94=AF=E6=8C=81TCP=E5=92=8CUSB=E5=88=86=E5=88=AB?= =?UTF-8?q?=E4=BD=BF=E8=83=BD=E6=8E=A7=E5=88=B6=E3=80=91=20=EF=BC=88cherry?= =?UTF-8?q?=20picked=20commit=20from=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