summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bowman <jamesb@excamera.com>2021-03-05 11:32:58 -0800
committerJames Bowman <jamesb@excamera.com>2021-03-05 11:32:58 -0800
commitbff585ffd2ba726c0734ab560ef547d7929aabb6 (patch)
treef2f040a6891c089d2323eba4978dc0c8fa326590
parent3c50918adcc97379e3ca9e70272f0f272f94a0ca (diff)
Enable EVE low-level for Teensy 4.0 and 4.1
-rw-r--r--ports/mimxrt10xx/boards/teensy40/mpconfigboard.mk1
-rw-r--r--ports/mimxrt10xx/boards/teensy41/mpconfigboard.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/mimxrt10xx/boards/teensy40/mpconfigboard.mk b/ports/mimxrt10xx/boards/teensy40/mpconfigboard.mk
index 7900d327a..3a7324540 100644
--- a/ports/mimxrt10xx/boards/teensy40/mpconfigboard.mk
+++ b/ports/mimxrt10xx/boards/teensy40/mpconfigboard.mk
@@ -6,3 +6,4 @@ USB_MANUFACTURER = "PJRC"
CHIP_VARIANT = MIMXRT1062DVJ6A
CHIP_FAMILY = MIMXRT1062
FLASH = W25Q16JV
+CIRCUITPY__EVE = 1
diff --git a/ports/mimxrt10xx/boards/teensy41/mpconfigboard.mk b/ports/mimxrt10xx/boards/teensy41/mpconfigboard.mk
index 201e0e660..035c51b55 100644
--- a/ports/mimxrt10xx/boards/teensy41/mpconfigboard.mk
+++ b/ports/mimxrt10xx/boards/teensy41/mpconfigboard.mk
@@ -6,3 +6,4 @@ USB_MANUFACTURER = "PJRC"
CHIP_VARIANT = MIMXRT1062DVJ6A
CHIP_FAMILY = MIMXRT1062
FLASH = W25Q64JV
+CIRCUITPY__EVE = 1