aboutsummaryrefslogtreecommitdiff
path: root/makefiles/board_px4-stm32f4discovery.mk
blob: fe761ba4440e6dedfa36b71428915332c67102e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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