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.
17 lines
312 B
Makefile
17 lines
312 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x806A
|
|
USB_PRODUCT = "Thunderpack STM32F411"
|
|
USB_MANUFACTURER = "Jeremy Gillick"
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
LONGINT_IMPL = NONE
|
|
|
|
CIRCUITPY_NVM = 1
|
|
|
|
MCU_SERIES = F4
|
|
MCU_VARIANT = STM32F411xE
|
|
MCU_PACKAGE = UFQFPN48
|
|
|
|
LD_COMMON = boards/common_nvm.ld
|
|
LD_FILE = boards/STM32F411_nvm.ld
|