stm32: Refactor so F4 and H7 use a single Synopsys IP source file.

This commit is contained in:
William D. Jones
2019-09-09 10:48:14 -04:00
parent 82cd4b5350
commit 1385d7c494
6 changed files with 29 additions and 683 deletions

View File

@@ -30,10 +30,10 @@ INC += \
$(TOP)/$(ST_CMSIS)/Include \
$(TOP)/$(ST_HAL_DRIVER)/Inc \
$(TOP)/hw/bsp/$(BOARD)
# For TinyUSB port source
VENDOR = st
CHIP_FAMILY = stm32f4
CHIP_FAMILY = synopsys
# For freeRTOS port source
FREERTOS_PORT = ARM_CM4F
@@ -42,7 +42,7 @@ FREERTOS_PORT = ARM_CM4F
JLINK_DEVICE = stm32f407vg
JLINK_IF = swd
# Path to STM32 Cube Programmer CLI, should be added into system path
# Path to STM32 Cube Programmer CLI, should be added into system path
STM32Prog = STM32_Programmer_CLI
# flash target using on-board stlink