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

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

20 lines
370 B
Makefile
Raw Normal View History

2020-06-19 11:56:20 -04:00
USB_VID = 0x239A
2020-06-19 12:26:29 -04:00
USB_PID = 0x80B8
2020-06-19 11:56:20 -04:00
USB_PRODUCT = "LoC BeR M4 base board"
USB_MANUFACTURER = "Zoomax"
CHIP_VARIANT = SAMD51G19A
CHIP_FAMILY = samd51
INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_FULL_BUILD = 0
LONGINT_IMPL = MPZ
# No I2S on SAMD51G
CIRCUITPY_AUDIOBUSIO = 0
CIRCUITPY_BITBANG_APA102 = 1
2020-07-23 20:27:02 -04:00
# Override optimization to keep binary small
OPTIMIZATION_FLAGS = -Os