d843156a5e
.. inline-unit-growth was the same across all boards, and the highest max-inline-insns-auto parameter was shared across 2 of 5 boards, so it's worth a little work to follow the DRY principle
17 lines
335 B
Makefile
17 lines
335 B
Makefile
LD_FILE = boards/samd21x18-bootloader.ld
|
|
USB_VID = 0x239A
|
|
USB_PID = 0x804C
|
|
USB_PRODUCT = "PyRuler"
|
|
USB_MANUFACTURER = "Adafruit Industries LLC"
|
|
|
|
CHIP_VARIANT = SAMD21E18A
|
|
CHIP_FAMILY = samd21
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
LONGINT_IMPL = NONE
|
|
CIRCUITPY_SMALL_BUILD = 1
|
|
|
|
SUPEROPT_GC = 0
|
|
|
|
CFLAGS_BOARD = --param max-inline-insns-auto=15
|