]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commit
Compile with Makefile instead of CSS
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 28 Apr 2015 21:48:26 +0000 (23:48 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 28 Apr 2015 21:48:26 +0000 (23:48 +0200)
commit7870c8c46ad389a3a94017af7e9cfe82d1feedb2
treede9c5c99b687aeca3105da4e9a23d8fe9a498240
parentc85cd28c6707a3a3167bb0f5c86a8a97645927c4
Compile with Makefile instead of CSS

Also remove target specific compies. The differences are not so big to
deserve that. We will probably use another approach to merge tms570_rpp
target.
26 files changed:
.gitignore
rpp-lib
rpp-test-sw/.settings/org.eclipse.cdt.codan.core.prefs [deleted file]
rpp-test-sw/.settings/org.eclipse.cdt.debug.core.prefs [deleted file]
rpp-test-sw/.settings/org.eclipse.core.resources.prefs [deleted file]
rpp-test-sw/Debug/.gitignore [new file with mode: 0644]
rpp-test-sw/Debug/Makefile [new file with mode: 0644]
rpp-test-sw/Makefile.inc [new file with mode: 0644]
rpp-test-sw/Release/.gitignore [new file with mode: 0644]
rpp-test-sw/Release/Makefile [new file with mode: 0644]
rpp-test-sw/ccs_rm48_hdk/.ccsproject [deleted file]
rpp-test-sw/ccs_rm48_hdk/.cproject [deleted file]
rpp-test-sw/ccs_rm48_hdk/.project [deleted file]
rpp-test-sw/ccs_tms570_hdk/.ccsproject [deleted file]
rpp-test-sw/ccs_tms570_hdk/.cproject [deleted file]
rpp-test-sw/ccs_tms570_hdk/.project [deleted file]
rpp-test-sw/commands/_rm48_hdk/cmd_pin.c [deleted file]
rpp-test-sw/commands/_rm48_hdk/cmd_port.c [deleted file]
rpp-test-sw/commands/_rm48_hdk/main.c [deleted file]
rpp-test-sw/commands/_tms570_hdk/cmd.c [deleted file]
rpp-test-sw/commands/_tms570_hdk/cmd_adc.c [deleted file]
rpp-test-sw/commands/cmd.c [moved from rpp-test-sw/commands/_rm48_hdk/cmd.c with 92% similarity]
rpp-test-sw/commands/cmd_adc.c [moved from rpp-test-sw/commands/_rm48_hdk/cmd_adc.c with 98% similarity]
rpp-test-sw/commands/cmd_pin.c [moved from rpp-test-sw/commands/_tms570_hdk/cmd_pin.c with 98% similarity]
rpp-test-sw/commands/cmd_port.c [moved from rpp-test-sw/commands/_tms570_hdk/cmd_port.c with 98% similarity]
rpp-test-sw/commands/main.c [moved from rpp-test-sw/commands/_tms570_hdk/main.c with 75% similarity]