From 005755edcdc332315ba077598d4746ac195b069e Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期一, 14 十月 2024 11:45:56 +0800
Subject: [PATCH] increase KPLC KBus from 2 client to 16 clients

---
 MDK-ARM/KPLC_C8T6_简易PLC.uvprojx |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 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..2582a00 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"
@@ -454,6 +454,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 +528,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 +704,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