8000 Shrink pIRkey build down. · rsbohn/circuitpython@fe507db · GitHub
[go: up one dir, main page]

Skip to content

Commit fe507db

Browse files
committed
Shrink pIRkey build down.
Rollback HID to save string space and remove board mapping for default buses that don't exist.
1 parent 1f105e0 commit fe507db

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ports/atmel-samd/boards/pirkey_m0/pins.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
55

66
{ MP_ROM_QSTR(MP_QSTR_APA102_MOSI), MP_ROM_PTR(&pin_PA00) },
77
{ MP_ROM_QSTR(MP_QSTR_APA102_SCK), MP_ROM_PTR(&pin_PA01) },
8-
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
9-
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
10-
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
118
};
129
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)
0