74cfdeb316
Reworked frozen module support: clean up makefiles and handle multiple directories. Modules to freeze are included as git submodules. Add neopixel to circuitplayground express build. Fixes #56
11 lines
267 B
Makefile
11 lines
267 B
Makefile
LD_FILE = boards/samd21x18-bootloader-external-flash-crystalless.ld
|
|
USB_VID = 0x239A
|
|
USB_PID = 0x8019
|
|
|
|
FLASH_IMPL = spi_flash.c
|
|
|
|
CHIP_VARIANT = SAMD21G18A
|
|
|
|
# Include these Python libraries in firmware.
|
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
|