]> jspc29.x-matter.uni-frankfurt.de Git - mvd_firmware.git/commitdiff
added programming from jspc22 to makefile
authorJan Michel <j.michel@gsi.de>
Mon, 6 Jan 2014 15:07:33 +0000 (16:07 +0100)
committerJan Michel <j.michel@gsi.de>
Mon, 6 Jan 2014 15:07:33 +0000 (16:07 +0100)
.gitignore
firmware/Makefile

index 47f4c5ec64b994155d2474c94201028da02504bf..9ce83acdd40c7361b212da072fe5840b5601d1cc 100644 (file)
@@ -12,3 +12,4 @@
 *.info_size
 *.info_symbol
 
+.kateproject*
index 061ea437aeef7ad0e5df0a2b7a89bbd2304c92f0..7a483d64672329c97f01acfcbcc9447966a90f0c 100644 (file)
@@ -46,3 +46,6 @@ remote_swd: all
        
 remote_program: all
        scp main.bin root@jspc55:/local.1/mwiebusch/stm32/ && ssh root@jspc57 "st-flash write /d/jspc55.1/mwiebusch/stm32/main.bin 0x8000000"
+
+program_jan: all
+       ssh hadaq@jspc57 "st-flash write /d/jspc22/trb/git/mvd_firmware/firmware/main.bin 0x8000000"