Skip to content

Commit 21fba25

Browse files
author
ure
committed
cleanup naming
1 parent b314430 commit 21fba25

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

ports/raspberrypi/boards/rfguru_pico/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#define MICROPY_HW_BOARD_NAME "RF.Guru RP2040"
2+
#define MICROPY_HW_MCU_NAME "rp2040"

ports/raspberrypi/boards/rfguru_pico/mpconfigboard.mk renamed to ports/raspberrypi/boards/rfguru_rp2040/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
USB_VID = 0x239A
22
USB_PID = 0x80F4
3-
USB_PRODUCT = "RFGuru-Pico"
4-
USB_MANUFACTURER = "Raspberry Pi"
3+
USB_PRODUCT = "RF.Guru RP2040"
4+
USB_MANUFACTURER = "RF.Guru"
55

66
CHIP_VARIANT = RP2040
77
CHIP_FAMILY = rp2

0 commit comments

Comments
 (0)