]> rtime.felk.cvut.cz Git - rpp-test-sw.git/commitdiff
Move platform dependent source files to platform specific directory
authorMichal Horn <hornmich@fel.cvut.cz>
Wed, 15 Apr 2015 13:47:46 +0000 (15:47 +0200)
committerMichal Horn <hornmich@fel.cvut.cz>
Wed, 15 Apr 2015 13:47:46 +0000 (15:47 +0200)
rpp-test-sw/commands/_tms570_rpp/cmd.c [moved from rpp-test-sw/commands/cmd.c with 88% similarity]
rpp-test-sw/commands/_tms570_rpp/cmd_adc.c [moved from rpp-test-sw/commands/cmd_adc.c with 99% similarity]
rpp-test-sw/commands/_tms570_rpp/cmd_pin.c [moved from rpp-test-sw/commands/cmd_pin.c with 99% similarity]
rpp-test-sw/commands/_tms570_rpp/cmd_port.c [moved from rpp-test-sw/commands/cmd_port.c with 99% similarity]

similarity index 88%
rename from rpp-test-sw/commands/cmd.c
rename to rpp-test-sw/commands/_tms570_rpp/cmd.c
index 9c9734db610ada16634ea36f8abea14f828503ca..8b8895bc0ee7d2bff14b5cd52fdf38873347eedd 100644 (file)
 
 /* Include files */
 #include "cmdproc.h"
-#include "cmd.h"
-#include "cmd_adc.h"
-#include "cmd_dac.h"
-#include "cmd_emac.h"
-#include "cmd_fray.h"
-#include "cmd_can.h"
-#include "cmd_din.h"
-#include "cmd_hbr.h"
-#include "cmd_hout.h"
-#include "cmd_lin.h"
-#include "cmd_lout.h"
-#include "cmd_nc.h"
-#include "cmd_netstats.h"
-#include "cmd_pin.h"
-#include "cmd_port.h"
-#include "cmd_sdram.h"
-#include "cmd_spi.h"
-#include "cmd_vbat.h"
-#include "cmd_motor_example.h"
-#include "cmd_fr_basic_test.h"
+#include "../cmd.h"
+#include "../cmd_adc.h"
+#include "../cmd_dac.h"
+#include "../cmd_emac.h"
+#include "../cmd_fray.h"
+#include "../cmd_can.h"
+#include "../cmd_din.h"
+#include "../cmd_hbr.h"
+#include "../cmd_hout.h"
+#include "../cmd_lin.h"
+#include "../cmd_lout.h"
+#include "../cmd_nc.h"
+#include "../cmd_netstats.h"
+#include "../cmd_pin.h"
+#include "../cmd_port.h"
+#include "../cmd_sdram.h"
+#include "../cmd_spi.h"
+#include "../cmd_vbat.h"
+#include "../cmd_motor_example.h"
+#include "../cmd_fr_basic_test.h"
 
 #ifndef DOCGEN
 
similarity index 99%
rename from rpp-test-sw/commands/cmd_adc.c
rename to rpp-test-sw/commands/_tms570_rpp/cmd_adc.c
index b328dd71acc24a7d2f3367fa60a6ee2ced447d74..a9cf2e403d32f6b2f0ee7da04b2b49f26123ede6 100644 (file)
@@ -18,7 +18,7 @@
  *
  */
 
-#include "cmd_adc.h"
+#include "../cmd_adc.h"
 
 #ifndef DOCGEN
 
similarity index 99%
rename from rpp-test-sw/commands/cmd_pin.c
rename to rpp-test-sw/commands/_tms570_rpp/cmd_pin.c
index 88e94387fce8613b6f52e12dd4f644c78cffe6c9..7aa7052213a3f856a2f1e30e0db260019bcd961e 100644 (file)
@@ -20,7 +20,7 @@
  *          - Setting and getting pins direction
  */
 
-#include "cmd_pin.h"
+#include "../cmd_pin.h"
 #include "stdio.h"
 #include "string.h"
 
similarity index 99%
rename from rpp-test-sw/commands/cmd_port.c
rename to rpp-test-sw/commands/_tms570_rpp/cmd_port.c
index 695adf6cd16724edf8bd58c65195165a17947f88..bfb869d5f83f0f54c78e125a325bb11f080680e0 100644 (file)
@@ -19,7 +19,7 @@
  *          - Setting/getting port value*
  */
 
-#include "cmd_port.h"
+#include "../cmd_port.h"
 #include "stdio.h"
 
 #ifndef DOCGEN