aboutsummaryrefslogtreecommitdiff
path: root/makefiles/board_px4cannode-v1.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/board_px4cannode-v1.mk')
-rw-r--r--makefiles/board_px4cannode-v1.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/makefiles/board_px4cannode-v1.mk b/makefiles/board_px4cannode-v1.mk
new file mode 100644
index 000000000..f39ce6aa3
--- /dev/null
+++ b/makefiles/board_px4cannode-v1.mk
@@ -0,0 +1,12 @@
+#
+# Board-specific definitions for the PX4CANNODE
+#
+
+#
+# Configure the toolchain
+#
+CONFIG_ARCH = CORTEXM3
+CONFIG_BOARD = PX4CANNODE_V1
+
+WUSEPACKED = -Wno-packed
+include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk