circuitpython/atmel-samd/boards/metro_m4_express/mpconfigboard.mk
Scott Shawcroft 6839fff313 Move to ASF4 and introduce SAMD51 support. (#258)
* atmel-samd: Remove ASF3. This will break builds.

* atmel-samd: Add ASF4 for the SAMD21 and SAMD51.

* Introduce the supervisor concept to facilitate porting.

The supervisor is the code which runs individual MicroPython VMs. By
splitting it out we make it more consistent and easier to find.

This also adds very basic SAMD21 and SAMD51 support using the
supervisor. Only the REPL currently works.

This begins the work for #178.
2017-09-22 21:05:51 -04:00

9 lines
153 B
Makefile

LD_FILE = boards/samd51x20-external-flash.ld
USB_VID = 0x239A
USB_PID = 0x8015
FLASH_IMPL = spi_flash.c
CHIP_VARIANT = SAMD51J20A
CHIP_FAMILY = samd51