Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaked Pimoroni board names #4633

Merged
merged 2 commits into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MICROPY_HW_BOARD_NAME "Pimoroni Pico Lipo (16MB)"
#define MICROPY_HW_BOARD_NAME "Pimoroni Pico LiPo (16MB)"
#define MICROPY_HW_MCU_NAME "rp2040"

#define MICROPY_HW_VBUS_DETECT (&pin_GPIO24)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
USB_VID = 0x2E8A
USB_PID = 0x1003
USB_PRODUCT = "Pico Lipo (16MB)"
USB_PRODUCT = "Pimoroni Pico LiPo (16MB)"
USB_MANUFACTURER = "Pimoroni"

CHIP_VARIANT = RP2040
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MICROPY_HW_BOARD_NAME "Pimoroni Pico Lipo (4MB)"
#define MICROPY_HW_BOARD_NAME "Pimoroni Pico LiPo (4MB)"
#define MICROPY_HW_MCU_NAME "rp2040"

#define MICROPY_HW_VBUS_DETECT (&pin_GPIO24)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
USB_VID = 0x2E8A
USB_PID = 0x1002
USB_PRODUCT = "Pico Lipo (4MB)"
USB_PRODUCT = "Pimoroni Pico LiPo (4MB)"
USB_MANUFACTURER = "Pimoroni"

CHIP_VARIANT = RP2040
Expand Down