File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
ports/atmel-samd/boards/xinabox_cs11 Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
LD_FILE = boards/samd21x18-bootloader.ld
2
- USB_VID = 0x239A
3
- USB_PID = 0x8014
2
+ USB_VID = 0x04D8
3
+ USB_PID = 0xEC75
4
4
USB_PRODUCT = "XinaBox CS11"
5
5
USB_MANUFACTURER = "XinaBox"
6
6
@@ -15,17 +15,15 @@ SUPEROPT_GC = 0
15
15
16
16
# Make room for frozen libs.
17
17
CIRCUITPY_FREQUENCYIO = 0
18
- # CIRCUITPY_I2CSLAVE = 0
19
18
CIRCUITPY_ANALOGIO =0
20
19
CIRCUITPY_NEOPIXEL_WRITE =0
21
20
CIRCUITPY_PULSEIO =0
22
21
CIRCUITPY_ROTARYIO =0
23
22
CIRCUITPY_TOUCHIO_USE_NATIVE =0
24
23
CIRCUITPY_TOUCHIO =0
25
24
CIRCUITPY_USB_MIDI =0
26
- # CIRCUITPY_USB_HID=0
27
25
CIRCUITPY_RTC =0
28
26
29
27
# Include these Python libraries in firmware.
30
28
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
31
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_SD
29
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_SD
You can’t perform that action at this time.
0 commit comments