Update F3 BSP and create F070RB BSP. Both are untested (but compile).

This commit is contained in:
Nathan Conrad
2019-09-09 16:14:38 -04:00
parent 5ec59c2a30
commit d1976a30b3
7 changed files with 774 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ CFLAGS += \
-mfloat-abi=hard \
-mfpu=fpv4-sp-d16 \
-nostdlib -nostartfiles \
-DCFG_TUSB_MCU=OPT_MCU_STM32F3
-DCFG_TUSB_MCU=OPT_MCU_STM32_FSDEV
ST_HAL_DRIVER = hw/mcu/st/st_driver/STM32F3xx_HAL_Driver
ST_CMSIS = hw/mcu/st/st_driver/CMSIS/Device/ST/STM32F3xx
@@ -33,7 +33,7 @@ INC += \
# For TinyUSB port source
VENDOR = st
CHIP_FAMILY = stm32f3
CHIP_FAMILY = stm32_fsdev
# For freeRTOS port source
FREERTOS_PORT = ARM_CM4F