Update mpconfigboard.mk

This commit is contained in:
KalbeAbbas 2019-12-16 12:18:16 +05:00 committed by GitHub
parent 8134ceec83
commit 6f6d6c01ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
LD_FILE = boards/samd21x18-bootloader.ld
USB_VID = 0x239A
USB_PID = 0x8014
USB_VID = 0x04D8
USB_PID = 0xEC72
USB_PRODUCT = "XinaBox CC03"
USB_MANUFACTURER = "XinaBox"
@ -15,16 +15,12 @@ SUPEROPT_GC = 0
# Make room for frozen libs.
CIRCUITPY_FREQUENCYIO = 0
#CIRCUITPY_I2CSLAVE = 0
CIRCUITPY_ANALOGIO=0
CIRCUITPY_NEOPIXEL_WRITE=0
CIRCUITPY_PULSEIO=0
CIRCUITPY_ROTARYIO=0
CIRCUITPY_TOUCHIO_USE_NATIVE=0
CIRCUITPY_TOUCHIO=0
#CIRCUITPY_USB_MIDI=0
#CIRCUITPY_RTC=0
#CIRCUITPY_USB_HID=0
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice