From 2364f06313efb8eb97d4ae741a31cdd2efc175d2 Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期三, 01 二月 2023 16:05:50 +0800
Subject: [PATCH] KBus fix after merget together

---
 MDK-ARM/F030C8T6_KLink.uvprojx |   94 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 92 insertions(+), 2 deletions(-)

diff --git a/MDK-ARM/F030C8T6_KLink.uvprojx b/MDK-ARM/F030C8T6_KLink.uvprojx
index 5fe14e9..4c4159e 100644
--- a/MDK-ARM/F030C8T6_KLink.uvprojx
+++ b/MDK-ARM/F030C8T6_KLink.uvprojx
@@ -7,7 +7,7 @@
 
   <Targets>
     <Target>
-      <TargetName>F030C8T6_Test2</TargetName>
+      <TargetName>F030C8T6_Ext_FP0</TargetName>
       <ToolsetNumber>0x4</ToolsetNumber>
       <ToolsetName>ARM-ADS</ToolsetName>
       <pCCUsed>5060422::V5.06 update 4 (build 422)::ARMCC</pCCUsed>
@@ -637,6 +637,96 @@
           </Files>
         </Group>
         <Group>
+          <GroupName>Inc</GroupName>
+          <Files>
+            <File>
+              <FileName>BSP.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\BSP.h</FilePath>
+            </File>
+            <File>
+              <FileName>debug.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\debug.h</FilePath>
+            </File>
+            <File>
+              <FileName>FP0.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\FP0.h</FilePath>
+            </File>
+            <File>
+              <FileName>functions.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\functions.h</FilePath>
+            </File>
+            <File>
+              <FileName>GlobalDef.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\GlobalDef.h</FilePath>
+            </File>
+            <File>
+              <FileName>KBus.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\KBus.h</FilePath>
+            </File>
+            <File>
+              <FileName>KLink.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\KLink.h</FilePath>
+            </File>
+            <File>
+              <FileName>KMachine.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\KMachine.h</FilePath>
+            </File>
+            <File>
+              <FileName>main.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\main.h</FilePath>
+            </File>
+            <File>
+              <FileName>ModbusRTU.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\ModbusRTU.h</FilePath>
+            </File>
+            <File>
+              <FileName>MyQueue.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\MyQueue.h</FilePath>
+            </File>
+            <File>
+              <FileName>PLCfunctions.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\PLCfunctions.h</FilePath>
+            </File>
+            <File>
+              <FileName>shell.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\shell.h</FilePath>
+            </File>
+            <File>
+              <FileName>stm32_assert.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\stm32_assert.h</FilePath>
+            </File>
+            <File>
+              <FileName>stm32f0xx_hal_conf.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\stm32f0xx_hal_conf.h</FilePath>
+            </File>
+            <File>
+              <FileName>stm32f0xx_it.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\stm32f0xx_it.h</FilePath>
+            </File>
+            <File>
+              <FileName>w5500_port.h</FileName>
+              <FileType>5</FileType>
+              <FilePath>..\Inc\w5500_port.h</FilePath>
+            </File>
+          </Files>
+        </Group>
+        <Group>
           <GroupName>::CMSIS</GroupName>
         </Group>
       </Groups>
@@ -649,7 +739,7 @@
       <component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM" Cversion="5.4.0" condition="ARMv6_7_8-M Device">
         <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.7.0"/>
         <targetInfos>
-          <targetInfo name="F030C8T6_Test2"/>
+          <targetInfo name="F030C8T6_Ext_FP0"/>
         </targetInfos>
       </component>
     </components>

--
Gitblit v1.9.1