diff options
| author | Dan Halbert <halbert@adafruit.com> | 2021-03-01 22:56:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 22:56:50 -0500 |
| commit | 54d11a8e2d8f17641cf5f5e82d91133c95d9bfc5 (patch) | |
| tree | f6478fe4129417e5cddd51a76760fa4380df5adc | |
| parent | d0eab5c5615277d10eac2547c61924ff4754f0e5 (diff) | |
| parent | 0dabd1ace27b9e7fa4e7faed861e508f4ca39bef (diff) | |
Merge pull request #4299 from jamesbowman/main
Add EVE support for Feather M4 Express
| -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 |
