aboutsummaryrefslogtreecommitdiff
path: root/makefiles/board_px4fmuv2.mk
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-04-04 23:17:21 -0700
committerpx4dev <px4@purgatory.org>2013-04-04 23:17:21 -0700
commit976f1334efbb1218a0cd5af6e9f1d344b067eb13 (patch)
tree85cfb02cddd924f8341ce6390e7c1a7738c3dfd2 /makefiles/board_px4fmuv2.mk
parentf243f6ef66cb17882a0ee8645a8a7c639272c753 (diff)
downloadpx4-firmware-976f1334efbb1218a0cd5af6e9f1d344b067eb13.tar.gz
px4-firmware-976f1334efbb1218a0cd5af6e9f1d344b067eb13.tar.bz2
px4-firmware-976f1334efbb1218a0cd5af6e9f1d344b067eb13.zip
More config for fmuv2
Diffstat (limited to 'makefiles/board_px4fmuv2.mk')
-rw-r--r--makefiles/board_px4fmuv2.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefiles/board_px4fmuv2.mk b/makefiles/board_px4fmuv2.mk
new file mode 100644
index 000000000..4b3b7e585
--- /dev/null
+++ b/makefiles/board_px4fmuv2.mk
@@ -0,0 +1,10 @@
+#
+# Board-specific definitions for the PX4FMUv2
+#
+
+#
+# Configure the toolchain
+#
+CONFIG_ARCH = CORTEXM4F
+
+include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk