summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2021-02-05 09:13:28 -0500
committerGitHub <noreply@github.com>2021-02-05 09:13:28 -0500
commit5bb722b927f1b84a436921eb318d676222234358 (patch)
tree35058519e83e17c1b5eeb1327ed7de9625273a40 /ports
parent0a55cfbde80e07679ded193e85ee118c1561fc63 (diff)
parent25d456a5b817592f16fed93ac70af4086aa45aa8 (diff)
Merge pull request #4122 from hathach/fix-3986
Fix 3986 background reset remove existing usb callback
Diffstat (limited to 'ports')
-rw-r--r--ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk1
-rw-r--r--ports/atmel-samd/boards/seeeduino_xiao/mpconfigboard.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk b/ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk
index a5722c9ad..697ec02c3 100644
--- a/ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk
@@ -11,3 +11,4 @@ LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
SUPEROPT_GC = 0
+SUPEROPT_VM = 0
diff --git a/ports/atmel-samd/boards/seeeduino_xiao/mpconfigboard.mk b/ports/atmel-samd/boards/seeeduino_xiao/mpconfigboard.mk
index bedec87f4..6bbd84235 100644
--- a/ports/atmel-samd/boards/seeeduino_xiao/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/seeeduino_xiao/mpconfigboard.mk
@@ -11,3 +11,4 @@ LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
SUPEROPT_GC = 0
+SUPEROPT_VM = 0