Skip to content

Commit

Permalink
Merge pull request #4633 from ZodiusInfuser/main
Browse files Browse the repository at this point in the history
Tweaked Pimoroni board names
  • Loading branch information
ladyada authored Apr 19, 2021
2 parents 24fb3cc + efdbc6b commit 17e419f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 17e419f

Please sign in to comment.