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

20 lines
536 B
Makefile
Raw Normal View History

2019-09-23 11:59:14 -04:00
USB_VID = 0x239A
2019-09-24 14:51:57 -04:00
USB_PID = 0x805A
USB_PRODUCT = "Feather STM32F405 Express"
2019-09-24 14:07:03 -04:00
USB_MANUFACTURER = "Adafruit Industries LLC"
2019-09-24 13:17:46 -04:00
USB_DEVICES = "CDC,MSC"
2019-09-23 11:59:14 -04:00
SPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICE_COUNT = 1
EXTERNAL_FLASH_DEVICES = GD25Q16C
LONGINT_IMPL = MPZ
2019-09-23 11:59:14 -04:00
BOOTLOADER_OFFSET = 0x8010000
2019-09-23 11:59:14 -04:00
MCU_SERIES = m4
MCU_VARIANT = stm32f4
MCU_SUB_VARIANT = stm32f405xx
MCU_PACKAGE = 64
CMSIS_MCU = STM32F405xx
LD_FILE = boards/STM32F405_boot.ld # use for bootloader (external fs only)
# LD_FILE = boards/STM32F405_fs.ld # use for internal filesystem