circuitpython/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk

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

14 lines
262 B
Makefile
Raw Normal View History

USB_VID = 0x239A
2018-03-23 12:34:02 -04:00
USB_PID = 0x8026
USB_PRODUCT = "Feather M4 Express"
USB_MANUFACTURER = "Adafruit Industries LLC"
CHIP_VARIANT = SAMD51J19A
CHIP_FAMILY = samd51
QSPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICES = GD25Q16C
LONGINT_IMPL = MPZ
2021-03-01 17:42:48 -05:00
CIRCUITPY__EVE = 1