eabe8b971a
the modules_support_matrix usees a dictionnary per board instead of a list optionally include the frozen modules URLs in it
16 lines
279 B
Makefile
16 lines
279 B
Makefile
USB_VID = 0x2341
|
|
USB_PID = 0x824D
|
|
USB_PRODUCT = "Arduino Zero"
|
|
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
|
|
|
|
CIRCUITPY_ONEWIREIO = 0
|