aboutsummaryrefslogtreecommitdiff
path: root/makefiles/board_px4-stm32f4discovery.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-04-16 22:50:24 +0200
committerLorenz Meier <lm@inf.ethz.ch>2015-04-16 22:51:08 +0200
commit3ee9b441c62dc0ab86816e12d3af2cb9956221d3 (patch)
treec8418434c97bb3900fb28a0b7212035f8922c8b8 /makefiles/board_px4-stm32f4discovery.mk
parentbb9e5d0d4c719367a3645432fd3f544638f90418 (diff)
downloadpx4-firmware-3ee9b441c62dc0ab86816e12d3af2cb9956221d3.tar.gz
px4-firmware-3ee9b441c62dc0ab86816e12d3af2cb9956221d3.tar.bz2
px4-firmware-3ee9b441c62dc0ab86816e12d3af2cb9956221d3.zip
Add STM32F4 discovery config.
Diffstat (limited to 'makefiles/board_px4-stm32f4discovery.mk')
-rw-r--r--makefiles/board_px4-stm32f4discovery.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/makefiles/board_px4-stm32f4discovery.mk b/makefiles/board_px4-stm32f4discovery.mk
new file mode 100644
index 000000000..fe761ba44
--- /dev/null
+++ b/makefiles/board_px4-stm32f4discovery.mk
@@ -0,0 +1,11 @@
+#
+# Board-specific definitions for the PX4_STM32F4DISCOVERY
+#
+
+#
+# Configure the toolchain
+#
+CONFIG_ARCH = CORTEXM4F
+CONFIG_BOARD = PX4_STM32F4DISCOVERY
+
+include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk