From a49b928dc1548dec3e4fcf976e672974d7ce5e56 Mon Sep 17 00:00:00 2001 From: Christopher Anderson Date: Wed, 13 Jan 2016 14:35:24 -0800 Subject: [PATCH] [scripts] Update stm32f7 discovery script to use the upstread openocd stm32f7discovery.cfg --- scripts/do-stm32f7-disco-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/do-stm32f7-disco-test b/scripts/do-stm32f7-disco-test index b947e54a..ee324c76 100755 --- a/scripts/do-stm32f7-disco-test +++ b/scripts/do-stm32f7-disco-test @@ -3,5 +3,5 @@ export PROJECT=stm32f746g-disco-test make -j8 && -openocd -f interface/stlink-v2-1.cfg -f board/stm32756g_eval.cfg \ +openocd -f interface/stlink-v2-1.cfg -f board/stm32f7discovery.cfg \ -c "program build-$PROJECT/lk.bin reset exit 0x08000000"