2020-01-31 14:04:54 -05:00
|
|
|
USB_VID = 0x239A
|
2020-02-04 10:46:44 -05:00
|
|
|
USB_PID = 0x808A
|
2020-01-31 14:04:54 -05:00
|
|
|
USB_PRODUCT = "STM32F407VG Discovery Board - CPy"
|
|
|
|
USB_MANUFACTURER = "STMicroelectronics"
|
|
|
|
USB_DEVICES = "CDC,MSC"
|
|
|
|
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
|
|
LONGINT_IMPL = NONE
|
|
|
|
|
2020-01-31 17:28:42 -05:00
|
|
|
# This is technically a F407 but there's no difference
|
|
|
|
# other than the camera and ethernet, which aren't supported.
|
2020-01-31 14:04:54 -05:00
|
|
|
MCU_SERIES = m4
|
|
|
|
MCU_VARIANT = stm32f4
|
|
|
|
MCU_SUB_VARIANT = stm32f405xx
|
|
|
|
MCU_PACKAGE = 100
|
|
|
|
CMSIS_MCU = STM32F405xx
|
2020-01-31 14:33:10 -05:00
|
|
|
LD_FILE = boards/STM32F405_fs.ld
|
|
|
|
|