f232aef786
Since Actions passed on the previous commit, where this computed value was checked against the specified value (if any), this is no net change, except that we no longer need to specify it for particular boards or ports.
18 lines
432 B
Makefile
18 lines
432 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x805A
|
|
USB_PRODUCT = "Feather STM32F405 Express"
|
|
USB_MANUFACTURER = "Adafruit Industries LLC"
|
|
|
|
SPI_FLASH_FILESYSTEM = 1
|
|
EXTERNAL_FLASH_DEVICE_COUNT = 1
|
|
EXTERNAL_FLASH_DEVICES = GD25Q16C
|
|
|
|
MCU_SERIES = F4
|
|
MCU_VARIANT = STM32F405xx
|
|
MCU_PACKAGE = LQFP64
|
|
|
|
LD_COMMON = boards/common_default.ld
|
|
LD_DEFAULT = boards/STM32F405_default.ld
|
|
LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option
|
|
UF2_OFFSET = 0x8010000
|