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