From 6474ed3cf08d5072a8314a199382d77b192ed25a Mon Sep 17 00:00:00 2001 From: Federico Ruiz Ugalde Date: Wed, 26 Jun 2013 16:03:31 -0600 Subject: [PATCH] Flashing now using openocd. GDB Debugging possible and tested :). --- examples/stm32/f3/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stm32/f3/Makefile.include b/examples/stm32/f3/Makefile.include index 62df0a0..6bfeead 100644 --- a/examples/stm32/f3/Makefile.include +++ b/examples/stm32/f3/Makefile.include @@ -71,7 +71,7 @@ endif all: images images: $(BINARY).images -flash: $(BINARY).stlink-flash +flash: $(BINARY).flash %.images: %.bin %.hex %.srec %.list @#echo "*** $* images generated ***"