File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 44
55This is a CDC/DFU/UF2 bootloader for nRF52 boards.
66
7+ - [ Adafruit CLUE] ( https://www.adafruit.com/product/4500 )
8+ - [ Adafruit Circuit Playground Bluefruit] ( https://www.adafruit.com/product/4333 )
79- [ Adafruit Feather nRF52832] ( https://www.adafruit.com/product/3406 )
810- [ Adafruit Feather nRF52840 Express] ( https://www.adafruit.com/product/4062 )
9- - [ Adafruit Circuit Playground Bluefruit] ( https://www.adafruit.com/product/4333 )
11+ - [ Adafruit Feather nRF52840 Sense] ( https://www.adafruit.com/product/4516 )
12+ - [ Adafruit ItsyBitsy nRF52840 Express] ( https://www.adafruit.com/product/4481 )
1013- Adafruit Metro nRF52840 Express
1114- [ Electronut Labs Papyr] ( https://docs.electronut.in/papyr/ )
1215- MakerDiary MDK nRF52840 USB Dongle
Original file line number Diff line number Diff line change 5757
5858// Used as model string in OTA mode
5959#define BLEDIS_MANUFACTURER "Adafruit Industries"
60- #define BLEDIS_MODEL "Clue nRF52840"
60+ #define BLEDIS_MODEL "CLUE nRF52840"
6161
6262//--------------------------------------------------------------------+
6363// USB
6767#define USB_DESC_CDC_ONLY_PID 0x0071
6868
6969//------------- UF2 -------------//
70- #define UF2_PRODUCT_NAME "Adafruit Clue nRF52840"
70+ #define UF2_PRODUCT_NAME "Adafruit CLUE nRF52840"
7171#define UF2_VOLUME_LABEL "CLUEBOOT"
72- #define UF2_BOARD_ID "nRF52840-Clue -revA"
73- #define UF2_INDEX_URL "https://www.adafruit.com/"
72+ #define UF2_BOARD_ID "nRF52840-CLUE -revA"
73+ #define UF2_INDEX_URL "https://www.adafruit.com/product/4500 "
7474
7575#endif // _CLUE_NRF52840_H
You can’t perform that action at this time.
0 commit comments