d021d9ae4a
- define CIRCUITPY_BUILD_EXTENSIONS to predefined values - set CIRCUITPY_BUILD_EXTENSIONS in port and board config - reuse the support matrix "get_settings_from_makefile" to get it - move the existing port and board specific values - remove the C3 specific board values because it's not the default - update build_release_files.py to use get_settings_from_makefile
14 lines
257 B
Makefile
14 lines
257 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x8050
|
|
USB_PRODUCT = "Arduino MKRZero"
|
|
USB_MANUFACTURER = "Arduino"
|
|
|
|
CHIP_VARIANT = SAMD21G18A
|
|
CHIP_FAMILY = samd21
|
|
|
|
CIRCUITPY_BUILD_EXTENSIONS = BIN_UF2
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
LONGINT_IMPL = NONE
|
|
CIRCUITPY_FULL_BUILD = 0
|