diff options
| author | David Glaude <dglaude@users.noreply.github.com> | 2021-01-24 12:53:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-24 12:53:06 +0100 |
| commit | abd9f7894df4118dc70dca0f1fa3aa3c0349edae (patch) | |
| tree | bca40018e8c9f998fb278cd67914e89841e33ab8 /ports | |
| parent | 97f5d218a5af9c7207bc339bf25beaa65c7b42e5 (diff) | |
Permit Gameduino 3X Dazzler support on that board.
Totally untested, change request based on change made in #2581.
It might be my first PR in CircuitPython core...
Maybe this should be confirmed by @jamesbowman
Those are the two boards that seems supported:
* Metro M4 Express
* Metro nRF52840 Express
The only Metro that this PR concern:
* Metro M4 AirLift Lite
Other Metro I found and are maybe not supported:
* Metro ESP32-S2
* Metro M0 Express
* Metro M7 1011
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/atmel-samd/boards/metro_m4_airlift_lite/mpconfigboard.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/metro_m4_airlift_lite/mpconfigboard.mk b/ports/atmel-samd/boards/metro_m4_airlift_lite/mpconfigboard.mk index 4895cda77..58d4e4980 100644 --- a/ports/atmel-samd/boards/metro_m4_airlift_lite/mpconfigboard.mk +++ b/ports/atmel-samd/boards/metro_m4_airlift_lite/mpconfigboard.mk @@ -10,3 +10,5 @@ QSPI_FLASH_FILESYSTEM = 1 EXTERNAL_FLASH_DEVICE_COUNT = 3 EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C" LONGINT_IMPL = MPZ + +CIRCUITPY__EVE = 1 |
