We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e211b8a commit 11d686fCopy full SHA for 11d686f
src/Makefile
@@ -2,12 +2,11 @@ PROJECT = stm32f1-blink
2
BUILD_DIR = bin
3
4
SHARED_DIR = ../lib
5
-CFILES = ./main.c
6
-
7
-# LDSCRIPT = ./stm32f1.ld
+CFILES = main.c
8
9
# TODO - you will need to edit these two lines!
10
DEVICE=stm32f103rbt6
+OOCD_FILE = board/stm32f1discovery.cfg
11
12
# You shouldn't have to edit anything below here.
13
VPATH += $(SHARED_DIR)
0 commit comments