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

similarity index 95%
rename from rpp-test-sw/commands/cmd.c
rename to rpp-test-sw/commands/_rm48_hdk/cmd.c
index 69f90fa0fbcbe935a963f084fa7cd65a516d9e1e..2ef304d629fb4f9e09b4c500bbe4e85163dd0d02 100644 (file)
 
 /* Include files */
 #include "cmdproc.h"
-#include "cmd.h"
-#include "cmd_adc.h"
-#include "cmd_can.h"
-#include "cmd_pin.h"
-#include "cmd_port.h"
+#include "../cmd.h"
+#include "../cmd_adc.h"
+#include "../cmd_can.h"
+#include "../cmd_pin.h"
+#include "../cmd_port.h"
 
 #ifndef DOCGEN
 
similarity index 99%
rename from rpp-test-sw/commands/cmd_adc.c
rename to rpp-test-sw/commands/_rm48_hdk/cmd_adc.c
index e6a621d69b93ccebf7735a337c3aac40a21605ab..62876061e098e56e7816123b4de3acef89b947fa 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/_rm48_hdk/cmd_pin.c
index 65fd0a245b7e3b683182f1411441705b1bb7275f..cb732037eb2aa7db870e86666d0f1c58d1cbf9ce 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/_rm48_hdk/cmd_port.c
index bbad320753b398492887b6fcebb17137adbd92a1..06f6ab0755ed4c84f89b7a935ba9fc3483668ec2 100644 (file)
@@ -19,7 +19,7 @@
  *          - Setting/getting port value*
  */
 
-#include "cmd_port.h"
+#include "../cmd_port.h"
 #include "stdio.h"
 
 #ifndef DOCGEN