From 1d51ac11e1da7c9b55da8c8b3a7e3756cc5f4ad8 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 08 三月 2024 18:19:16 +0800
Subject: [PATCH] 阶段性调试完毕  可以测距跟给网关发送。

---
 MDK-ARM/L051.uvprojx |   33 +++++++++++++++++++++++++++++----
 1 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/MDK-ARM/L051.uvprojx b/MDK-ARM/L051.uvprojx
index d9d037d..641353d 100644
--- a/MDK-ARM/L051.uvprojx
+++ b/MDK-ARM/L051.uvprojx
@@ -10,13 +10,13 @@
       <TargetName>L051</TargetName>
       <ToolsetNumber>0x4</ToolsetNumber>
       <ToolsetName>ARM-ADS</ToolsetName>
-      <pCCUsed>5060750::V5.06 update 6 (build 750)::.\ARMCC</pCCUsed>
+      <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
       <uAC6>0</uAC6>
       <TargetOption>
         <TargetCommonOption>
           <Device>STM32L071RBTx</Device>
           <Vendor>STMicroelectronics</Vendor>
-          <PackID>Keil.STM32L0xx_DFP.2.1.0</PackID>
+          <PackID>Keil.STM32L0xx_DFP.2.2.0</PackID>
           <PackURL>http://www.keil.com/pack/</PackURL>
           <Cpu>IRAM(0x20000000-0x20001FFF) IROM(0x8000000-0x800FFFF)  CLOCK(8000000) CPUTYPE("Cortex-M0+")</Cpu>
           <FlashUtilSpec></FlashUtilSpec>
@@ -337,9 +337,9 @@
             <v6Rtti>0</v6Rtti>
             <VariousControls>
               <MiscControls></MiscControls>
-              <Define>USE_HAL_DRIVER,STM32L071xx</Define>
+              <Define>USE_HAL_DRIVER,STM32L071xx,USE_GPS,_USE_BAR</Define>
               <Undefine></Undefine>
-              <IncludePath>../Inc;../Drivers/STM32L0xx_HAL_Driver/Inc;../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy;../Drivers/CMSIS/Device/ST/STM32L0xx/Include;../Drivers/CMSIS/Include;../Drivers/ExternlDrivers;../Src/decadriver;../Src/ExternalDevices;../Src/OnChipDevices;../Src/algorithm;../Src/application;../Src/radio</IncludePath>
+              <IncludePath>../Inc;../Drivers/STM32L0xx_HAL_Driver/Inc;../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy;../Drivers/CMSIS/Device/ST/STM32L0xx/Include;../Drivers/CMSIS/Include;../Drivers/ExternlDrivers;../Src/decadriver;../Src/ExternalDevices;../Src/OnChipDevices;../Src/algorithm;../Src/application;../Src/radio;../Middlewares/HIDOLibrary/Include</IncludePath>
             </VariousControls>
           </Cads>
           <Aads>
@@ -397,6 +397,16 @@
               <FileName>lis3dh_driver.c</FileName>
               <FileType>1</FileType>
               <FilePath>..\Drivers\ExternlDrivers\lis3dh_driver.c</FilePath>
+            </File>
+            <File>
+              <FileName>dps310.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\Drivers\ExternlDrivers\dps310.c</FilePath>
+            </File>
+            <File>
+              <FileName>dps368_test.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\Drivers\ExternlDrivers\dps368_test.c</FilePath>
             </File>
           </Files>
         </Group>
@@ -495,6 +505,11 @@
               <FileName>dw_mbx_tag.c</FileName>
               <FileType>1</FileType>
               <FilePath>..\Src\application\dw_mbx_tag.c</FilePath>
+            </File>
+            <File>
+              <FileName>GPS.c</FileName>
+              <FileType>1</FileType>
+              <FilePath>..\Src\application\GPS.c</FilePath>
             </File>
           </Files>
         </Group>
@@ -1926,6 +1941,16 @@
           </Files>
         </Group>
         <Group>
+          <GroupName>Middlewares/HIDOLibrary</GroupName>
+          <Files>
+            <File>
+              <FileName>HIDOLibrary.lib</FileName>
+              <FileType>4</FileType>
+              <FilePath>..\Middlewares\HIDOLibrary\HIDOLibrary.lib</FilePath>
+            </File>
+          </Files>
+        </Group>
+        <Group>
           <GroupName>::CMSIS</GroupName>
         </Group>
       </Groups>

--
Gitblit v1.9.3