From: Jan Michel Date: Mon, 6 Jan 2014 15:07:33 +0000 (+0100) Subject: added programming from jspc22 to makefile X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=36bc1593997d7c00f9fc82de3827afa21ee6d1d9;p=mvd_firmware.git added programming from jspc22 to makefile --- diff --git a/.gitignore b/.gitignore index 47f4c5e..9ce83ac 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ *.info_size *.info_symbol +.kateproject* diff --git a/firmware/Makefile b/firmware/Makefile index 061ea43..7a483d6 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -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"