diff options
| author | James Bowman <jamesb@excamera.com> | 2021-03-01 14:42:48 -0800 |
|---|---|---|
| committer | James Bowman <jamesb@excamera.com> | 2021-03-01 14:42:48 -0800 |
| commit | 0dabd1ace27b9e7fa4e7faed861e508f4ca39bef (patch) | |
| tree | 99aebc5ca406236cba850f09cfdc90d3b9716e80 /ports/atmel-samd/boards | |
| parent | 1b3bca14cbb283173c2b6a6fc7dcac32ef084c7c (diff) | |
Add EVE support for Feather M4 Express
Diffstat (limited to 'ports/atmel-samd/boards')
| -rw-r--r-- | ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk b/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk index 4946788d3..78959dcd0 100644 --- a/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk +++ b/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk @@ -12,3 +12,4 @@ EXTERNAL_FLASH_DEVICES = GD25Q16C LONGINT_IMPL = MPZ CIRCUITPY_VECTORIO = 1 +CIRCUITPY__EVE = 1 |
