From 58d4ffeb779fbd8dec7dcf0659ec9fa7d0539b1a Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 04 八月 2023 09:38:18 +0800 Subject: [PATCH] 1 --- MDK-ARM/L051.uvprojx | 52 +++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 39 insertions(+), 13 deletions(-) diff --git a/MDK-ARM/L051.uvprojx b/MDK-ARM/L051.uvprojx index 00089d7..385130a 100644 --- a/MDK-ARM/L051.uvprojx +++ b/MDK-ARM/L051.uvprojx @@ -10,7 +10,7 @@ <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> @@ -185,6 +185,7 @@ <uocXRam>0</uocXRam> <RvdsVP>0</RvdsVP> <RvdsMve>0</RvdsMve> + <RvdsCdeCp>0</RvdsCdeCp> <hadIRAM2>0</hadIRAM2> <hadIROM2>0</hadIROM2> <StupSel>8</StupSel> @@ -338,7 +339,7 @@ <MiscControls></MiscControls> <Define>USE_HAL_DRIVER,STM32L051xx</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</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</IncludePath> </VariousControls> </Cads> <Aads> @@ -351,7 +352,7 @@ <NoWarn>0</NoWarn> <uSurpInc>0</uSurpInc> <useXO>0</useXO> - <uClangAs>0</uClangAs> + <ClangAsOpt>4</ClangAsOpt> <VariousControls> <MiscControls></MiscControls> <Define></Define> @@ -398,19 +399,24 @@ <FilePath>..\Drivers\ExternlDrivers\lis3dh_driver.c</FilePath> </File> <File> - <FileName>dps310.c</FileName> - <FileType>1</FileType> - <FilePath>..\Src\ExternalDevices\dps310.c</FilePath> - </File> - <File> - <FileName>dps368_test.c</FileName> - <FileType>1</FileType> - <FilePath>..\Src\ExternalDevices\dps368_test.c</FilePath> - </File> - <File> <FileName>dw_driver.c</FileName> <FileType>1</FileType> <FilePath>..\Src\decadriver\dw_driver.c</FilePath> + </File> + <File> + <FileName>BMP390.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\ExternalDevices\BMP390.c</FilePath> + </File> + <File> + <FileName>bmp3.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\ExternalDevices\bmp3.c</FilePath> + </File> + <File> + <FileName>bmp390-2.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\ExternalDevices\bmp390-2.c</FilePath> </File> </Files> </Group> @@ -479,6 +485,11 @@ <FileName>serial_at_cmd_app.c</FileName> <FileType>1</FileType> <FilePath>..\Src\application\serial_at_cmd_app.c</FilePath> + </File> + <File> + <FileName>dw_ds_anc.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\application\dw_ds_anc.c</FilePath> </File> </Files> </Group> @@ -647,4 +658,19 @@ <files/> </RTE> + <LayerInfo> + <Layers> + <Layer> + <LayName><Project Info></LayName> + <LayDesc></LayDesc> + <LayUrl></LayUrl> + <LayKeys></LayKeys> + <LayCat></LayCat> + <LayLic></LayLic> + <LayTarg>0</LayTarg> + <LayPrjMark>1</LayPrjMark> + </Layer> + </Layers> + </LayerInfo> + </Project> -- Gitblit v1.9.3