circuitpython/ports/stm32f4/boards/stm32f4_discovery/mpconfigboard.mk

18 lines
400 B
Makefile
Raw Normal View History

2020-01-31 14:04:54 -05:00
USB_VID = 0x239A
USB_PID = 0x805E
USB_PRODUCT = "STM32F407VG Discovery Board - CPy"
USB_MANUFACTURER = "STMicroelectronics"
USB_DEVICES = "CDC,MSC"
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
#This is technically a F407 but there's no difference.
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