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

20 lines
522 B
Makefile
Raw Normal View History

2020-03-11 18:13:06 -04:00
USB_VID = 0x239A
USB_PID = 0x808E
USB_PRODUCT = "Espruino Pico"
USB_MANUFACTURER = "Espruino"
INTERNAL_FLASH_FILESYSTEM = 1
MCU_SERIES = F4
MCU_VARIANT = STM32F401xE
MCU_PACKAGE = UFQFPN48
LD_COMMON = boards/common_default.ld
2020-03-11 18:13:06 -04:00
LD_FILE = boards/STM32F401xd_fs.ld # use for internal flash
# Disable ulab as we're nearly out of space on this board due to
# INTERNAL_FLASH_FILESYSTEM. It can probably be reenabled if we enable
# lto for this port, and if other stuff hasn't been added in the
# meantime
CIRCUITPY_ULAB = 0