From 9aed5d7e7b3c7bf09da712e9c272ece401a7acc9 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期一, 25 十一月 2024 14:51:23 +0800 Subject: [PATCH] add UltraSonic and MultiWireLess --- MDK-ARM/KPLC_C8T6_简易PLC.uvprojx | 31 +++++++++++++++++++++++++++++-- 1 files changed, 29 insertions(+), 2 deletions(-) diff --git "a/MDK-ARM/KPLC_C8T6_\347\256\200\346\230\223PLC.uvprojx" "b/MDK-ARM/KPLC_C8T6_\347\256\200\346\230\223PLC.uvprojx" index c9e9d7a..eb89e68 100644 --- "a/MDK-ARM/KPLC_C8T6_\347\256\200\346\230\223PLC.uvprojx" +++ "b/MDK-ARM/KPLC_C8T6_\347\256\200\346\230\223PLC.uvprojx" @@ -10,7 +10,8 @@ <TargetName>F030C8T6_KPLC</TargetName> <ToolsetNumber>0x4</ToolsetNumber> <ToolsetName>ARM-ADS</ToolsetName> - <pCCUsed>5060422::V5.06 update 4 (build 422)::ARMCC</pCCUsed> + <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed> + <uAC6>0</uAC6> <TargetOption> <TargetCommonOption> <Device>STM32F030C8Tx</Device> @@ -311,7 +312,7 @@ <Cads> <interw>1</interw> <Optim>4</Optim> - <oTime>0</oTime> + <oTime>1</oTime> <SplitLS>0</SplitLS> <OneElfS>1</OneElfS> <Strict>0</Strict> @@ -323,6 +324,7 @@ <uThumb>0</uThumb> <uSurpInc>0</uSurpInc> <uC99>1</uC99> + <uGnu>0</uGnu> <useXO>0</useXO> <v6Lang>1</v6Lang> <v6LangP>1</v6LangP> @@ -454,6 +456,11 @@ <FileType>5</FileType> <FilePath>..\ComLib\Inc\stm32f0xx_it.h</FilePath> </File> + <File> + <FileName>SpiFlash.h</FileName> + <FileType>5</FileType> + <FilePath>..\ComLib\Inc\SpiFlash.h</FilePath> + </File> </Files> </Group> <Group> @@ -523,6 +530,11 @@ <FileName>stm32f0xx_it.c</FileName> <FileType>1</FileType> <FilePath>..\ComLib\Src\stm32f0xx_it.c</FilePath> + </File> + <File> + <FileName>SpiFlash.c</FileName> + <FileType>1</FileType> + <FilePath>..\ComLib\Src\SpiFlash.c</FilePath> </File> </Files> </Group> @@ -694,6 +706,21 @@ <FileType>1</FileType> <FilePath>..\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_flash.c</FilePath> </File> + <File> + <FileName>stm32f0xx_ll_i2c.c</FileName> + <FileType>1</FileType> + <FilePath>..\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_i2c.c</FilePath> + </File> + <File> + <FileName>stm32f0xx_hal_spi.c</FileName> + <FileType>1</FileType> + <FilePath>..\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_spi.c</FilePath> + </File> + <File> + <FileName>stm32f0xx_hal_spi_ex.c</FileName> + <FileType>1</FileType> + <FilePath>..\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_spi_ex.c</FilePath> + </File> </Files> </Group> <Group> -- Gitblit v1.9.1