From 36bc1593997d7c00f9fc82de3827afa21ee6d1d9 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 6 Jan 2014 16:07:33 +0100 Subject: [PATCH] added programming from jspc22 to makefile --- .gitignore | 1 + firmware/Makefile | 3 +++ 2 files changed, 4 insertions(+) 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" -- 2.43.0