File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -87,3 +87,22 @@ CIRCUITPY_FRAMEBUFFERIO ?= $(CIRCUITPY_FULL_BUILD)
87
87
88
88
endif # samd51
89
89
# #####################################################################
90
+
91
+ # #####################################################################
92
+ # Put same51-only choices here.
93
+
94
+ ifeq ($(CHIP_FAMILY ) ,same51)
95
+
96
+ # No native touchio on SAMD51.
97
+ CIRCUITPY_TOUCHIO_USE_NATIVE = 0
98
+
99
+ # The ?='s allow overriding in mpconfigboard.mk.
100
+
101
+ CIRCUITPY_NETWORK ?= 0
102
+ CIRCUITPY_PS2IO ?= 1
103
+ CIRCUITPY_SAMD ?= 1
104
+ CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_FULL_BUILD )
105
+ CIRCUITPY_FRAMEBUFFERIO ?= $(CIRCUITPY_FULL_BUILD )
106
+
107
+ endif # same51
108
+ # #####################################################################
You can’t perform that action at this time.
0 commit comments