circuitpython/atmel-samd/boards/feather_m0_express/mpconfigboard.mk
Scott Shawcroft 80654779e1 atmel-samd: Add support for internal filesystems. (#311)
* atmel-samd: Add support for internal filesystems.

This allows us to re-enable `os`. `random` is also enabled because
it solely depends on `os`.

Fixes #266. Its also a pre-requisite for #260.

* atmel-samd: Update SAMD51 linker script comments and MICROPY_MAX_STACK_USAGE enabling.
2017-10-10 14:36:00 -04:00

10 lines
180 B
Makefile

LD_FILE = boards/samd21x18-bootloader.ld
USB_VID = 0x239A
USB_PID = 0x801b
#FLASH_IMPL = spi_flash.c
FLASH_IMPL = internal_flash.c
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21