From e50707e223828827283b393e6adf91ae8255f9b1 Mon Sep 17 00:00:00 2001 From: qitas Date: Wed, 1 May 2019 22:52:16 +0800 Subject: [PATCH] fix --- README.md | 21 +++++++------------ {project => src}/HID/.gitignore | 0 {project => src}/HID/HID.uvproj | 0 {project => src}/HID/usr/CH554.H | 0 {project => src}/HID/usr/DEBUG.C | 0 {project => src}/HID/usr/DEBUG.H | 0 {project => src}/HID/usr/Key.c | 0 {project => src}/HID/usr/Key.h | 0 {project => src}/HID/usr/USB.c | 0 {project => src}/HID/usr/USB.h | 0 {project => src}/HID/usr/main.c | 0 {project => src}/LCD/.gitignore | 0 {project => src}/LCD/CH552.uvproj | 0 {project => src}/LCD/usr/CH554.h | 0 {project => src}/LCD/usr/GPIO.c | 0 {project => src}/LCD/usr/GPIO.h | 0 {project => src}/LCD/usr/LCD.c | 0 {project => src}/LCD/usr/LCD.h | 0 {project => src}/LCD/usr/STARTUP.A51 | 0 {project => src}/LCD/usr/Timer.c | 0 {project => src}/LCD/usr/Timer.h | 0 {project => src}/LCD/usr/USB.c | 0 {project => src}/LCD/usr/USB.h | 0 {project => src}/LCD/usr/common.c | 0 {project => src}/LCD/usr/common.h | 0 {project => src}/LCD/usr/font.c | 0 {project => src}/LCD/usr/font.h | 0 {project => src}/LCD/usr/main.c | 0 {project => src}/examples/ADC/ADC.C | 0 {project => src}/examples/ADC/ADC.H | 0 {project => src}/examples/ADC/Main.C | 0 {project => src}/examples/CH552.uvproj | 0 .../examples/DataFlash/DataFlash.C | 0 .../examples/DataFlash/DataFlash.H | 0 {project => src}/examples/DataFlash/Main.C | 0 {project => src}/examples/GPIO/GPIO.C | 0 {project => src}/examples/GPIO/GPIO.H | 0 {project => src}/examples/GPIO/Main.C | 0 {project => src}/examples/IAP/CH554IAPDemo.C | 0 {project => src}/examples/PWM/Main.C | 0 {project => src}/examples/PWM/PWM.C | 0 {project => src}/examples/PWM/PWM.H | 0 {project => src}/examples/Public/CH554.H | 0 {project => src}/examples/Public/Debug.C | 0 {project => src}/examples/Public/Debug.H | 0 {project => src}/examples/SPI/MainMaster.C | 0 {project => src}/examples/SPI/MainSlave.C | 0 {project => src}/examples/SPI/SPI.C | 0 {project => src}/examples/SPI/SPI.H | 0 {project => src}/examples/Timer/Main.C | 0 {project => src}/examples/Timer/Timer.C | 0 {project => src}/examples/Timer/Timer.H | 0 {project => src}/examples/TouchKey/Main.C | 0 {project => src}/examples/TouchKey/TouchKey.C | 0 {project => src}/examples/TouchKey/TouchKey.H | 0 .../examples/USB/Device/CompatibilityHID.C | 0 .../examples/USB/Device/CompositeKM.C | 0 .../examples/USB/Device/VendorDefinedDev.C | 0 .../examples/USB/Host/USBHostHUB_KM.C | 0 59 files changed, 7 insertions(+), 14 deletions(-) rename {project => src}/HID/.gitignore (100%) rename {project => src}/HID/HID.uvproj (100%) rename {project => src}/HID/usr/CH554.H (100%) rename {project => src}/HID/usr/DEBUG.C (100%) rename {project => src}/HID/usr/DEBUG.H (100%) rename {project => src}/HID/usr/Key.c (100%) rename {project => src}/HID/usr/Key.h (100%) rename {project => src}/HID/usr/USB.c (100%) rename {project => src}/HID/usr/USB.h (100%) rename {project => src}/HID/usr/main.c (100%) rename {project => src}/LCD/.gitignore (100%) rename {project => src}/LCD/CH552.uvproj (100%) rename {project => src}/LCD/usr/CH554.h (100%) rename {project => src}/LCD/usr/GPIO.c (100%) rename {project => src}/LCD/usr/GPIO.h (100%) rename {project => src}/LCD/usr/LCD.c (100%) rename {project => src}/LCD/usr/LCD.h (100%) rename {project => src}/LCD/usr/STARTUP.A51 (100%) rename {project => src}/LCD/usr/Timer.c (100%) rename {project => src}/LCD/usr/Timer.h (100%) rename {project => src}/LCD/usr/USB.c (100%) rename {project => src}/LCD/usr/USB.h (100%) rename {project => src}/LCD/usr/common.c (100%) rename {project => src}/LCD/usr/common.h (100%) rename {project => src}/LCD/usr/font.c (100%) rename {project => src}/LCD/usr/font.h (100%) rename {project => src}/LCD/usr/main.c (100%) rename {project => src}/examples/ADC/ADC.C (100%) rename {project => src}/examples/ADC/ADC.H (100%) rename {project => src}/examples/ADC/Main.C (100%) rename {project => src}/examples/CH552.uvproj (100%) rename {project => src}/examples/DataFlash/DataFlash.C (100%) rename {project => src}/examples/DataFlash/DataFlash.H (100%) rename {project => src}/examples/DataFlash/Main.C (100%) rename {project => src}/examples/GPIO/GPIO.C (100%) rename {project => src}/examples/GPIO/GPIO.H (100%) rename {project => src}/examples/GPIO/Main.C (100%) rename {project => src}/examples/IAP/CH554IAPDemo.C (100%) rename {project => src}/examples/PWM/Main.C (100%) rename {project => src}/examples/PWM/PWM.C (100%) rename {project => src}/examples/PWM/PWM.H (100%) rename {project => src}/examples/Public/CH554.H (100%) rename {project => src}/examples/Public/Debug.C (100%) rename {project => src}/examples/Public/Debug.H (100%) rename {project => src}/examples/SPI/MainMaster.C (100%) rename {project => src}/examples/SPI/MainSlave.C (100%) rename {project => src}/examples/SPI/SPI.C (100%) rename {project => src}/examples/SPI/SPI.H (100%) rename {project => src}/examples/Timer/Main.C (100%) rename {project => src}/examples/Timer/Timer.C (100%) rename {project => src}/examples/Timer/Timer.H (100%) rename {project => src}/examples/TouchKey/Main.C (100%) rename {project => src}/examples/TouchKey/TouchKey.C (100%) rename {project => src}/examples/TouchKey/TouchKey.H (100%) rename {project => src}/examples/USB/Device/CompatibilityHID.C (100%) rename {project => src}/examples/USB/Device/CompositeKM.C (100%) rename {project => src}/examples/USB/Device/VendorDefinedDev.C (100%) rename {project => src}/examples/USB/Host/USBHostHUB_KM.C (100%) diff --git a/README.md b/README.md index ca9732c..9a75df8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # [CH552](https://github.com/sochub/CH552) - [![sites](SoC/SoC.png)](http://www.qitas.cn) - #### qitas@qitas.cn - -#### 父级:[WCH-8051](https://github.com/sochub/WCH-8051) +#### 父级:[CH55x系列](https://github.com/sochub/CH55) #### 归属:[MCS-51](https://github.com/sochub/MCS-51) ## [简介](https://github.com/sochub/CH552/wiki) @@ -17,21 +14,17 @@ CH552内置了ADC 模数转换、触摸按键电容检测、3 组定时器和信 [![sites](SoC/CH552.png)](http://www.wch.cn/products/CH552.html) -## [组成](https://github.com/sochub/CH552) +### [组成](https://github.com/sochub/CH552) -#### [文档](docs/) +- [文档](docs/) +- [资源](src/) +- [工程](project/) -#### [资源](src/) - -#### [工程](project/) - -### [相似产品](https://github.com/sochub/CH552) - -- [CH558](https://github.com/sochub/CH558) +### [替换方案](https://github.com/sochub/CH552) +- [CH551](https://github.com/sochub/CH551) - [CH554](https://github.com/sochub/CH554) ## [SoC开发平台](http://www.qitas.cn) - diff --git a/project/HID/.gitignore b/src/HID/.gitignore similarity index 100% rename from project/HID/.gitignore rename to src/HID/.gitignore diff --git a/project/HID/HID.uvproj b/src/HID/HID.uvproj similarity index 100% rename from project/HID/HID.uvproj rename to src/HID/HID.uvproj diff --git a/project/HID/usr/CH554.H b/src/HID/usr/CH554.H similarity index 100% rename from project/HID/usr/CH554.H rename to src/HID/usr/CH554.H diff --git a/project/HID/usr/DEBUG.C b/src/HID/usr/DEBUG.C similarity index 100% rename from project/HID/usr/DEBUG.C rename to src/HID/usr/DEBUG.C diff --git a/project/HID/usr/DEBUG.H b/src/HID/usr/DEBUG.H similarity index 100% rename from project/HID/usr/DEBUG.H rename to src/HID/usr/DEBUG.H diff --git a/project/HID/usr/Key.c b/src/HID/usr/Key.c similarity index 100% rename from project/HID/usr/Key.c rename to src/HID/usr/Key.c diff --git a/project/HID/usr/Key.h b/src/HID/usr/Key.h similarity index 100% rename from project/HID/usr/Key.h rename to src/HID/usr/Key.h diff --git a/project/HID/usr/USB.c b/src/HID/usr/USB.c similarity index 100% rename from project/HID/usr/USB.c rename to src/HID/usr/USB.c diff --git a/project/HID/usr/USB.h b/src/HID/usr/USB.h similarity index 100% rename from project/HID/usr/USB.h rename to src/HID/usr/USB.h diff --git a/project/HID/usr/main.c b/src/HID/usr/main.c similarity index 100% rename from project/HID/usr/main.c rename to src/HID/usr/main.c diff --git a/project/LCD/.gitignore b/src/LCD/.gitignore similarity index 100% rename from project/LCD/.gitignore rename to src/LCD/.gitignore diff --git a/project/LCD/CH552.uvproj b/src/LCD/CH552.uvproj similarity index 100% rename from project/LCD/CH552.uvproj rename to src/LCD/CH552.uvproj diff --git a/project/LCD/usr/CH554.h b/src/LCD/usr/CH554.h similarity index 100% rename from project/LCD/usr/CH554.h rename to src/LCD/usr/CH554.h diff --git a/project/LCD/usr/GPIO.c b/src/LCD/usr/GPIO.c similarity index 100% rename from project/LCD/usr/GPIO.c rename to src/LCD/usr/GPIO.c diff --git a/project/LCD/usr/GPIO.h b/src/LCD/usr/GPIO.h similarity index 100% rename from project/LCD/usr/GPIO.h rename to src/LCD/usr/GPIO.h diff --git a/project/LCD/usr/LCD.c b/src/LCD/usr/LCD.c similarity index 100% rename from project/LCD/usr/LCD.c rename to src/LCD/usr/LCD.c diff --git a/project/LCD/usr/LCD.h b/src/LCD/usr/LCD.h similarity index 100% rename from project/LCD/usr/LCD.h rename to src/LCD/usr/LCD.h diff --git a/project/LCD/usr/STARTUP.A51 b/src/LCD/usr/STARTUP.A51 similarity index 100% rename from project/LCD/usr/STARTUP.A51 rename to src/LCD/usr/STARTUP.A51 diff --git a/project/LCD/usr/Timer.c b/src/LCD/usr/Timer.c similarity index 100% rename from project/LCD/usr/Timer.c rename to src/LCD/usr/Timer.c diff --git a/project/LCD/usr/Timer.h b/src/LCD/usr/Timer.h similarity index 100% rename from project/LCD/usr/Timer.h rename to src/LCD/usr/Timer.h diff --git a/project/LCD/usr/USB.c b/src/LCD/usr/USB.c similarity index 100% rename from project/LCD/usr/USB.c rename to src/LCD/usr/USB.c diff --git a/project/LCD/usr/USB.h b/src/LCD/usr/USB.h similarity index 100% rename from project/LCD/usr/USB.h rename to src/LCD/usr/USB.h diff --git a/project/LCD/usr/common.c b/src/LCD/usr/common.c similarity index 100% rename from project/LCD/usr/common.c rename to src/LCD/usr/common.c diff --git a/project/LCD/usr/common.h b/src/LCD/usr/common.h similarity index 100% rename from project/LCD/usr/common.h rename to src/LCD/usr/common.h diff --git a/project/LCD/usr/font.c b/src/LCD/usr/font.c similarity index 100% rename from project/LCD/usr/font.c rename to src/LCD/usr/font.c diff --git a/project/LCD/usr/font.h b/src/LCD/usr/font.h similarity index 100% rename from project/LCD/usr/font.h rename to src/LCD/usr/font.h diff --git a/project/LCD/usr/main.c b/src/LCD/usr/main.c similarity index 100% rename from project/LCD/usr/main.c rename to src/LCD/usr/main.c diff --git a/project/examples/ADC/ADC.C b/src/examples/ADC/ADC.C similarity index 100% rename from project/examples/ADC/ADC.C rename to src/examples/ADC/ADC.C diff --git a/project/examples/ADC/ADC.H b/src/examples/ADC/ADC.H similarity index 100% rename from project/examples/ADC/ADC.H rename to src/examples/ADC/ADC.H diff --git a/project/examples/ADC/Main.C b/src/examples/ADC/Main.C similarity index 100% rename from project/examples/ADC/Main.C rename to src/examples/ADC/Main.C diff --git a/project/examples/CH552.uvproj b/src/examples/CH552.uvproj similarity index 100% rename from project/examples/CH552.uvproj rename to src/examples/CH552.uvproj diff --git a/project/examples/DataFlash/DataFlash.C b/src/examples/DataFlash/DataFlash.C similarity index 100% rename from project/examples/DataFlash/DataFlash.C rename to src/examples/DataFlash/DataFlash.C diff --git a/project/examples/DataFlash/DataFlash.H b/src/examples/DataFlash/DataFlash.H similarity index 100% rename from project/examples/DataFlash/DataFlash.H rename to src/examples/DataFlash/DataFlash.H diff --git a/project/examples/DataFlash/Main.C b/src/examples/DataFlash/Main.C similarity index 100% rename from project/examples/DataFlash/Main.C rename to src/examples/DataFlash/Main.C diff --git a/project/examples/GPIO/GPIO.C b/src/examples/GPIO/GPIO.C similarity index 100% rename from project/examples/GPIO/GPIO.C rename to src/examples/GPIO/GPIO.C diff --git a/project/examples/GPIO/GPIO.H b/src/examples/GPIO/GPIO.H similarity index 100% rename from project/examples/GPIO/GPIO.H rename to src/examples/GPIO/GPIO.H diff --git a/project/examples/GPIO/Main.C b/src/examples/GPIO/Main.C similarity index 100% rename from project/examples/GPIO/Main.C rename to src/examples/GPIO/Main.C diff --git a/project/examples/IAP/CH554IAPDemo.C b/src/examples/IAP/CH554IAPDemo.C similarity index 100% rename from project/examples/IAP/CH554IAPDemo.C rename to src/examples/IAP/CH554IAPDemo.C diff --git a/project/examples/PWM/Main.C b/src/examples/PWM/Main.C similarity index 100% rename from project/examples/PWM/Main.C rename to src/examples/PWM/Main.C diff --git a/project/examples/PWM/PWM.C b/src/examples/PWM/PWM.C similarity index 100% rename from project/examples/PWM/PWM.C rename to src/examples/PWM/PWM.C diff --git a/project/examples/PWM/PWM.H b/src/examples/PWM/PWM.H similarity index 100% rename from project/examples/PWM/PWM.H rename to src/examples/PWM/PWM.H diff --git a/project/examples/Public/CH554.H b/src/examples/Public/CH554.H similarity index 100% rename from project/examples/Public/CH554.H rename to src/examples/Public/CH554.H diff --git a/project/examples/Public/Debug.C b/src/examples/Public/Debug.C similarity index 100% rename from project/examples/Public/Debug.C rename to src/examples/Public/Debug.C diff --git a/project/examples/Public/Debug.H b/src/examples/Public/Debug.H similarity index 100% rename from project/examples/Public/Debug.H rename to src/examples/Public/Debug.H diff --git a/project/examples/SPI/MainMaster.C b/src/examples/SPI/MainMaster.C similarity index 100% rename from project/examples/SPI/MainMaster.C rename to src/examples/SPI/MainMaster.C diff --git a/project/examples/SPI/MainSlave.C b/src/examples/SPI/MainSlave.C similarity index 100% rename from project/examples/SPI/MainSlave.C rename to src/examples/SPI/MainSlave.C diff --git a/project/examples/SPI/SPI.C b/src/examples/SPI/SPI.C similarity index 100% rename from project/examples/SPI/SPI.C rename to src/examples/SPI/SPI.C diff --git a/project/examples/SPI/SPI.H b/src/examples/SPI/SPI.H similarity index 100% rename from project/examples/SPI/SPI.H rename to src/examples/SPI/SPI.H diff --git a/project/examples/Timer/Main.C b/src/examples/Timer/Main.C similarity index 100% rename from project/examples/Timer/Main.C rename to src/examples/Timer/Main.C diff --git a/project/examples/Timer/Timer.C b/src/examples/Timer/Timer.C similarity index 100% rename from project/examples/Timer/Timer.C rename to src/examples/Timer/Timer.C diff --git a/project/examples/Timer/Timer.H b/src/examples/Timer/Timer.H similarity index 100% rename from project/examples/Timer/Timer.H rename to src/examples/Timer/Timer.H diff --git a/project/examples/TouchKey/Main.C b/src/examples/TouchKey/Main.C similarity index 100% rename from project/examples/TouchKey/Main.C rename to src/examples/TouchKey/Main.C diff --git a/project/examples/TouchKey/TouchKey.C b/src/examples/TouchKey/TouchKey.C similarity index 100% rename from project/examples/TouchKey/TouchKey.C rename to src/examples/TouchKey/TouchKey.C diff --git a/project/examples/TouchKey/TouchKey.H b/src/examples/TouchKey/TouchKey.H similarity index 100% rename from project/examples/TouchKey/TouchKey.H rename to src/examples/TouchKey/TouchKey.H diff --git a/project/examples/USB/Device/CompatibilityHID.C b/src/examples/USB/Device/CompatibilityHID.C similarity index 100% rename from project/examples/USB/Device/CompatibilityHID.C rename to src/examples/USB/Device/CompatibilityHID.C diff --git a/project/examples/USB/Device/CompositeKM.C b/src/examples/USB/Device/CompositeKM.C similarity index 100% rename from project/examples/USB/Device/CompositeKM.C rename to src/examples/USB/Device/CompositeKM.C diff --git a/project/examples/USB/Device/VendorDefinedDev.C b/src/examples/USB/Device/VendorDefinedDev.C similarity index 100% rename from project/examples/USB/Device/VendorDefinedDev.C rename to src/examples/USB/Device/VendorDefinedDev.C diff --git a/project/examples/USB/Host/USBHostHUB_KM.C b/src/examples/USB/Host/USBHostHUB_KM.C similarity index 100% rename from project/examples/USB/Host/USBHostHUB_KM.C rename to src/examples/USB/Host/USBHostHUB_KM.C