diff options
| author | Hany Elkomy <hany_elkomy@live.com> | 2020-12-17 16:26:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 16:26:54 +0800 |
| commit | 0a7c74230c9cee04785e906cbe8160f6d7d40ddb (patch) | |
| tree | a6a55b6c69a40efb326cf37fd1591a7fd531549b /ports/atmel-samd/boards/stackrduino_m0_pro | |
| parent | 109e147b46838ee0b97b825d91de8d2dc6834e6c (diff) | |
Update mpconfigboard.mk
updated for 6.1
Diffstat (limited to 'ports/atmel-samd/boards/stackrduino_m0_pro')
| -rw-r--r-- | ports/atmel-samd/boards/stackrduino_m0_pro/mpconfigboard.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/atmel-samd/boards/stackrduino_m0_pro/mpconfigboard.mk b/ports/atmel-samd/boards/stackrduino_m0_pro/mpconfigboard.mk index a7caf5bc8..955f3d593 100644 --- a/ports/atmel-samd/boards/stackrduino_m0_pro/mpconfigboard.mk +++ b/ports/atmel-samd/boards/stackrduino_m0_pro/mpconfigboard.mk @@ -1,4 +1,3 @@ -LD_FILE = boards/samd21x18-bootloader-external-flash.ld USB_VID = 0x1209 USB_PID = 0xE3E3 USB_PRODUCT = "StackRduino M0 PRO" @@ -18,9 +17,9 @@ CIRCUITPY_FREQUENCYIO = 0 CIRCUITPY_COUNTIO = 0 CIRCUITPY_I2CPERIPHERAL = 0 CIRCUITPY_VECTORIO = 0 +CIRCUITPY_BUSDEVICE = 0 CFLAGS_INLINE_LIMIT = 60 SUPEROPT_GC = 0 -FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel |
