We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2240695 commit 31febc3Copy full SHA for 31febc3
ports/atmel-samd/mpconfigport.mk
@@ -100,15 +100,15 @@ endif # samd51
100
101
ifeq ($(CHIP_FAMILY),same51)
102
103
-# No native touchio on SAMD51.
+# No native touchio on SAME51.
104
CIRCUITPY_TOUCHIO_USE_NATIVE = 0
105
106
# The ?='s allow overriding in mpconfigboard.mk.
107
108
CIRCUITPY_ALARM ?= 1
109
CIRCUITPY_PS2IO ?= 1
110
CIRCUITPY_SAMD ?= 1
111
-CIRCUITPY_FLOPPYIO ?= 1
+CIRCUITPY_FLOPPYIO ?= $(CIRCUITPY_FULL_BUILD)
112
CIRCUITPY_FRAMEBUFFERIO ?= $(CIRCUITPY_FULL_BUILD)
113
CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_FRAMEBUFFERIO)
114
0 commit comments