aboutsummaryrefslogtreecommitdiff
path: root/stmhal/boards/NETDUINO_PLUS_2
diff options
context:
space:
mode:
authorDamien George2015-04-18 21:21:28 +0100
committerDamien George2015-04-18 21:40:59 +0100
commit0435e762507e5513dec6d709b382d3c13b699e0c (patch)
tree0d87cf41f0c775f259bf874454d5dca753d47da4 /stmhal/boards/NETDUINO_PLUS_2
parent03ec6e4d018debac8e6f3460cd6ddc78696211f1 (diff)
stmhal: Make ld and af files configurable within Makefile.
Each board now needs an mpconfigboard.mk file which defines AF_FILE and LD_FILE. Also moved stm32f405.ld to boards/ directory to keep things organised.
Diffstat (limited to 'stmhal/boards/NETDUINO_PLUS_2')
-rw-r--r--stmhal/boards/NETDUINO_PLUS_2/mpconfigboard.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/boards/NETDUINO_PLUS_2/mpconfigboard.mk b/stmhal/boards/NETDUINO_PLUS_2/mpconfigboard.mk
new file mode 100644
index 000000000..3c2bdab98
--- /dev/null
+++ b/stmhal/boards/NETDUINO_PLUS_2/mpconfigboard.mk
@@ -0,0 +1,2 @@
+AF_FILE = boards/stm32f405_af.csv
+LD_FILE = boards/stm32f405.ld