Skip to content

Commit

Permalink
Merge pull request #6002 from CapableRobot/usbhub-defn-updates
Browse files Browse the repository at this point in the history
Board definition updates for Capable Robot USB Hub
  • Loading branch information
dhalbert authored Feb 9, 2022
2 parents 85d79f4 + 7247990 commit c60e45c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ports/atmel-samd/boards/capablerobot_usbhub/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@ LONGINT_IMPL = MPZ

# No I2S on SAMD51G
CIRCUITPY_AUDIOBUSIO = 0

CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_AUDIOIO = 0
CIRCUITPY_AUDIOCORE = 0
CIRCUITPY_COUNTIO = 0
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_TOUCHIO = 0
CIRCUITPY_SDCARDIO = 0
CIRCUITPY_NEOPIXEL_WRITE = 0
CIRCUITPY_PIXELBUF = 0
CIRCUITPY_GAMEPAD = 0
CIRCUITPY_USB_HID = 0
CIRCUITPY_USB_MIDI = 0
1 change: 1 addition & 0 deletions ports/atmel-samd/boards/capablerobot_usbhub/pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_OBJ_NEW_QSTR(MP_QSTR_USBHOSTEN), MP_ROM_PTR(&pin_PA07) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_USBRESET), MP_ROM_PTR(&pin_PB08) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_USBBCEN), MP_ROM_PTR(&pin_PB22) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_PCBREV), MP_ROM_PTR(&pin_PB02) },

{ MP_OBJ_NEW_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_PA22) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_PA23) },
Expand Down

0 comments on commit c60e45c

Please sign in to comment.