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 109e147 commit 0a7c742Copy full SHA for 0a7c742
ports/atmel-samd/boards/stackrduino_m0_pro/mpconfigboard.mk
@@ -1,4 +1,3 @@
1
-LD_FILE = boards/samd21x18-bootloader-external-flash.ld
2
USB_VID = 0x1209
3
USB_PID = 0xE3E3
4
USB_PRODUCT = "StackRduino M0 PRO"
@@ -18,9 +17,9 @@ CIRCUITPY_FREQUENCYIO = 0
18
17
CIRCUITPY_COUNTIO = 0
19
CIRCUITPY_I2CPERIPHERAL = 0
20
CIRCUITPY_VECTORIO = 0
+CIRCUITPY_BUSDEVICE = 0
21
22
CFLAGS_INLINE_LIMIT = 60
23
SUPEROPT_GC = 0
24
25
-FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
26
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
0 commit comments