From 7c0ce22434bb17cd1505a1269772695833cefbc5 Mon Sep 17 00:00:00 2001 From: sunbeam Date: Thu, 11 Jan 2024 16:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- {.vscode => app/.vscode}/c_cpp_properties.json | 0 {.vscode => app/.vscode}/settings.json | 0 M12.dm01.mtud => app/M12.dm01.mtud | 0 M12.mtpj => app/M12.mtpj | 0 M12.rcpe => app/M12.rcpe | 0 {OUTPUT => app/OUTPUT}/M12_SW0101.mot | 0 {OUTPUT => app/OUTPUT}/M12_SW0102.mot | 0 {OUTPUT => app/OUTPUT}/更改履历.txt | 0 .../QualityReport(M12,DefaultBuild).txt | 0 cstart.asm => app/cstart.asm | 0 hdwinit.asm => app/hdwinit.asm | 0 iodefine.h => app/iodefine.h | 0 r_cg_adc.c => app/r_cg_adc.c | 0 r_cg_adc.h => app/r_cg_adc.h | 0 r_cg_adc_user.c => app/r_cg_adc_user.c | 0 r_cg_cgc.c => app/r_cg_cgc.c | 0 r_cg_cgc.h => app/r_cg_cgc.h | 0 r_cg_cgc_user.c => app/r_cg_cgc_user.c | 0 r_cg_macrodriver.h => app/r_cg_macrodriver.h | 0 r_cg_port.c => app/r_cg_port.c | 0 r_cg_port.h => app/r_cg_port.h | 0 r_cg_port_user.c => app/r_cg_port_user.c | 0 r_cg_serial.c => app/r_cg_serial.c | 0 r_cg_serial.h => app/r_cg_serial.h | 0 r_cg_serial_user.c => app/r_cg_serial_user.c | 0 r_cg_timer.c => app/r_cg_timer.c | 0 r_cg_timer.h => app/r_cg_timer.h | 0 r_cg_timer_user.c => app/r_cg_timer_user.c | 0 r_cg_userdefine.h => app/r_cg_userdefine.h | 0 r_cg_wdt.c => app/r_cg_wdt.c | 0 r_cg_wdt.h => app/r_cg_wdt.h | 0 r_cg_wdt_user.c => app/r_cg_wdt_user.c | 0 r_main.c => app/r_main.c | 0 r_systeminit.c => app/r_systeminit.c | 0 stkinit.asm => app/stkinit.asm | 0 {user => app/user}/MotorCtrl.c | 0 {user => app/user}/MotorCtrl.h | 0 {user => app/user}/PINdef.h | 0 {user => app/user}/appTask.c | 0 {user => app/user}/appTask.h | 0 {user => app/user}/event.c | 0 {user => app/user}/event.h | 0 {user => app/user}/hwCtrl.c | 0 {user => app/user}/hwCtrl.h | 0 45 files changed, 1 insertion(+), 1 deletion(-) rename {.vscode => app/.vscode}/c_cpp_properties.json (100%) rename {.vscode => app/.vscode}/settings.json (100%) rename M12.dm01.mtud => app/M12.dm01.mtud (100%) rename M12.mtpj => app/M12.mtpj (100%) rename M12.rcpe => app/M12.rcpe (100%) rename {OUTPUT => app/OUTPUT}/M12_SW0101.mot (100%) rename {OUTPUT => app/OUTPUT}/M12_SW0102.mot (100%) rename {OUTPUT => app/OUTPUT}/更改履历.txt (100%) rename QualityReport(M12,DefaultBuild).txt => app/QualityReport(M12,DefaultBuild).txt (100%) rename cstart.asm => app/cstart.asm (100%) rename hdwinit.asm => app/hdwinit.asm (100%) rename iodefine.h => app/iodefine.h (100%) rename r_cg_adc.c => app/r_cg_adc.c (100%) rename r_cg_adc.h => app/r_cg_adc.h (100%) rename r_cg_adc_user.c => app/r_cg_adc_user.c (100%) rename r_cg_cgc.c => app/r_cg_cgc.c (100%) rename r_cg_cgc.h => app/r_cg_cgc.h (100%) rename r_cg_cgc_user.c => app/r_cg_cgc_user.c (100%) rename r_cg_macrodriver.h => app/r_cg_macrodriver.h (100%) rename r_cg_port.c => app/r_cg_port.c (100%) rename r_cg_port.h => app/r_cg_port.h (100%) rename r_cg_port_user.c => app/r_cg_port_user.c (100%) rename r_cg_serial.c => app/r_cg_serial.c (100%) rename r_cg_serial.h => app/r_cg_serial.h (100%) rename r_cg_serial_user.c => app/r_cg_serial_user.c (100%) rename r_cg_timer.c => app/r_cg_timer.c (100%) rename r_cg_timer.h => app/r_cg_timer.h (100%) rename r_cg_timer_user.c => app/r_cg_timer_user.c (100%) rename r_cg_userdefine.h => app/r_cg_userdefine.h (100%) rename r_cg_wdt.c => app/r_cg_wdt.c (100%) rename r_cg_wdt.h => app/r_cg_wdt.h (100%) rename r_cg_wdt_user.c => app/r_cg_wdt_user.c (100%) rename r_main.c => app/r_main.c (100%) rename r_systeminit.c => app/r_systeminit.c (100%) rename stkinit.asm => app/stkinit.asm (100%) rename {user => app/user}/MotorCtrl.c (100%) rename {user => app/user}/MotorCtrl.h (100%) rename {user => app/user}/PINdef.h (100%) rename {user => app/user}/appTask.c (100%) rename {user => app/user}/appTask.h (100%) rename {user => app/user}/event.c (100%) rename {user => app/user}/event.h (100%) rename {user => app/user}/hwCtrl.c (100%) rename {user => app/user}/hwCtrl.h (100%) diff --git a/.gitignore b/.gitignore index fca151d..9bf5a04 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ DefaultBuild -/SmartManual Docs +SmartManual Docs diff --git a/.vscode/c_cpp_properties.json b/app/.vscode/c_cpp_properties.json similarity index 100% rename from .vscode/c_cpp_properties.json rename to app/.vscode/c_cpp_properties.json diff --git a/.vscode/settings.json b/app/.vscode/settings.json similarity index 100% rename from .vscode/settings.json rename to app/.vscode/settings.json diff --git a/M12.dm01.mtud b/app/M12.dm01.mtud similarity index 100% rename from M12.dm01.mtud rename to app/M12.dm01.mtud diff --git a/M12.mtpj b/app/M12.mtpj similarity index 100% rename from M12.mtpj rename to app/M12.mtpj diff --git a/M12.rcpe b/app/M12.rcpe similarity index 100% rename from M12.rcpe rename to app/M12.rcpe diff --git a/OUTPUT/M12_SW0101.mot b/app/OUTPUT/M12_SW0101.mot similarity index 100% rename from OUTPUT/M12_SW0101.mot rename to app/OUTPUT/M12_SW0101.mot diff --git a/OUTPUT/M12_SW0102.mot b/app/OUTPUT/M12_SW0102.mot similarity index 100% rename from OUTPUT/M12_SW0102.mot rename to app/OUTPUT/M12_SW0102.mot diff --git a/OUTPUT/更改履历.txt b/app/OUTPUT/更改履历.txt similarity index 100% rename from OUTPUT/更改履历.txt rename to app/OUTPUT/更改履历.txt diff --git a/QualityReport(M12,DefaultBuild).txt b/app/QualityReport(M12,DefaultBuild).txt similarity index 100% rename from QualityReport(M12,DefaultBuild).txt rename to app/QualityReport(M12,DefaultBuild).txt diff --git a/cstart.asm b/app/cstart.asm similarity index 100% rename from cstart.asm rename to app/cstart.asm diff --git a/hdwinit.asm b/app/hdwinit.asm similarity index 100% rename from hdwinit.asm rename to app/hdwinit.asm diff --git a/iodefine.h b/app/iodefine.h similarity index 100% rename from iodefine.h rename to app/iodefine.h diff --git a/r_cg_adc.c b/app/r_cg_adc.c similarity index 100% rename from r_cg_adc.c rename to app/r_cg_adc.c diff --git a/r_cg_adc.h b/app/r_cg_adc.h similarity index 100% rename from r_cg_adc.h rename to app/r_cg_adc.h diff --git a/r_cg_adc_user.c b/app/r_cg_adc_user.c similarity index 100% rename from r_cg_adc_user.c rename to app/r_cg_adc_user.c diff --git a/r_cg_cgc.c b/app/r_cg_cgc.c similarity index 100% rename from r_cg_cgc.c rename to app/r_cg_cgc.c diff --git a/r_cg_cgc.h b/app/r_cg_cgc.h similarity index 100% rename from r_cg_cgc.h rename to app/r_cg_cgc.h diff --git a/r_cg_cgc_user.c b/app/r_cg_cgc_user.c similarity index 100% rename from r_cg_cgc_user.c rename to app/r_cg_cgc_user.c diff --git a/r_cg_macrodriver.h b/app/r_cg_macrodriver.h similarity index 100% rename from r_cg_macrodriver.h rename to app/r_cg_macrodriver.h diff --git a/r_cg_port.c b/app/r_cg_port.c similarity index 100% rename from r_cg_port.c rename to app/r_cg_port.c diff --git a/r_cg_port.h b/app/r_cg_port.h similarity index 100% rename from r_cg_port.h rename to app/r_cg_port.h diff --git a/r_cg_port_user.c b/app/r_cg_port_user.c similarity index 100% rename from r_cg_port_user.c rename to app/r_cg_port_user.c diff --git a/r_cg_serial.c b/app/r_cg_serial.c similarity index 100% rename from r_cg_serial.c rename to app/r_cg_serial.c diff --git a/r_cg_serial.h b/app/r_cg_serial.h similarity index 100% rename from r_cg_serial.h rename to app/r_cg_serial.h diff --git a/r_cg_serial_user.c b/app/r_cg_serial_user.c similarity index 100% rename from r_cg_serial_user.c rename to app/r_cg_serial_user.c diff --git a/r_cg_timer.c b/app/r_cg_timer.c similarity index 100% rename from r_cg_timer.c rename to app/r_cg_timer.c diff --git a/r_cg_timer.h b/app/r_cg_timer.h similarity index 100% rename from r_cg_timer.h rename to app/r_cg_timer.h diff --git a/r_cg_timer_user.c b/app/r_cg_timer_user.c similarity index 100% rename from r_cg_timer_user.c rename to app/r_cg_timer_user.c diff --git a/r_cg_userdefine.h b/app/r_cg_userdefine.h similarity index 100% rename from r_cg_userdefine.h rename to app/r_cg_userdefine.h diff --git a/r_cg_wdt.c b/app/r_cg_wdt.c similarity index 100% rename from r_cg_wdt.c rename to app/r_cg_wdt.c diff --git a/r_cg_wdt.h b/app/r_cg_wdt.h similarity index 100% rename from r_cg_wdt.h rename to app/r_cg_wdt.h diff --git a/r_cg_wdt_user.c b/app/r_cg_wdt_user.c similarity index 100% rename from r_cg_wdt_user.c rename to app/r_cg_wdt_user.c diff --git a/r_main.c b/app/r_main.c similarity index 100% rename from r_main.c rename to app/r_main.c diff --git a/r_systeminit.c b/app/r_systeminit.c similarity index 100% rename from r_systeminit.c rename to app/r_systeminit.c diff --git a/stkinit.asm b/app/stkinit.asm similarity index 100% rename from stkinit.asm rename to app/stkinit.asm diff --git a/user/MotorCtrl.c b/app/user/MotorCtrl.c similarity index 100% rename from user/MotorCtrl.c rename to app/user/MotorCtrl.c diff --git a/user/MotorCtrl.h b/app/user/MotorCtrl.h similarity index 100% rename from user/MotorCtrl.h rename to app/user/MotorCtrl.h diff --git a/user/PINdef.h b/app/user/PINdef.h similarity index 100% rename from user/PINdef.h rename to app/user/PINdef.h diff --git a/user/appTask.c b/app/user/appTask.c similarity index 100% rename from user/appTask.c rename to app/user/appTask.c diff --git a/user/appTask.h b/app/user/appTask.h similarity index 100% rename from user/appTask.h rename to app/user/appTask.h diff --git a/user/event.c b/app/user/event.c similarity index 100% rename from user/event.c rename to app/user/event.c diff --git a/user/event.h b/app/user/event.h similarity index 100% rename from user/event.h rename to app/user/event.h diff --git a/user/hwCtrl.c b/app/user/hwCtrl.c similarity index 100% rename from user/hwCtrl.c rename to app/user/hwCtrl.c diff --git a/user/hwCtrl.h b/app/user/hwCtrl.h similarity index 100% rename from user/hwCtrl.h rename to app/user/hwCtrl.h