aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/mbed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/mbed/Makefile b/libraries/mbed/Makefile
index 873359d..eb2bd2b 100644
--- a/libraries/mbed/Makefile
+++ b/libraries/mbed/Makefile
@@ -5,7 +5,7 @@ CFLAGS += -Wno-unused-parameter
###########################################
-vpath %.c targets/cmsis/TARGET_STM/TARGET_STM32F4 targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_DEV_BRIDGE
+vpath %.c $(CMSIS_DIR) $(BOARD_DIR)
SRCS = stm32f4xx_hal.c \
stm32f4xx_hal_adc.c \
title='author Rob Austein <sra@hactrn.net> 2016-09-16 08:14:28 -0400 committer Rob Austein <sra@hactrn.net> 2016-09-16 08:14:28 -0400 Revised ks_flash. Compiles, not yet tested.' href='/sw/stm32/commit/spiflash_n25q128.h?h=python3&id=01b59c41b8f4c38d6e2205a8ebc08dabf701640f'>01b59c4
f6674bd
bfcbe2a







01b59c4


bfcbe2a












189df37
bfcbe2a
189df37
2dc81c9
189df37
f6674bd
bfcbe2a
189df37




bfcbe2a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86