ported stm32f2, added board stm32f207zg nucleo

close #127
This commit is contained in:
hathach
2019-09-12 10:41:03 +07:00
parent 3a17ae8714
commit ff7261600c
14 changed files with 832 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ CFLAGS += \
-nostdlib -nostartfiles \
-DCFG_TUSB_MCU=OPT_MCU_STM32F7
# The -Wno-error=sign-compare line is required due to STM32F7xx_HAL_Driver.
# Suppress following warnings/error is required due to STM32F7xx_HAL_Driver.
CFLAGS += -Wno-error=shadow
ST_HAL_DRIVER = hw/mcu/st/st_driver/STM32F7xx_HAL_Driver