circuitpython/ports/stm/boards/nucleo_f767zi/mpconfigboard.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
273 B
Makefile
Raw Normal View History

2020-04-13 12:03:05 -04:00
USB_VID = 0x239A
USB_PID = 0x809A
2020-04-02 11:47:16 -04:00
USB_PRODUCT = "Nucleo F767ZI - CPy"
USB_MANUFACTURER = "STMicroelectronics"
INTERNAL_FLASH_FILESYSTEM = 1
MCU_SERIES = F7
MCU_VARIANT = STM32F767xx
MCU_PACKAGE = LQFP144
2020-06-09 18:01:52 -04:00
LD_COMMON = boards/common_tcm.ld
2020-04-02 11:47:16 -04:00
LD_FILE = boards/STM32F767_fs.ld