From 353ea6f70e81267f5bcf8145cd5a1997b1e63c08 Mon Sep 17 00:00:00 2001 From: James Bowman Date: Sun, 27 Feb 2022 18:34:30 -0800 Subject: [PATCH] Add EVE support to Feather M4 CAN --- ports/atmel-samd/boards/feather_m4_can/mpconfigboard.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/atmel-samd/boards/feather_m4_can/mpconfigboard.mk b/ports/atmel-samd/boards/feather_m4_can/mpconfigboard.mk index ecadf211ff..088748a0cc 100644 --- a/ports/atmel-samd/boards/feather_m4_can/mpconfigboard.mk +++ b/ports/atmel-samd/boards/feather_m4_can/mpconfigboard.mk @@ -10,4 +10,5 @@ QSPI_FLASH_FILESYSTEM = 1 EXTERNAL_FLASH_DEVICES = GD25Q16C LONGINT_IMPL = MPZ +CIRCUITPY__EVE = 1 CIRCUITPY_CANIO = 1