File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 50
50
//--------------------------------------------------------------------+
51
51
// USB
52
52
//--------------------------------------------------------------------+
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
56
58
57
59
#define UF2_PRODUCT_NAME "Nordic nRF52840 DK"
58
60
#define UF2_BOARD_ID "nRF52840-pca10056-v1"
Original file line number Diff line number Diff line change 53
53
//--------------------------------------------------------------------+
54
54
// USB
55
55
//--------------------------------------------------------------------+
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
59
61
60
62
#define UF2_PRODUCT_NAME "Nordic nRF52840 Dongle"
61
63
#define UF2_BOARD_ID "nRF52840-pca10059-v1"
You can’t perform that action at this time.
0 commit comments