Skip to content

Commit 6f6d6c0

Browse files
authored
Update mpconfigboard.mk
1 parent 8134cee commit 6f6d6c0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ports/atmel-samd/boards/xinabox_cc03/mpconfigboard.mk

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LD_FILE = boards/samd21x18-bootloader.ld
2-
USB_VID = 0x239A
3-
USB_PID = 0x8014
2+
USB_VID = 0x04D8
3+
USB_PID = 0xEC72
44
USB_PRODUCT = "XinaBox CC03"
55
USB_MANUFACTURER = "XinaBox"
66

@@ -15,16 +15,12 @@ SUPEROPT_GC = 0
1515

1616
# Make room for frozen libs.
1717
CIRCUITPY_FREQUENCYIO = 0
18-
#CIRCUITPY_I2CSLAVE = 0
1918
CIRCUITPY_ANALOGIO=0
2019
CIRCUITPY_NEOPIXEL_WRITE=0
2120
CIRCUITPY_PULSEIO=0
2221
CIRCUITPY_ROTARYIO=0
2322
CIRCUITPY_TOUCHIO_USE_NATIVE=0
2423
CIRCUITPY_TOUCHIO=0
25-
#CIRCUITPY_USB_MIDI=0
26-
#CIRCUITPY_RTC=0
27-
#CIRCUITPY_USB_HID=0
2824

2925
# Include these Python libraries in firmware.
3026
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice

0 commit comments

Comments
 (0)