From 974181bcefe299fbed4c1dcd6d39be3e9f674c0e Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 13 六月 2025 18:04:16 +0800
Subject: [PATCH] 成功增加sscom03shell配置指令功能,但是需要输入3次才能进入函数处理未解决

---
 keil/uwb_simple_example.uvprojx |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/keil/uwb_simple_example.uvprojx b/keil/uwb_simple_example.uvprojx
index 3595686..d634b86 100644
--- a/keil/uwb_simple_example.uvprojx
+++ b/keil/uwb_simple_example.uvprojx
@@ -132,7 +132,7 @@
             <UseTargetDll>1</UseTargetDll>
             <UseExternalTool>0</UseExternalTool>
             <RunIndependent>0</RunIndependent>
-            <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+            <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
             <Capability>1</Capability>
             <DriverSelection>4096</DriverSelection>
           </Flash1>
@@ -835,6 +835,11 @@
               <FilePath>.\include\drivers\lis3dh_driver.c</FilePath>
             </File>
             <File>
+              <FileName>dw_tag.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>.\dw_tag.c</FilePath>
+            </File>
+            <File>
               <FileName>dw_app_anchor.c</FileName>
               <FileType>1</FileType>
               <FilePath>.\dw_app_anchor.c</FilePath>
@@ -981,6 +986,21 @@
               <FileType>1</FileType>
               <FilePath>.\uwb_app.c</FilePath>
             </File>
+            <File>
+              <FileName>uwb_tag.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>.\uwb_tag.c</FilePath>
+            </File>
+            <File>
+              <FileName>DBG.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>.\include\drivers\DBG.c</FilePath>
+            </File>
+            <File>
+              <FileName>Shell.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>.\include\drivers\Shell.c</FilePath>
+            </File>
           </Files>
         </Group>
         <Group>

--
Gitblit v1.9.3