summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-03-09 23:00:21 -0500
committerJeff Epler <jepler@gmail.com>2020-03-09 23:00:21 -0500
commit03a2b2faf15d0d2bda5eb092672676866a609fdd (patch)
tree3d5c9c708477f0466f6d17d8b45cbee1d0456880
parent491a31a7312d21cd7ead17d158971572f5372335 (diff)
ulab: don't enable on m0 boards
-rw-r--r--ports/atmel-samd/mpconfigport.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/mpconfigport.mk b/ports/atmel-samd/mpconfigport.mk
index 7565e41a4..6b6b335d3 100644
--- a/ports/atmel-samd/mpconfigport.mk
+++ b/ports/atmel-samd/mpconfigport.mk
@@ -40,6 +40,8 @@ endif
# SAMD21 needs separate endpoint pairs for MSC BULK IN and BULK OUT, otherwise it's erratic.
USB_MSC_EP_NUM_OUT = 1
+MICROPY_PY_ULAB = 0
+
endif # samd21
# Put samd51-only choices here.