File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
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
56
+
53
57
#define UF2_PRODUCT_NAME "Nordic nRF52840 DK"
54
58
#define UF2_BOARD_ID "nRF52840-pca10056-v1"
55
59
#define UF2_INDEX_URL "https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK"
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
59
+
56
60
#define UF2_PRODUCT_NAME "Nordic nRF52840 Dongle"
57
61
#define UF2_BOARD_ID "nRF52840-pca10059-v1"
58
62
#define UF2_INDEX_URL "https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-Dongle"
You can’t perform that action at this time.
0 commit comments