Skip to content

Commit 1487239

Browse files
committed
revert VID/PID for pca10056/pca10059 use feather nrf52840
as it previously does.
1 parent 62336dc commit 1487239

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

src/boards/pca10056/board.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@
5050
//--------------------------------------------------------------------+
5151
// USB
5252
//--------------------------------------------------------------------+
53-
#define USB_DESC_VID 0x1915
54-
#define USB_DESC_UF2_PID 0x521F
55-
#define USB_DESC_CDC_ONLY_PID 0x521F
53+
54+
// Shared VID/PID with Feather nRF52840, will be disabled for building in the future
55+
#define USB_DESC_VID 0x239A
56+
#define USB_DESC_UF2_PID 0x0029
57+
#define USB_DESC_CDC_ONLY_PID 0x0029
5658

5759
#define UF2_PRODUCT_NAME "Nordic nRF52840 DK"
5860
#define UF2_BOARD_ID "nRF52840-pca10056-v1"

src/boards/pca10059/board.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@
5353
//--------------------------------------------------------------------+
5454
// USB
5555
//--------------------------------------------------------------------+
56-
#define USB_DESC_VID 0x1915
57-
#define USB_DESC_UF2_PID 0x521F
58-
#define USB_DESC_CDC_ONLY_PID 0x521F
56+
57+
// Shared VID/PID with Feather nRF52840, will be disabled for building in the future
58+
#define USB_DESC_VID 0x239A
59+
#define USB_DESC_UF2_PID 0x0029
60+
#define USB_DESC_CDC_ONLY_PID 0x0029
5961

6062
#define UF2_PRODUCT_NAME "Nordic nRF52840 Dongle"
6163
#define UF2_BOARD_ID "nRF52840-pca10059-v1"

0 commit comments

Comments
 (0)