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 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments