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.
14 lines
286 B
Makefile
14 lines
286 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x809C
|
|
USB_PRODUCT = "ST STM32F746G Discovery - CPy"
|
|
USB_MANUFACTURER = "STMicroelectronics"
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
|
|
MCU_SERIES = F7
|
|
MCU_VARIANT = STM32F746xx
|
|
MCU_PACKAGE = TFBGA216
|
|
|
|
LD_COMMON = boards/common_tcm.ld
|
|
LD_FILE = boards/STM32F746xG_fs.ld
|