diff --git a/App/Alarm.h b/App/Alarm.h index d18615ee..58594a53 100644 --- a/App/Alarm.h +++ b/App/Alarm.h @@ -1,7 +1,7 @@ #ifndef __Alarm_H__ #define __Alarm_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Timer.h" #include "Device\Port.h" #include "Config.h" diff --git a/App/BlinkPort.h b/App/BlinkPort.h index 767f01ed..49ee430d 100644 --- a/App/BlinkPort.h +++ b/App/BlinkPort.h @@ -1,7 +1,7 @@ #ifndef __BlinkPort_H__ #define __BlinkPort_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" // 闪烁端口 diff --git a/App/Button.h b/App/Button.h index 92a5b311..c73b83a7 100644 --- a/App/Button.h +++ b/App/Button.h @@ -1,7 +1,7 @@ #ifndef __BUTTON_H__ #define __BUTTON_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Message\DataStore.h" diff --git a/App/Button_GrayLevel.cpp b/App/Button_GrayLevel.cpp index 88a7f0d8..bcba3f3a 100644 --- a/App/Button_GrayLevel.cpp +++ b/App/Button_GrayLevel.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Task.h" #include "Device\Port.h" diff --git a/App/Button_magnetic.h b/App/Button_magnetic.h index 11a87469..69411735 100644 --- a/App/Button_magnetic.h +++ b/App/Button_magnetic.h @@ -1,7 +1,7 @@ #ifndef __BUTTON_H__ #define __BUTTON_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" // 面板按钮 diff --git a/App/CommandPort.h b/App/CommandPort.h index f2dd0dc6..44afeea9 100644 --- a/App/CommandPort.h +++ b/App/CommandPort.h @@ -1,7 +1,7 @@ #ifndef __CommandPort_H__ #define __CommandPort_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" // 命令端口。通过命令来控制输出口开关、取反、延时打开、打开延迟等高级功能 diff --git a/App/Dimmer.cpp b/App/Dimmer.cpp index 22210aac..28a95dfb 100644 --- a/App/Dimmer.cpp +++ b/App/Dimmer.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device/Pwm.h" diff --git a/App/Dimmer.h b/App/Dimmer.h index c79ff7e8..3922838e 100644 --- a/App/Dimmer.h +++ b/App/Dimmer.h @@ -1,7 +1,7 @@ #ifndef __Dimmer_H_ #define __Dimmer_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Platform\Pin.h" class Pwm; diff --git a/App/FlushPort.h b/App/FlushPort.h index 6981d605..b0ee048d 100644 --- a/App/FlushPort.h +++ b/App/FlushPort.h @@ -1,7 +1,7 @@ #ifndef __FlushPort_H__ #define __FlushPort_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Message\DataStore.h" diff --git a/App/IR.cpp b/App/IR.cpp index 42c3e651..98c8709f 100644 --- a/App/IR.cpp +++ b/App/IR.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\TTime.h" #include "IR.h" diff --git a/App/IR.h b/App/IR.h index 2729ae4d..876be1a6 100644 --- a/App/IR.h +++ b/App/IR.h @@ -2,7 +2,7 @@ #ifndef __IR_H__ #define __IR_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Pwm.h" #include "Device\Port.h" diff --git a/App/IRcoding.h b/App/IRcoding.h index 77d52c73..27d85edc 100644 --- a/App/IRcoding.h +++ b/App/IRcoding.h @@ -2,7 +2,7 @@ #ifndef __IRCODING_H__ #define __IRCODING_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "..\Storage\Storage.h" /* diff --git a/App/PowerUps.h b/App/PowerUps.h index a7435a98..4b176a8c 100644 --- a/App/PowerUps.h +++ b/App/PowerUps.h @@ -2,7 +2,7 @@ #ifndef __Music_H__ #define __Music_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "../Core/Delegate.h" diff --git a/App/Raster.h b/App/Raster.h index c961cfb2..2af303cd 100644 --- a/App/Raster.h +++ b/App/Raster.h @@ -1,7 +1,7 @@ #ifndef __RASTER__H__ #define __RASTER__H__ -#include "Sys.h" +#include "Kernel\Sys.h" #pragma pack(push) #pragma pack(1) diff --git a/App/Sensor.h b/App/Sensor.h index 4e964005..8169688d 100644 --- a/App/Sensor.h +++ b/App/Sensor.h @@ -1,7 +1,7 @@ #ifndef __SENSOR_H__ #define __SENSOR_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" diff --git a/App/Sound.h b/App/Sound.h index 196d5f25..4a1063de 100644 --- a/App/Sound.h +++ b/App/Sound.h @@ -2,7 +2,7 @@ #ifndef __Music_H__ #define __Music_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Timer.h" #include "Device\Port.h" diff --git a/Board/AP0103.h b/Board/AP0103.h index 547c9c2f..17beaa3d 100644 --- a/Board/AP0103.h +++ b/Board/AP0103.h @@ -1,7 +1,7 @@ #ifndef _AP0103_H_ #define _AP0103_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" diff --git a/Board/AP0104.h b/Board/AP0104.h index df51cdf7..c4ea36ce 100644 --- a/Board/AP0104.h +++ b/Board/AP0104.h @@ -1,7 +1,7 @@ #ifndef _AP0104_H_ #define _AP0104_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" diff --git a/Board/AP0801.h b/Board/AP0801.h index 7d2e3118..d8b34d5c 100644 --- a/Board/AP0801.h +++ b/Board/AP0801.h @@ -1,7 +1,7 @@ #ifndef _AP0801_H_ #define _AP0801_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" diff --git a/Board/AP0802.h b/Board/AP0802.h index 9b5ee64a..8056890f 100644 --- a/Board/AP0802.h +++ b/Board/AP0802.h @@ -1,7 +1,7 @@ #ifndef _AP0802_H_ #define _AP0802_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" diff --git a/Board/BaseBoard.h b/Board/BaseBoard.h index 18b2942f..c6a8a5ab 100644 --- a/Board/BaseBoard.h +++ b/Board/BaseBoard.h @@ -1,7 +1,7 @@ #ifndef _BaseBoard_H_ #define _BaseBoard_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\RTC.h" /*struct diff --git a/Board/IOK026X.h b/Board/IOK026X.h index 12f63ab3..290599bd 100644 --- a/Board/IOK026X.h +++ b/Board/IOK026X.h @@ -1,7 +1,7 @@ #ifndef _IOK026X_H_ #define _IOK026X_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" diff --git a/Board/IOK027X.h b/Board/IOK027X.h index e3aff4b1..eb010eb4 100644 --- a/Board/IOK027X.h +++ b/Board/IOK027X.h @@ -1,7 +1,7 @@ #ifndef _IOK027X_H_ #define _IOK027X_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" diff --git a/Board/IOK0612.h b/Board/IOK0612.h index b9fde90f..8fa17c89 100644 --- a/Board/IOK0612.h +++ b/Board/IOK0612.h @@ -1,7 +1,7 @@ #ifndef _IOK0612_H_ #define _IOK0612_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" diff --git a/Board/NH3_0317.h b/Board/NH3_0317.h index 89f11573..9b681c60 100644 --- a/Board/NH3_0317.h +++ b/Board/NH3_0317.h @@ -1,7 +1,7 @@ #ifndef _NH3_0317_H_ #define _NH3_0317_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" diff --git a/Board/Pandora.h b/Board/Pandora.h index f90abb4d..4f59a09c 100644 --- a/Board/Pandora.h +++ b/Board/Pandora.h @@ -1,7 +1,7 @@ #ifndef _Pandora_H_ #define _Pandora_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" diff --git a/BootConfig.h b/BootConfig.h index d6ee36b7..840a8c2a 100644 --- a/BootConfig.h +++ b/BootConfig.h @@ -1,7 +1,7 @@ #ifndef __BootConfig__H__ #define __BootConfig__H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Config.h" #pragma pack(push) diff --git a/Config.h b/Config.h index 289c323a..8738068f 100644 --- a/Config.h +++ b/Config.h @@ -1,7 +1,7 @@ #ifndef __Config_H__ #define __Config_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Storage\Storage.h" // 配置管理 diff --git a/Device/ADC.cpp b/Device/ADC.cpp index 1370e0af..4bd2d17e 100644 --- a/Device/ADC.cpp +++ b/Device/ADC.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "ADC.h" //Pin _Pins[] = ADC1_PINS; diff --git a/Device/CAN.cpp b/Device/CAN.cpp index 3c279874..f8021c32 100644 --- a/Device/CAN.cpp +++ b/Device/CAN.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Can.h" diff --git a/Device/CAN.h b/Device/CAN.h index 8e19c66e..dd745e51 100644 --- a/Device/CAN.h +++ b/Device/CAN.h @@ -1,7 +1,7 @@ #ifndef __CAN_H__ #define __CAN_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // CAN类 class Can diff --git a/Device/DAC.cpp b/Device/DAC.cpp index 62123882..6ba6e45f 100644 --- a/Device/DAC.cpp +++ b/Device/DAC.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "DAC.h" diff --git a/Device/DMA.cpp b/Device/DMA.cpp index b45c1409..b60201dc 100644 --- a/Device/DMA.cpp +++ b/Device/DMA.cpp @@ -1,2 +1,2 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "DMA.h" diff --git a/Device/I2C.cpp b/Device/I2C.cpp index 5654c8c9..f2e20e68 100644 --- a/Device/I2C.cpp +++ b/Device/I2C.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "I2C.h" diff --git a/Device/Port.cpp b/Device/Port.cpp index 58c6a7f3..36eae4ea 100644 --- a/Device/Port.cpp +++ b/Device/Port.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" /******************************** Port ********************************/ diff --git a/Device/Port.h b/Device/Port.h index 2e5c54dd..c61b6e34 100644 --- a/Device/Port.h +++ b/Device/Port.h @@ -1,7 +1,7 @@ #ifndef _Port_H_ #define _Port_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #ifdef STM32F4 #define GPIO_MAX_SPEED 100 diff --git a/Device/Power.h b/Device/Power.h index b5fa2932..1672813b 100644 --- a/Device/Power.h +++ b/Device/Power.h @@ -1,7 +1,7 @@ #ifndef __Power_H__ #define __Power_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // 电源管理接口 class Power diff --git a/Device/Proxy.h b/Device/Proxy.h index d89c4f3b..79ede6b5 100644 --- a/Device/Proxy.h +++ b/Device/Proxy.h @@ -1,7 +1,7 @@ #ifndef __Proxy_H__ #define __Proxy_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\SerialPort.h" #include "ProxyConfig.h" diff --git a/Device/ProxyConfig.h b/Device/ProxyConfig.h index f063c936..fecb871c 100644 --- a/Device/ProxyConfig.h +++ b/Device/ProxyConfig.h @@ -1,7 +1,7 @@ #ifndef __ProxyCfg_H__ #define __ProxyCfg_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Config.h" class ProxyConfig : public ConfigBase diff --git a/Device/Pwm.cpp b/Device/Pwm.cpp index cd10bae7..ef052fde 100644 --- a/Device/Pwm.cpp +++ b/Device/Pwm.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Port.h" #include "Pwm.h" diff --git a/Device/RTC.h b/Device/RTC.h index 43875a9b..3d0f12b5 100644 --- a/Device/RTC.h +++ b/Device/RTC.h @@ -1,7 +1,7 @@ #ifndef __RTC_H__ #define __RTC_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // 实时时钟 class HardRTC diff --git a/Device/SerialPort.cpp b/Device/SerialPort.cpp index 11686026..c613f533 100644 --- a/Device/SerialPort.cpp +++ b/Device/SerialPort.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Task.h" #include "SerialPort.h" diff --git a/Device/Spi.cpp b/Device/Spi.cpp index 3d0e00e2..80883e2b 100644 --- a/Device/Spi.cpp +++ b/Device/Spi.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Spi.h" diff --git a/Device/Timer.cpp b/Device/Timer.cpp index a30d8837..b1edccec 100644 --- a/Device/Timer.cpp +++ b/Device/Timer.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Timer.h" diff --git a/Device/Timer.h b/Device/Timer.h index 1725eab2..7168db52 100644 --- a/Device/Timer.h +++ b/Device/Timer.h @@ -1,7 +1,7 @@ #ifndef __Timer_H__ #define __Timer_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" // 定时器 diff --git a/Device/UTPort.h b/Device/UTPort.h index 04aa88ba..96a266d5 100644 --- a/Device/UTPort.h +++ b/Device/UTPort.h @@ -1,7 +1,7 @@ #ifndef __UTPort_H__ #define __UTPort_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\SerialPort.h" #include "Message/Pair.h" diff --git a/Device/WatchDog.h b/Device/WatchDog.h index fdbf116f..a1c27961 100644 --- a/Device/WatchDog.h +++ b/Device/WatchDog.h @@ -1,7 +1,7 @@ #ifndef __WatchDog_H__ #define __WatchDog_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // 看门狗 class WatchDog diff --git a/Drivers/AT45DB.cpp b/Drivers/AT45DB.cpp index a604eef0..e9a0b6bc 100644 --- a/Drivers/AT45DB.cpp +++ b/Drivers/AT45DB.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Device\Spi.h" #include "AT45DB.h" diff --git a/Drivers/AT45DB.h b/Drivers/AT45DB.h index 0e99298a..d090aa57 100644 --- a/Drivers/AT45DB.h +++ b/Drivers/AT45DB.h @@ -1,7 +1,7 @@ #ifndef __AT45DB_H__ #define __AT45DB_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Spi.h" // AT45DB存储Flash diff --git a/Drivers/BH1750.cpp b/Drivers/BH1750.cpp index e16ba4db..be54521a 100644 --- a/Drivers/BH1750.cpp +++ b/Drivers/BH1750.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\I2C.h" diff --git a/Drivers/Enc28j60.h b/Drivers/Enc28j60.h index 033641f6..3dd9028c 100644 --- a/Drivers/Enc28j60.h +++ b/Drivers/Enc28j60.h @@ -1,7 +1,7 @@ #ifndef __Enc28j60_H__ #define __Enc28j60_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Spi.h" #include "Device\Power.h" #include "Net\ITransport.h" diff --git a/Drivers/Esp8266/Esp8266.cpp b/Drivers/Esp8266/Esp8266.cpp index 2bb14637..47135338 100644 --- a/Drivers/Esp8266/Esp8266.cpp +++ b/Drivers/Esp8266/Esp8266.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Task.h" #include "Kernel\TTime.h" diff --git a/Drivers/Esp8266/WaitExpect.cpp b/Drivers/Esp8266/WaitExpect.cpp index e0127f28..f0845871 100644 --- a/Drivers/Esp8266/WaitExpect.cpp +++ b/Drivers/Esp8266/WaitExpect.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "WaitExpect.h" diff --git a/Drivers/JTW8953.cpp b/Drivers/JTW8953.cpp index 9fd2f03b..20d0e2b5 100644 --- a/Drivers/JTW8953.cpp +++ b/Drivers/JTW8953.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "JTW8953.h" #include "Device\I2C.h" diff --git a/Drivers/NRF24L01.cpp b/Drivers/NRF24L01.cpp index bc5cdb43..affdc25e 100644 --- a/Drivers/NRF24L01.cpp +++ b/Drivers/NRF24L01.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "NRF24L01.h" diff --git a/Drivers/ShunCom.h b/Drivers/ShunCom.h index 66c73153..4bf5d669 100644 --- a/Drivers/ShunCom.h +++ b/Drivers/ShunCom.h @@ -1,7 +1,7 @@ #ifndef __ShunCom_H__ #define __ShunCom_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Device\Power.h" #include "Net\ITransport.h" diff --git a/Drivers/W5500.cpp b/Drivers/W5500.cpp index c721deb1..98c34c7e 100644 --- a/Drivers/W5500.cpp +++ b/Drivers/W5500.cpp @@ -1,6 +1,6 @@ #include "stddef.h" -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Spi.h" #include "Device\Power.h" #include "Net\ITransport.h" diff --git a/Drivers/nrf24l01.h b/Drivers/nrf24l01.h index a5f11bba..987c5e1e 100644 --- a/Drivers/nrf24l01.h +++ b/Drivers/nrf24l01.h @@ -1,7 +1,7 @@ #ifndef __NRF24L01_H__ #define __NRF24L01_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Spi.h" #include "Net\ITransport.h" #include "Device\Power.h" diff --git a/Kernel/Heap.cpp b/Kernel/Heap.cpp index a86a4c8b..1645fa77 100644 --- a/Kernel/Heap.cpp +++ b/Kernel/Heap.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Interrupt.h" #include "Heap.h" diff --git a/Kernel/Interrupt.cpp b/Kernel/Interrupt.cpp index 85a001a5..d1e162ea 100644 --- a/Kernel/Interrupt.cpp +++ b/Kernel/Interrupt.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Interrupt.h" diff --git a/Kernel/Sys.cpp b/Kernel/Sys.cpp index 05667024..634b0a96 100644 --- a/Kernel/Sys.cpp +++ b/Kernel/Sys.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Interrupt.h" #include "TTime.h" diff --git a/Kernel/TTime.h b/Kernel/TTime.h index 8640373a..19ad81de 100644 --- a/Kernel/TTime.h +++ b/Kernel/TTime.h @@ -1,7 +1,7 @@ #ifndef __TIME_H__ #define __TIME_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // 时间类 // 使用双计数时钟,TIMx专用于毫秒级系统计时,SysTick用于微秒级延迟,秒级以及以上采用全局整数累加 diff --git a/Kernel/Task.h b/Kernel/Task.h index 8d5168cb..aff5f348 100644 --- a/Kernel/Task.h +++ b/Kernel/Task.h @@ -1,7 +1,7 @@ #ifndef __Task_H__ #define __Task_H__ -#include "Sys.h" +#include "Kernel\Sys.h" class TaskScheduler; diff --git a/Kernel/Thread.h b/Kernel/Thread.h index d4bebddd..6ee3930e 100644 --- a/Kernel/Thread.h +++ b/Kernel/Thread.h @@ -1,7 +1,7 @@ #ifndef __Thread_H__ #define __Thread_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Core\LinkedList.h" class Thread; diff --git a/Message/BinaryPair.h b/Message/BinaryPair.h index cc9e4ed7..250d9b84 100644 --- a/Message/BinaryPair.h +++ b/Message/BinaryPair.h @@ -1,7 +1,7 @@ #ifndef __BinaryPair_H__ #define __BinaryPair_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Pair.h" #include "Net\IPEndPoint.h" diff --git a/Message/Controller.h b/Message/Controller.h index e6dc733f..83463cba 100644 --- a/Message/Controller.h +++ b/Message/Controller.h @@ -1,7 +1,7 @@ #ifndef __Controller_H__ #define __Controller_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Message.h" diff --git a/Message/DataStore.cpp b/Message/DataStore.cpp index 0e790acb..0db180d3 100644 --- a/Message/DataStore.cpp +++ b/Message/DataStore.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "DataStore.h" diff --git a/Message/Message.h b/Message/Message.h index cca390fd..b83ff318 100644 --- a/Message/Message.h +++ b/Message/Message.h @@ -1,7 +1,7 @@ #ifndef __Message_H__ #define __Message_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // 消息基类 class Message diff --git a/Message/MessageBase.h b/Message/MessageBase.h index 6ade2aee..c0fe1d8c 100644 --- a/Message/MessageBase.h +++ b/Message/MessageBase.h @@ -1,7 +1,7 @@ #ifndef __MessageBase_H__ #define __MessageBase_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Message.h" // 应用消息基类 diff --git a/Message/Pair.h b/Message/Pair.h index 5a824380..6d0daed8 100644 --- a/Message/Pair.h +++ b/Message/Pair.h @@ -1,7 +1,7 @@ #ifndef __Pair_H__ #define __Pair_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Message.h" #include "Net\IPEndPoint.h" diff --git a/Message/ProxyFactory.h b/Message/ProxyFactory.h index 7f6ec6fb..e024164a 100644 --- a/Message/ProxyFactory.h +++ b/Message/ProxyFactory.h @@ -1,7 +1,7 @@ #ifndef __ProxyFactory_H__ #define __ProxyFactory_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Message\Pair.h" #include "TokenNet\TokenClient.h" #include "Device\Proxy.h" diff --git a/Message/UTPacket.h b/Message/UTPacket.h index 0583e24f..d9d58fb0 100644 --- a/Message/UTPacket.h +++ b/Message/UTPacket.h @@ -1,7 +1,7 @@ #ifndef __UTPacket_H__ #define __UTPacket_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "TokenNet\TokenMessage.h" #include "Message\Pair.h" #include "Device\UTPort.h" diff --git a/Message/WeakStore.h b/Message/WeakStore.h index 3c1cc836..d1ec168a 100644 --- a/Message/WeakStore.h +++ b/Message/WeakStore.h @@ -1,7 +1,7 @@ #ifndef __WeakStore_H__ #define __WeakStore_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // 弱存储。 // 采用全局变量或者堆分配的变量在系统启动时会被清空。 diff --git a/Modbus/Master.h b/Modbus/Master.h index ff867917..951afaf5 100644 --- a/Modbus/Master.h +++ b/Modbus/Master.h @@ -1,7 +1,7 @@ #ifndef __Master_H__ #define __Master_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // Modbus主机 class Master diff --git a/Modbus/Modbus.h b/Modbus/Modbus.h index 1d2a2c5b..ad45703e 100644 --- a/Modbus/Modbus.h +++ b/Modbus/Modbus.h @@ -1,7 +1,7 @@ #ifndef __Slave_H__ #define __Slave_H__ -#include "Sys.h" +#include "Kernel\Sys.h" class ModbusErrors { diff --git a/Modbus/Slave.h b/Modbus/Slave.h index 569d7cda..79343bd5 100644 --- a/Modbus/Slave.h +++ b/Modbus/Slave.h @@ -1,7 +1,7 @@ #ifndef __Slave_H__ #define __Slave_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // Modbus从机 class Slave diff --git a/Net/Blu40.h b/Net/Blu40.h index d7b5b88a..3ca4b183 100644 --- a/Net/Blu40.h +++ b/Net/Blu40.h @@ -1,7 +1,7 @@ #ifndef __BLU40_H__ #define __BLU40_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Net\ITransport.h" diff --git a/Net/DNS.cpp b/Net/DNS.cpp index 278c6a1e..6a9f672a 100644 --- a/Net/DNS.cpp +++ b/Net/DNS.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\TTime.h" #include "ITransport.h" diff --git a/Net/Dhcp.cpp b/Net/Dhcp.cpp index 822ad97f..cebe90cc 100644 --- a/Net/Dhcp.cpp +++ b/Net/Dhcp.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "ITransport.h" #include "Socket.h" diff --git a/Net/Ethernet.h b/Net/Ethernet.h index 83ac2bcc..95c3e7af 100644 --- a/Net/Ethernet.h +++ b/Net/Ethernet.h @@ -1,7 +1,7 @@ #ifndef _Ethernet_H_ #define _Ethernet_H_ -#include "Sys.h" +#include "Kernel\Sys.h" // TCP/IP协议头部结构体 diff --git a/Net/IPAddress.cpp b/Net/IPAddress.cpp index 44d45c68..776b1489 100644 --- a/Net/IPAddress.cpp +++ b/Net/IPAddress.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "IPAddress.h" diff --git a/Net/ITransport.h b/Net/ITransport.h index 13e8a726..d00037fa 100644 --- a/Net/ITransport.h +++ b/Net/ITransport.h @@ -1,7 +1,7 @@ #ifndef __ITransport_H__ #define __ITransport_H__ -#include "Sys.h" +#include "Kernel\Sys.h" class ITransport; diff --git a/Net/Zigbee.h b/Net/Zigbee.h index 41210562..50d3bca6 100644 --- a/Net/Zigbee.h +++ b/Net/Zigbee.h @@ -1,7 +1,7 @@ #ifndef __Zigbee_H__ #define __Zigbee_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Net\ITransport.h" diff --git a/Platform/CortexM/Interrupt.cpp b/Platform/CortexM/Interrupt.cpp index 7fa9b9e4..d6afe3bd 100644 --- a/Platform/CortexM/Interrupt.cpp +++ b/Platform/CortexM/Interrupt.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" //#include "SerialPort.h" diff --git a/Platform/CortexM/Port.cpp b/Platform/CortexM/Port.cpp index cd108b82..6d6cee2e 100644 --- a/Platform/CortexM/Port.cpp +++ b/Platform/CortexM/Port.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" #include "Device\Port.h" diff --git a/Platform/CortexM/SerialPort.cpp b/Platform/CortexM/SerialPort.cpp index be47dd84..81d25470 100644 --- a/Platform/CortexM/SerialPort.cpp +++ b/Platform/CortexM/SerialPort.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Task.h" #include "Kernel\Interrupt.h" #include "Device\SerialPort.h" diff --git a/Platform/CortexM/Sys.cpp b/Platform/CortexM/Sys.cpp index 92caf8f4..6e669abb 100644 --- a/Platform/CortexM/Sys.cpp +++ b/Platform/CortexM/Sys.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include //#include "WatchDog.h" diff --git a/Platform/CortexM/Time.cpp b/Platform/CortexM/Time.cpp index 80ce0a48..bb6e788d 100644 --- a/Platform/CortexM/Time.cpp +++ b/Platform/CortexM/Time.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" #include "Kernel\TTime.h" #include "Device\Timer.h" diff --git a/Platform/GD32F1x0/I2C.cpp b/Platform/GD32F1x0/I2C.cpp index d77d817a..99067fcb 100644 --- a/Platform/GD32F1x0/I2C.cpp +++ b/Platform/GD32F1x0/I2C.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\I2C.h" #include "Platform\stm32.h" diff --git a/Platform/GD32F1x0/Interrupt.cpp b/Platform/GD32F1x0/Interrupt.cpp index 99531633..2633c17b 100644 --- a/Platform/GD32F1x0/Interrupt.cpp +++ b/Platform/GD32F1x0/Interrupt.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" diff --git a/Platform/GD32F1x0/Port.cpp b/Platform/GD32F1x0/Port.cpp index a8ed1f2e..1e3afbb3 100644 --- a/Platform/GD32F1x0/Port.cpp +++ b/Platform/GD32F1x0/Port.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" #include "Device\Port.h" diff --git a/Platform/GD32F1x0/Pwm.cpp b/Platform/GD32F1x0/Pwm.cpp index 9629cc5d..91900885 100644 --- a/Platform/GD32F1x0/Pwm.cpp +++ b/Platform/GD32F1x0/Pwm.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Pwm.h" diff --git a/Platform/GD32F1x0/SerialPort.cpp b/Platform/GD32F1x0/SerialPort.cpp index 9fd734dc..545a9ece 100644 --- a/Platform/GD32F1x0/SerialPort.cpp +++ b/Platform/GD32F1x0/SerialPort.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Task.h" #include "Kernel\Interrupt.h" #include "Device\SerialPort.h" diff --git a/Platform/GD32F1x0/Spi.cpp b/Platform/GD32F1x0/Spi.cpp index 68756353..cce02af3 100644 --- a/Platform/GD32F1x0/Spi.cpp +++ b/Platform/GD32F1x0/Spi.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Spi.h" diff --git a/Platform/GD32F1x0/Timer.cpp b/Platform/GD32F1x0/Timer.cpp index 66cb334a..8cad0007 100644 --- a/Platform/GD32F1x0/Timer.cpp +++ b/Platform/GD32F1x0/Timer.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" #include "Device\Timer.h" diff --git a/Platform/STM32F0/Interrupt.cpp b/Platform/STM32F0/Interrupt.cpp index d7522365..fe4ca38b 100644 --- a/Platform/STM32F0/Interrupt.cpp +++ b/Platform/STM32F0/Interrupt.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" //#include "SerialPort.h" diff --git a/Platform/STM32F0/Port.cpp b/Platform/STM32F0/Port.cpp index 5bc98904..d6384f29 100644 --- a/Platform/STM32F0/Port.cpp +++ b/Platform/STM32F0/Port.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" #include "Device\Port.h" diff --git a/Platform/STM32F0/Pwm.cpp b/Platform/STM32F0/Pwm.cpp index 9629cc5d..91900885 100644 --- a/Platform/STM32F0/Pwm.cpp +++ b/Platform/STM32F0/Pwm.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Pwm.h" diff --git a/Platform/STM32F0/SerialPort.cpp b/Platform/STM32F0/SerialPort.cpp index fa6886bc..d8bbb8cb 100644 --- a/Platform/STM32F0/SerialPort.cpp +++ b/Platform/STM32F0/SerialPort.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Task.h" #include "Kernel\Interrupt.h" #include "Device\SerialPort.h" diff --git a/Platform/STM32F1/CAN.cpp b/Platform/STM32F1/CAN.cpp index d77c822f..4d91cf7a 100644 --- a/Platform/STM32F1/CAN.cpp +++ b/Platform/STM32F1/CAN.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" #include "Device\Port.h" diff --git a/Platform/STM32F1/DMA.cpp b/Platform/STM32F1/DMA.cpp index fb4a4709..a81f9fc8 100644 --- a/Platform/STM32F1/DMA.cpp +++ b/Platform/STM32F1/DMA.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\DMA.h" #include "Platform\stm32.h" diff --git a/Platform/STM32F1/I2C.cpp b/Platform/STM32F1/I2C.cpp index d77d817a..99067fcb 100644 --- a/Platform/STM32F1/I2C.cpp +++ b/Platform/STM32F1/I2C.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\I2C.h" #include "Platform\stm32.h" diff --git a/Platform/STM32F1/Interrupt.cpp b/Platform/STM32F1/Interrupt.cpp index 657801d7..e5365f48 100644 --- a/Platform/STM32F1/Interrupt.cpp +++ b/Platform/STM32F1/Interrupt.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" //#include "SerialPort.h" diff --git a/Platform/STM32F1/Port.cpp b/Platform/STM32F1/Port.cpp index 5e2f0bac..8713f78a 100644 --- a/Platform/STM32F1/Port.cpp +++ b/Platform/STM32F1/Port.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" #include "Device\Port.h" diff --git a/Platform/STM32F1/Pwm.cpp b/Platform/STM32F1/Pwm.cpp index ee24ff64..689dbf23 100644 --- a/Platform/STM32F1/Pwm.cpp +++ b/Platform/STM32F1/Pwm.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Device\Pwm.h" diff --git a/Platform/STM32F1/SerialPort.cpp b/Platform/STM32F1/SerialPort.cpp index f0cc26a0..6fcbf8b4 100644 --- a/Platform/STM32F1/SerialPort.cpp +++ b/Platform/STM32F1/SerialPort.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Task.h" #include "Kernel\Interrupt.h" #include "Device\SerialPort.h" diff --git a/Platform/STM32F1/Spi.cpp b/Platform/STM32F1/Spi.cpp index 68756353..cce02af3 100644 --- a/Platform/STM32F1/Spi.cpp +++ b/Platform/STM32F1/Spi.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Spi.h" diff --git a/Platform/STM32F1/Timer.cpp b/Platform/STM32F1/Timer.cpp index 52036551..28f31443 100644 --- a/Platform/STM32F1/Timer.cpp +++ b/Platform/STM32F1/Timer.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" #include "Device\Timer.h" diff --git a/Platform/STM32F4/Interrupt.cpp b/Platform/STM32F4/Interrupt.cpp index 657801d7..e5365f48 100644 --- a/Platform/STM32F4/Interrupt.cpp +++ b/Platform/STM32F4/Interrupt.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" //#include "SerialPort.h" diff --git a/Platform/STM32F4/Port.cpp b/Platform/STM32F4/Port.cpp index d6bf7b1c..ac360ad8 100644 --- a/Platform/STM32F4/Port.cpp +++ b/Platform/STM32F4/Port.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Interrupt.h" #include "Device\Port.h" diff --git a/Platform/STM32F4/SerialPort.cpp b/Platform/STM32F4/SerialPort.cpp index d2e4d809..a8cfe236 100644 --- a/Platform/STM32F4/SerialPort.cpp +++ b/Platform/STM32F4/SerialPort.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Kernel\Task.h" #include "Kernel\Interrupt.h" #include "Device\SerialPort.h" diff --git a/Security/AES.h b/Security/AES.h index 401b787b..a7fa3bac 100644 --- a/Security/AES.h +++ b/Security/AES.h @@ -1,7 +1,7 @@ #ifndef __AES_H__ #define __AES_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // AES 加密算法 class AES diff --git a/Security/Crc.h b/Security/Crc.h index 79706be2..4e5d797e 100644 --- a/Security/Crc.h +++ b/Security/Crc.h @@ -1,7 +1,7 @@ #ifndef __CRC_H__ #define __CRC_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // CRC 校验算法 class Crc diff --git a/Security/MD5.h b/Security/MD5.h index 047147c0..cc7e46ad 100644 --- a/Security/MD5.h +++ b/Security/MD5.h @@ -1,7 +1,7 @@ #ifndef __MD5_H__ #define __MD5_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // MD5 散列算法 class MD5 diff --git a/Security/RC4.h b/Security/RC4.h index 9d787ecf..97a3d9ab 100644 --- a/Security/RC4.h +++ b/Security/RC4.h @@ -1,7 +1,7 @@ #ifndef __RC4_H__ #define __RC4_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // RC4 加密算法 class RC4 diff --git a/Security/RC6.h b/Security/RC6.h index d76ab840..bb144c66 100644 --- a/Security/RC6.h +++ b/Security/RC6.h @@ -1,7 +1,7 @@ #ifndef __RC6_H__ #define __RC6_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // RC6 加密算法 class RC6 diff --git a/Security/RSA.h b/Security/RSA.h index 8a886a9c..eade4801 100644 --- a/Security/RSA.h +++ b/Security/RSA.h @@ -1,7 +1,7 @@ #ifndef __RSA_H__ #define __RSA_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // RSA 加密算法 class RSA diff --git a/Storage/Storage.h b/Storage/Storage.h index aa97ca3b..20ee4c44 100644 --- a/Storage/Storage.h +++ b/Storage/Storage.h @@ -1,7 +1,7 @@ #ifndef __Storage_H__ #define __Storage_H__ -#include "Sys.h" +#include "Kernel\Sys.h" // 存储接口 class Storage diff --git a/Test/ADCTest.cpp b/Test/ADCTest.cpp index bbab9484..3c154d72 100644 --- a/Test/ADCTest.cpp +++ b/Test/ADCTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\ADC.h" void TestADC() diff --git a/Test/ArrayTest.cpp b/Test/ArrayTest.cpp index 7f34450b..39fc3400 100644 --- a/Test/ArrayTest.cpp +++ b/Test/ArrayTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #if DEBUG static void TestAssign() diff --git a/Test/BufferTest.cpp b/Test/BufferTest.cpp index 6a3342b7..57f5e5f6 100644 --- a/Test/BufferTest.cpp +++ b/Test/BufferTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #if DEBUG static void TestAssign() diff --git a/Test/CrcTest.cpp b/Test/CrcTest.cpp index 325f025e..e47dacf3 100644 --- a/Test/CrcTest.cpp +++ b/Test/CrcTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Security\Crc.h" #include "conf.h" diff --git a/Test/DateTimeTest.cpp b/Test/DateTimeTest.cpp index 34f70e3e..cc95b7cb 100644 --- a/Test/DateTimeTest.cpp +++ b/Test/DateTimeTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #if DEBUG static void TestCtor() diff --git a/Test/DictionaryTest.cpp b/Test/DictionaryTest.cpp index df45eaf9..b4ceef5f 100644 --- a/Test/DictionaryTest.cpp +++ b/Test/DictionaryTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Core\Dictionary.h" #if DEBUG diff --git a/Test/EthernetTest.cpp b/Test/EthernetTest.cpp index 37f98936..25201fdb 100644 --- a/Test/EthernetTest.cpp +++ b/Test/EthernetTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Drivers\Enc28j60.h" #include "Device\SerialPort.h" #include "TinyIP\TinyIP.h" diff --git a/Test/IRTest.cpp b/Test/IRTest.cpp index c4bdab19..1bb158cb 100644 --- a/Test/IRTest.cpp +++ b/Test/IRTest.cpp @@ -1,6 +1,6 @@ #include "App\IR.h" -#include "Sys.h" +#include "Kernel\Sys.h" /* diff --git a/Test/InvokeTest.cpp b/Test/InvokeTest.cpp index c9db7374..6382fa18 100644 --- a/Test/InvokeTest.cpp +++ b/Test/InvokeTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Message/BinaryPair.h" #include "TokenNet/TokenClient.h" diff --git a/Test/JsonTest.cpp b/Test/JsonTest.cpp index 3b3fe47c..483172ad 100644 --- a/Test/JsonTest.cpp +++ b/Test/JsonTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Message\Json.h" #if DEBUG diff --git a/Test/ListTest.cpp b/Test/ListTest.cpp index 6399c796..095e9479 100644 --- a/Test/ListTest.cpp +++ b/Test/ListTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Core\List.h" #if DEBUG diff --git a/Test/MessageTest.cpp b/Test/MessageTest.cpp index cadee6fa..e5febeeb 100644 --- a/Test/MessageTest.cpp +++ b/Test/MessageTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\SerialPort.h" #include "Drivers\NRF24L01.h" #include "TinyNet\TinyClient.h" diff --git a/Test/ThreadTest.cpp b/Test/ThreadTest.cpp index efb10258..978abdd9 100644 --- a/Test/ThreadTest.cpp +++ b/Test/ThreadTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Kernel\Thread.h" diff --git a/Test/TimerTest.cpp b/Test/TimerTest.cpp index 76270597..25fff799 100644 --- a/Test/TimerTest.cpp +++ b/Test/TimerTest.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Device\Timer.h" diff --git a/Test/conf.h b/Test/conf.h index 2b272cf4..96c540be 100644 --- a/Test/conf.h +++ b/Test/conf.h @@ -1,7 +1,7 @@ #ifndef __TEST_CONF__H__ #define __TEST_CONF__H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Device\Spi.h" #include "TokenNet\TokenClient.h" diff --git a/TinyIP/Icmp.h b/TinyIP/Icmp.h index 0e7d5beb..4c3f52cd 100644 --- a/TinyIP/Icmp.h +++ b/TinyIP/Icmp.h @@ -1,7 +1,7 @@ #ifndef _TinyIP_ICMP_H_ #define _TinyIP_ICMP_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "TinyIP.h" // ICMP协议 diff --git a/TinyIP/TinyIP.h b/TinyIP/TinyIP.h index 1a467ed4..460f5ed0 100644 --- a/TinyIP/TinyIP.h +++ b/TinyIP/TinyIP.h @@ -3,7 +3,7 @@ // 模块开发使用说明见后 -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\NetworkInterface.h" #include "Net\Socket.h" diff --git a/TinyNet/DataMessage.h b/TinyNet/DataMessage.h index 6085f65b..e2c8cf44 100644 --- a/TinyNet/DataMessage.h +++ b/TinyNet/DataMessage.h @@ -1,7 +1,7 @@ #ifndef __DataMessage_H__ #define __DataMessage_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Message\DataStore.h" #include "Message\Message.h" diff --git a/TinyNet/Tiny.h b/TinyNet/Tiny.h index 66a940c4..bcd78134 100644 --- a/TinyNet/Tiny.h +++ b/TinyNet/Tiny.h @@ -1,7 +1,7 @@ #ifndef _Tiny_H_ #define _Tiny_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Power.h" #include "Net\ITransport.h" diff --git a/TinyNet/TinyClient.h b/TinyNet/TinyClient.h index 71075f05..10ae7867 100644 --- a/TinyNet/TinyClient.h +++ b/TinyNet/TinyClient.h @@ -1,7 +1,7 @@ #ifndef __TinyClient_H__ #define __TinyClient_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "TinyController.h" #include "TinyConfig.h" diff --git a/TinyNet/TinyConfig.h b/TinyNet/TinyConfig.h index cd07b50d..40d020e1 100644 --- a/TinyNet/TinyConfig.h +++ b/TinyNet/TinyConfig.h @@ -1,7 +1,7 @@ #ifndef __TinyConfig_H__ #define __TinyConfig_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Config.h" // 必须设定为1字节对齐,否则offsetof会得到错误的位置 diff --git a/TinyNet/TinyMessage.h b/TinyNet/TinyMessage.h index a67abd69..c0243d32 100644 --- a/TinyNet/TinyMessage.h +++ b/TinyNet/TinyMessage.h @@ -1,7 +1,7 @@ #ifndef __TinyMessage_H__ #define __TinyMessage_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Message\Message.h" diff --git a/TinyNet/TinyServer.h b/TinyNet/TinyServer.h index ae2f93c9..baa31295 100644 --- a/TinyNet/TinyServer.h +++ b/TinyNet/TinyServer.h @@ -1,7 +1,7 @@ #ifndef __TinyServer_H__ #define __TinyServer_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "TinyController.h" #include "TinyConfig.h" diff --git a/TokenNet/Device.h b/TokenNet/Device.h index 1218e7ed..bb4bb73a 100644 --- a/TokenNet/Device.h +++ b/TokenNet/Device.h @@ -1,7 +1,7 @@ #ifndef __Device_H__ #define __Device_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "TinyNet\TinyConfig.h" diff --git a/TokenNet/DeviceBody.h b/TokenNet/DeviceBody.h index 2b8a0e1b..bbcc5efb 100644 --- a/TokenNet/DeviceBody.h +++ b/TokenNet/DeviceBody.h @@ -1,7 +1,7 @@ #ifndef __DeviceBody_H__ #define __DeviceBody_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Message\DataStore.h" //#include "TokenNet\TokenClient.h" diff --git a/TokenNet/DevicesManagement.h b/TokenNet/DevicesManagement.h index b57820ab..f6155409 100644 --- a/TokenNet/DevicesManagement.h +++ b/TokenNet/DevicesManagement.h @@ -1,7 +1,7 @@ #ifndef __DevMgmt_H__ #define __DevMgmt_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device.h" #include "Device\Flash.h" diff --git a/TokenNet/ErrorMessage.h b/TokenNet/ErrorMessage.h index 8ae27393..c9f99471 100644 --- a/TokenNet/ErrorMessage.h +++ b/TokenNet/ErrorMessage.h @@ -1,7 +1,7 @@ #ifndef __ErrorMessage_H__ #define __ErrorMessage_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Message\Message.h" // 错误消息 diff --git a/TokenNet/Gateway.h b/TokenNet/Gateway.h index 826b3c8f..bf1b71a3 100644 --- a/TokenNet/Gateway.h +++ b/TokenNet/Gateway.h @@ -1,7 +1,7 @@ #ifndef __SERVER__H__ #define __SERVER__H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Device\Port.h" #include "Net\ITransport.h" #include "Message\DataStore.h" diff --git a/TokenNet/Token.h b/TokenNet/Token.h index 468e10a7..efa10235 100644 --- a/TokenNet/Token.h +++ b/TokenNet/Token.h @@ -1,7 +1,7 @@ #ifndef _Token_H_ #define _Token_H_ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" #include "Message\DataStore.h" diff --git a/TokenNet/TokenClient.h b/TokenNet/TokenClient.h index 4248ab70..51aea800 100644 --- a/TokenNet/TokenClient.h +++ b/TokenNet/TokenClient.h @@ -1,7 +1,7 @@ #ifndef __TokenClient_H__ #define __TokenClient_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "TokenNet\TokenConfig.h" #include "TokenMessage.h" #include "HelloMessage.h" diff --git a/TokenNet/TokenController.h b/TokenNet/TokenController.h index 7c51e3e6..b9331409 100644 --- a/TokenNet/TokenController.h +++ b/TokenNet/TokenController.h @@ -1,7 +1,7 @@ #ifndef __TokenController_H__ #define __TokenController_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Net\ITransport.h" #include "Net\Socket.h" diff --git a/TokenNet/TokenDataMessage.h b/TokenNet/TokenDataMessage.h index 0a721d69..d7b91bba 100644 --- a/TokenNet/TokenDataMessage.h +++ b/TokenNet/TokenDataMessage.h @@ -1,7 +1,7 @@ #ifndef __TokenDataMessage_H__ #define __TokenDataMessage_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Message\Message.h" #include "Message\MessageBase.h" diff --git a/TokenNet/TokenDevice.h b/TokenNet/TokenDevice.h index bda5a54b..ac353dfa 100644 --- a/TokenNet/TokenDevice.h +++ b/TokenNet/TokenDevice.h @@ -1,7 +1,7 @@ #ifndef __TokenDevice_H__ #define __TokenDevice_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "TokenNet\TokenConfig.h" #include "TokenMessage.h" #include "HelloMessage.h" diff --git a/TokenNet/TokenSession.h b/TokenNet/TokenSession.h index 8db3283c..a2fdc6e0 100644 --- a/TokenNet/TokenSession.h +++ b/TokenNet/TokenSession.h @@ -1,7 +1,7 @@ #ifndef __TokenSession_H__ #define __TokenSession_H__ -#include "Sys.h" +#include "Kernel\Sys.h" #include "TokenNet\TokenConfig.h" #include "TokenMessage.h" #include "HelloMessage.h" diff --git a/XX/SmartPtr.cpp b/XX/SmartPtr.cpp index 2f4e1f69..e0c98b89 100644 --- a/XX/SmartPtr.cpp +++ b/XX/SmartPtr.cpp @@ -1,4 +1,4 @@ -#include "Sys.h" +#include "Kernel\Sys.h" #include "Type.h" #include "SmartPtr.h"