Skip to content

Commit 1028c32

Browse files
committed
edit board folder and name.
1 parent 798ea18 commit 1028c32

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ports/raspberrypi/boards/raspberry_breadstick/mpconfigboard.mk renamed to ports/raspberrypi/boards/breadstick_raspberry/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
USB_VID = 0x2E8A
22
USB_PID = 0x105E
33
USB_PRODUCT = "Raspberry Breadstick"
4-
USB_MANUFACTURER = "J&R Creative Technologies Inc."
4+
USB_MANUFACTURER = "Breadstick Innovations"
55

66
CHIP_VARIANT = RP2040
77
CHIP_FAMILY = rp2
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Put board-specific pico-sdk definitions here. This file must exist.
2+
3+
// Allow extra time for xosc to start.
4+
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64

ports/raspberrypi/boards/raspberry_breadstick/pins.c renamed to ports/raspberrypi/boards/breadstick_raspberry/pins.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4040
{ MP_ROM_QSTR(MP_QSTR_DOTSTAR_CLOCK), MP_ROM_PTR(&pin_GPIO16) },
4141

4242
// I2C pins
43-
{ MP_ROM_QSTR(MP_QSTR_IMU_SDA), MP_ROM_PTR(&pin_GPIO12) }, // I2C0-SDA //double check
43+
{ MP_ROM_QSTR(MP_QSTR_IMU_SDA), MP_ROM_PTR(&pin_GPIO12) }, // I2C0-SDA
4444
{ MP_ROM_QSTR(MP_QSTR_IMU_SCL), MP_ROM_PTR(&pin_GPIO13) }, // I2C0-SCL to imu
4545

4646
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO22) }, // I2C1-SDA
@@ -61,7 +61,5 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
6161
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
6262
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
6363

64-
65-
6664
};
6765
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

ports/raspberrypi/boards/raspberry_breadstick/pico-sdk-configboard.h

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)