From dfb8a25e9d1aa532b6492feb30f7f28dec2f7438 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期一, 17 十月 2022 20:20:31 +0800 Subject: [PATCH] delete uvguix --- MDK-ARM/F030C8T6_Test2.uvprojx | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 53 insertions(+), 3 deletions(-) diff --git a/MDK-ARM/F030C8T6_Test2.uvprojx b/MDK-ARM/F030C8T6_Test2.uvprojx index ce8e1a7..6b6559a 100644 --- a/MDK-ARM/F030C8T6_Test2.uvprojx +++ b/MDK-ARM/F030C8T6_Test2.uvprojx @@ -110,8 +110,8 @@ <DllOption> <SimDllName>SARMCM3.DLL</SimDllName> <SimDllArguments> -REMAP </SimDllArguments> - <SimDlgDll>DARMCM1.DLL</SimDlgDll> - <SimDlgDllArguments>-pCM0</SimDlgDllArguments> + <SimDlgDll>DARMSTM.DLL</SimDlgDll> + <SimDlgDllArguments>-pSTM32F030C8</SimDlgDllArguments> <TargetDllName>SARMCM3.DLL</TargetDllName> <TargetDllArguments> </TargetDllArguments> <TargetDlgDll>TARMCM1.DLL</TargetDlgDll> @@ -335,7 +335,7 @@ <MiscControls></MiscControls> <Define>USE_FULL_LL_DRIVER,USE_HAL_DRIVER</Define> <Undefine></Undefine> - <IncludePath>../Inc; ../Drivers/STM32F0xx_HAL_Driver/Inc; ../Drivers/CMSIS/Device/ST/STM32F0xx/Include; ../Drivers/CMSIS/Include; ../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy</IncludePath> + <IncludePath>../Inc;../Src; ../Drivers/STM32F0xx_HAL_Driver/Inc; ../Drivers/CMSIS/Device/ST/STM32F0xx/Include; ../Drivers/CMSIS/Include; ../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy</IncludePath> </VariousControls> </Cads> <Aads> @@ -453,6 +453,11 @@ <FileName>ModbusRTU.c</FileName> <FileType>1</FileType> <FilePath>..\Src\ModbusRTU.c</FilePath> + </File> + <File> + <FileName>debug.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\debug.c</FilePath> </File> </Files> </Group> @@ -579,6 +584,51 @@ <FileType>1</FileType> <FilePath>../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c</FilePath> </File> + <File> + <FileName>stm32f0xx_ll_tim.c</FileName> + <FileType>1</FileType> + <FilePath>..\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_tim.c</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>Drivers/W5500</GroupName> + <Files> + <File> + <FileName>socket.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\Ethernet\socket.c</FilePath> + </File> + <File> + <FileName>wizchip_conf.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\Ethernet\wizchip_conf.c</FilePath> + </File> + <File> + <FileName>dns.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\Internet\DNS\dns.c</FilePath> + </File> + <File> + <FileName>dhcp.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\Internet\DHCP\dhcp.c</FilePath> + </File> + <File> + <FileName>w5500.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\Ethernet\W5500\w5500.c</FilePath> + </File> + <File> + <FileName>w5500_port.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\w5500_port.c</FilePath> + </File> + <File> + <FileName>loopback.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\Ethernet\loopback.c</FilePath> + </File> </Files> </Group> <Group> -- Gitblit v1.9.1