diff --git a/bsp/nuc140/project.uvopt b/bsp/nuc140/project.uvopt index e09c202db1630a07060224bfdbe1993c453a5608..ad6dbf07459dd7b8874a4cf528b527c48d467e3a 100644 --- a/bsp/nuc140/project.uvopt +++ b/bsp/nuc140/project.uvopt @@ -178,7 +178,7 @@ Startup - 0 + 1 0 0 @@ -203,8 +203,8 @@ 0 7 0 - 69 - 84 + 0 + 0 0 .\startup.c startup.c @@ -231,8 +231,8 @@ 0 0 0 - 41 - 41 + 0 + 0 0 .\rtconfig.h rtconfig.h @@ -243,10 +243,10 @@ 1 0 0 - 0 + 6 0 - 7 - 7 + 5 + 26 0 .\application.c application.c @@ -266,8 +266,8 @@ 0 0 0 - 33 - 46 + 0 + 0 0 ..\..\libcpu\arm\nuc1xx\fault.c fault.c @@ -336,8 +336,8 @@ 0 0 0 - 235 - 240 + 0 + 0 0 ..\..\libcpu\arm\nuc1xx\start_rvds.S start_rvds.S @@ -570,7 +570,7 @@ finsh - 0 + 1 0 0 @@ -584,7 +584,7 @@ 0 0 0 - ..\..\finsh\symbol.c + ..\..\components\finsh\symbol.c symbol.c @@ -598,7 +598,7 @@ 0 0 0 - ..\..\finsh\cmd.c + ..\..\components\finsh\cmd.c cmd.c @@ -612,7 +612,7 @@ 0 0 0 - ..\..\finsh\finsh_compiler.c + ..\..\components\finsh\finsh_compiler.c finsh_compiler.c @@ -623,10 +623,10 @@ 0 0 0 - 0 - 0 + 47 + 60 0 - ..\..\finsh\finsh_error.c + ..\..\components\finsh\finsh_error.c finsh_error.c @@ -640,7 +640,7 @@ 0 0 0 - ..\..\finsh\finsh_heap.c + ..\..\components\finsh\finsh_heap.c finsh_heap.c @@ -654,7 +654,7 @@ 0 0 0 - ..\..\finsh\finsh_init.c + ..\..\components\finsh\finsh_init.c finsh_init.c @@ -668,7 +668,7 @@ 0 0 0 - ..\..\finsh\finsh_node.c + ..\..\components\finsh\finsh_node.c finsh_node.c @@ -682,7 +682,7 @@ 0 0 0 - ..\..\finsh\finsh_ops.c + ..\..\components\finsh\finsh_ops.c finsh_ops.c @@ -696,7 +696,7 @@ 0 0 0 - ..\..\finsh\finsh_parser.c + ..\..\components\finsh\finsh_parser.c finsh_parser.c @@ -710,7 +710,7 @@ 0 0 0 - ..\..\finsh\finsh_token.c + ..\..\components\finsh\finsh_token.c finsh_token.c @@ -724,7 +724,7 @@ 0 0 0 - ..\..\finsh\finsh_var.c + ..\..\components\finsh\finsh_var.c finsh_var.c @@ -738,7 +738,7 @@ 0 0 0 - ..\..\finsh\finsh_vm.c + ..\..\components\finsh\finsh_vm.c finsh_vm.c @@ -749,10 +749,10 @@ 0 0 0 - 435 - 455 + 0 + 0 0 - ..\..\finsh\shell.c + ..\..\components\finsh\shell.c shell.c diff --git a/bsp/nuc140/project.uvproj b/bsp/nuc140/project.uvproj index fff3aa79ace56516d40ae7ce18ad83e19bbbfb2c..362158e600ef32beddc8ed60bdd03610ad93713d 100644 --- a/bsp/nuc140/project.uvproj +++ b/bsp/nuc140/project.uvproj @@ -330,7 +330,7 @@ 1 - 0 + 3 0 0 1 @@ -345,7 +345,7 @@ - .;..\..\include;..\..\finsh + .;..\..\include;..\..\components\finsh @@ -538,67 +538,67 @@ symbol.c 1 - ..\..\finsh\symbol.c + ..\..\components\finsh\symbol.c cmd.c 1 - ..\..\finsh\cmd.c + ..\..\components\finsh\cmd.c finsh_compiler.c 1 - ..\..\finsh\finsh_compiler.c + ..\..\components\finsh\finsh_compiler.c finsh_error.c 1 - ..\..\finsh\finsh_error.c + ..\..\components\finsh\finsh_error.c finsh_heap.c 1 - ..\..\finsh\finsh_heap.c + ..\..\components\finsh\finsh_heap.c finsh_init.c 1 - ..\..\finsh\finsh_init.c + ..\..\components\finsh\finsh_init.c finsh_node.c 1 - ..\..\finsh\finsh_node.c + ..\..\components\finsh\finsh_node.c finsh_ops.c 1 - ..\..\finsh\finsh_ops.c + ..\..\components\finsh\finsh_ops.c finsh_parser.c 1 - ..\..\finsh\finsh_parser.c + ..\..\components\finsh\finsh_parser.c finsh_token.c 1 - ..\..\finsh\finsh_token.c + ..\..\components\finsh\finsh_token.c finsh_var.c 1 - ..\..\finsh\finsh_var.c + ..\..\components\finsh\finsh_var.c finsh_vm.c 1 - ..\..\finsh\finsh_vm.c + ..\..\components\finsh\finsh_vm.c shell.c 1 - ..\..\finsh\shell.c + ..\..\components\finsh\shell.c diff --git a/bsp/nuc140/rtconfig.h b/bsp/nuc140/rtconfig.h index a4b72e235abb7a47c864063dd83173a1e46aa280..4edf3900a719392a85153b2c5ab762ca1b425ac7 100644 --- a/bsp/nuc140/rtconfig.h +++ b/bsp/nuc140/rtconfig.h @@ -66,7 +66,7 @@ /* SECTION: finsh, a C-Express shell */ /* Using FinSH as Shell*/ -#define RT_USING_FINSH +/* #define RT_USING_FINSH */ /* Using symbol table */ #define FINSH_USING_SYMTAB #define FINSH_USING_DESCRIPTION