From f97062baa7c8aebd928a3032326bbdf9795974ef Mon Sep 17 00:00:00 2001 From: Coing Date: Wed, 17 Dec 2014 20:27:39 +0800 Subject: [PATCH] create project.uvprojx by scons and use mdk5 --- bsp/lpc5410x/UV4-UV5.BAT | 2 -- bsp/lpc5410x/project.uvprojx | 2 +- bsp/lpc5410x/{template.uvopt => template.uvoptx} | 0 bsp/lpc5410x/{template.uvproj => template.uvprojx} | 0 4 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 bsp/lpc5410x/UV4-UV5.BAT rename bsp/lpc5410x/{template.uvopt => template.uvoptx} (100%) rename bsp/lpc5410x/{template.uvproj => template.uvprojx} (100%) diff --git a/bsp/lpc5410x/UV4-UV5.BAT b/bsp/lpc5410x/UV4-UV5.BAT deleted file mode 100644 index 072ae0078f..0000000000 --- a/bsp/lpc5410x/UV4-UV5.BAT +++ /dev/null @@ -1,2 +0,0 @@ -ren project.uvproj project.uvprojx -ren project.uvopt project.uvoptx \ No newline at end of file diff --git a/bsp/lpc5410x/project.uvprojx b/bsp/lpc5410x/project.uvprojx index 88a3fa1c29..6a1efb31c9 100644 --- a/bsp/lpc5410x/project.uvprojx +++ b/bsp/lpc5410x/project.uvprojx @@ -365,7 +365,7 @@ CORE_M4 - applications;.;drivers;Libraries\CMSIS\Include;Libraries\lpc_chip\chip_common;Libraries\lpc_chip\chip_5410x;Libraries\lpc_chip\chip_5410x\config;..\..\include;..\..\libcpu\arm\cortex-m4;..\..\libcpu\arm\common;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\finsh + .;..\..\components\drivers\include;..\..\components\finsh;..\..\include;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m4;Libraries\CMSIS\Include;Libraries\lpc_chip\chip_5410x;Libraries\lpc_chip\chip_5410x\config;Libraries\lpc_chip\chip_common;applications;drivers diff --git a/bsp/lpc5410x/template.uvopt b/bsp/lpc5410x/template.uvoptx similarity index 100% rename from bsp/lpc5410x/template.uvopt rename to bsp/lpc5410x/template.uvoptx diff --git a/bsp/lpc5410x/template.uvproj b/bsp/lpc5410x/template.uvprojx similarity index 100% rename from bsp/lpc5410x/template.uvproj rename to bsp/lpc5410x/template.uvprojx