We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6940c5b commit f3b3a0dCopy full SHA for f3b3a0d
src/boards/nrfmicro/board.h
@@ -54,12 +54,12 @@
54
// USB
55
//--------------------------------------------------------------------+
56
#define USB_DESC_VID 0x1209
57
-#define USB_DESC_UF2_PID 0x0064
58
-#define USB_DESC_CDC_ONLY_PID 0x0064
+#define USB_DESC_UF2_PID 0x5284
+#define USB_DESC_CDC_ONLY_PID 0x5284
59
60
//------------- UF2 -------------//
61
-#define UF2_PRODUCT_NAME "nRFMicro nRF52840"
62
-#define UF2_VOLUME_LABEL "NRFMICRO-BOOT"
+#define UF2_PRODUCT_NAME "nRFMicro"
+#define UF2_VOLUME_LABEL "NRFMICRO"
63
#define UF2_BOARD_ID "nRF52840-nRFMicro-v0"
64
#define UF2_INDEX_URL "https://github.com/joric/nrfmicro/wiki"
65
0 commit comments