File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
ports/atmel-samd/boards/capablerobot_usbhub Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,16 @@ LONGINT_IMPL = MPZ
12
12
13
13
# No I2S on SAMD51G
14
14
CIRCUITPY_AUDIOBUSIO = 0
15
+
16
+ CIRCUITPY_FULL_BUILD = 0
17
+ CIRCUITPY_AUDIOIO = 0
18
+ CIRCUITPY_AUDIOCORE = 0
19
+ CIRCUITPY_COUNTIO = 0
20
+ CIRCUITPY_ROTARYIO = 0
21
+ CIRCUITPY_TOUCHIO = 0
22
+ CIRCUITPY_SDCARDIO = 0
23
+ CIRCUITPY_NEOPIXEL_WRITE = 0
24
+ CIRCUITPY_PIXELBUF = 0
25
+ CIRCUITPY_GAMEPAD = 0
26
+ CIRCUITPY_USB_HID = 0
27
+ CIRCUITPY_USB_MIDI = 0
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
22
22
{ MP_OBJ_NEW_QSTR (MP_QSTR_USBHOSTEN ), MP_ROM_PTR (& pin_PA07 ) },
23
23
{ MP_OBJ_NEW_QSTR (MP_QSTR_USBRESET ), MP_ROM_PTR (& pin_PB08 ) },
24
24
{ MP_OBJ_NEW_QSTR (MP_QSTR_USBBCEN ), MP_ROM_PTR (& pin_PB22 ) },
25
+ { MP_OBJ_NEW_QSTR (MP_QSTR_PCBREV ), MP_ROM_PTR (& pin_PB02 ) },
25
26
26
27
{ MP_OBJ_NEW_QSTR (MP_QSTR_SDA ), MP_ROM_PTR (& pin_PA22 ) },
27
28
{ MP_OBJ_NEW_QSTR (MP_QSTR_SCL ), MP_ROM_PTR (& pin_PA23 ) },
You can’t perform that action at this time.
0 commit comments