Skip to content

Commit

Permalink
update stm32f746 makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 21, 2016
1 parent c3d01e5 commit b84bede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/devices/stm32f746.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DEVICE_DIR = $(CMSIS_DIR)/Device/ST/STM32F7xx
HAL_DIR = $(STM_SRC_ROOT)/STM32F7xx_HAL_Driver
BSP_DIR = $(STM_SRC_ROOT)/BSP/STM32746G-Discovery

DEFINES += -DSTM32F746xx
DEFINES += -DSTM32F746xx -DUSE_STM32746G_DISCO

CFLAGS += -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-sp-d16
LD_FLAGS += -Tstm32f746.ld
Expand Down

0 comments on commit b84bede

Please sign in to comment.