Skip to content

Commit 9d1b9b3

Browse files
committed
Add/Remove correct board level devices
1 parent 8cc9038 commit 9d1b9b3

File tree

2 files changed

+2
-1
lines changed
  • ports/espressif/boards
    • espressif_esp32s3_devkitc_1_n8r8_hacktablet
    • makerfabs_tft7

2 files changed

+2
-1
lines changed

ports/espressif/boards/espressif_esp32s3_devkitc_1_n8r8_hacktablet/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
117117
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_GPIO43) },
118118
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_GPIO44) },
119119

120+
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
121+
{ MP_ROM_QSTR(MP_QSTR_STEMMA_I2C), MP_ROM_PTR(&board_i2c_obj) },
120122
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
121123
};
122124
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

ports/espressif/boards/makerfabs_tft7/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,5 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
9696
// Permanent SDIO 1-bit mode?
9797

9898
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
99-
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
10099
};
101100
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)