4aeef100f6
* Introduce a python script to generate the USB descriptor instead of a bunch of C macros. In the future, we can use this dynamically in CircuitPython. * Add support for detecting read-only mass storage mounts. Fixes #377
11 lines
212 B
Makefile
11 lines
212 B
Makefile
LD_FILE = boards/samd21x18-bootloader.ld
|
|
USB_VID = 0x2341
|
|
USB_PID = 0x824D
|
|
USB_PRODUCT = "Arduino Zero"
|
|
USB_MANUFACTURER = "Arduino"
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
|
|
CHIP_VARIANT = SAMD21G18A
|
|
CHIP_FAMILY = samd21
|