circuitpython/ports/stm/boards/nucleo_h743zi_2/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 = 0x8098
2020-04-01 13:02:05 -04:00
USB_PRODUCT = "Nucleo H743ZI - CPy"
USB_MANUFACTURER = "STMicroelectronics"
INTERNAL_FLASH_FILESYSTEM = 1
MCU_SERIES = H7
MCU_VARIANT = STM32H743xx
MCU_PACKAGE = LQFP144
LD_COMMON = boards/common_tcm.ld
LD_FILE = boards/STM32H743_fs.ld