added stub for dcd_stm32f3
This commit is contained in:
@@ -15,17 +15,23 @@ LD_FILE = hw/bsp/stm32f303disc/STM32F303VCTx_FLASH.ld
|
||||
LDFLAGS += -mthumb -mcpu=cortex-m4
|
||||
|
||||
SRC_C += \
|
||||
hw/mcu/st/system-init/system_stm32f3xx.c
|
||||
hw/mcu/st/system-init/system_stm32f3xx.c \
|
||||
hw/mcu/st/stm32lib/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal.c \
|
||||
hw/mcu/st/stm32lib/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_cortex.c \
|
||||
hw/mcu/st/stm32lib/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_rcc.c \
|
||||
hw/mcu/st/stm32lib/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_gpio.c
|
||||
|
||||
SRC_S += \
|
||||
hw/mcu/st/startup/stm32f3/startup_stm32f303xc.s
|
||||
|
||||
INC += \
|
||||
-I$(TOP)/hw/bsp/stm32f303disc \
|
||||
-I$(TOP)/hw/mcu/st/cmsis \
|
||||
-I$(TOP)/hw/mcu/st/stm32lib/CMSIS/STM32F3xx/Include \
|
||||
-I$(TOP)/hw/mcu/st/cmsis
|
||||
-I$(TOP)/hw/mcu/st/stm32lib/STM32F3xx_HAL_Driver/Inc
|
||||
|
||||
VENDOR = st
|
||||
CHIP_FAMILY = stm32f4
|
||||
CHIP_FAMILY = stm32f3
|
||||
|
||||
JLINK_DEVICE = stm32f303vc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user