From 3bb0e44ef7d12ddc84e631456f4b6eab7112df1c Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 08 十一月 2023 14:39:59 +0800 Subject: [PATCH] 版本v1.0 加入气压计驱动 并且放到uwb里传给urt --- MDK-ARM/L051.uvprojx | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/MDK-ARM/L051.uvprojx b/MDK-ARM/L051.uvprojx index c44c7de..40872fd 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>STM32L051C8Tx</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> @@ -398,6 +398,16 @@ <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> <Group> -- Gitblit v1.9.3