File tree Expand file tree Collapse file tree 13 files changed +47
-53
lines changed Expand file tree Collapse file tree 13 files changed +47
-53
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ This is a CDC/DFU/UF2 bootloader for nRF52 boards.
6
6
- [ Adafruit Feather nRF52840 Express] ( https://www.adafruit.com/product/4062 )
7
7
- [ Electronut Labs Papyr] ( https://docs.electronut.in/papyr/ )
8
8
- MakerDiary MDK nRF52840 USB Dongle
9
- - Nordic nRF52840DK PCA10056
10
- - Nordic nRF52840DK PCA10059 ("Dongle")
9
+ - [ Nordic nRF52840DK PCA10056] ( https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK )
10
+ - [ Nordic nRF52840DK PCA10059 ("Dongle") ] ( https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-Dongle )
11
11
- Particle Argon
12
12
- Particle Boron
13
13
- Particle Xenon
Original file line number Diff line number Diff line change 60
60
#define DIS_MANUFACTURER "Electronut Labs"
61
61
#define DIS_MODEL "Papyr"
62
62
63
- #define UF2_BOARD_ID "Electronut Labs Papyr"
64
- #define INDEX_URL "https://docs.electronut.in/papyr"
63
+ #define UF2_BOARD_ID "Electronut Labs Papyr"
64
+ #define UF2_INDEX_URL "https://docs.electronut.in/papyr"
65
65
66
66
#define USB_DESC_VID 0x239A
67
67
#define USB_DESC_UF2_PID 0x003B
Original file line number Diff line number Diff line change 55
55
#define DIS_MODEL "Bluefruit Feather nRF52832"
56
56
57
57
#define PRODUCT_NAME "Adafruit Bluefruit Feather nRF52832"
58
+ #define UF2_INDEX_URL "https://www.adafruit.com/product/3406"
58
59
59
60
#endif // _FEATHER_NRF52832_H
Original file line number Diff line number Diff line change 55
55
#define HWFC false
56
56
57
57
// Used as model string in OTA mode
58
- #define DIS_MANUFACTURER "Adafruit Industries"
59
- #define DIS_MODEL "Bluefruit Feather nRF52840 Express"
58
+ #define DIS_MANUFACTURER "Adafruit Industries"
59
+ #define DIS_MODEL "Bluefruit Feather nRF52840 Express"
60
60
61
- #define PRODUCT_NAME "Adafruit Feather nRF52840 Express"
62
- #define VOLUME_LABEL "FTHR840BOOT"
63
- #define UF2_BOARD_ID "nRF52840-Feather-revD"
61
+ #define PRODUCT_NAME "Adafruit Feather nRF52840 Express"
62
+ #define UF2_VOLUME_LABEL "FTHR840BOOT"
63
+ #define UF2_BOARD_ID "nRF52840-Feather-revD"
64
+ #define UF2_INDEX_URL "https://www.adafruit.com/product/4062"
64
65
65
66
#endif // _FEATHER_NRF52840_H
Original file line number Diff line number Diff line change 49
49
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
50
50
51
51
// Used as model string in OTA mode
52
- #define DIS_MANUFACTURER "MakerDiary"
53
- #define DIS_MODEL "nRF52840 Micro Dev Kit USB Dongle"
52
+ #define DIS_MANUFACTURER "MakerDiary"
53
+ #define DIS_MODEL "nRF52840 Micro Dev Kit USB Dongle"
54
54
55
- #define PRODUCT_NAME "MDK nRF52840 USB Dongle"
56
- #define VOLUME_LABEL "MDK840DONGL"
57
-
58
- #define UF2_BOARD_ID "MakerDiary-nRF52840-USB-Dongle"
59
-
60
- #define INDEX_URL "https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/"
55
+ #define PRODUCT_NAME "MDK nRF52840 USB Dongle"
56
+ #define UF2_VOLUME_LABEL "MDK840DONGL"
57
+ #define UF2_BOARD_ID "MakerDiary-nRF52840-USB-Dongle"
58
+ #define UF2_INDEX_URL "https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/"
61
59
62
60
#endif /* _MDK_NRF52840_DONGLE_H_ */
Original file line number Diff line number Diff line change 55
55
#define HWFC false
56
56
57
57
// Used as model string in OTA mode
58
- #define DIS_MANUFACTURER "Adafruit Industries"
59
- #define DIS_MODEL "Bluefruit Metro nRF52840 Express"
58
+ #define DIS_MANUFACTURER "Adafruit Industries"
59
+ #define DIS_MODEL "Bluefruit Metro nRF52840 Express"
60
60
61
- #define PRODUCT_NAME "Adafruit Metro nRF52840 Express"
62
- #define VOLUME_LABEL "METR840BOOT"
63
- #define UF2_BOARD_ID "nRF52840-Metro-revA"
61
+ #define PRODUCT_NAME "Adafruit Metro nRF52840 Express"
62
+ #define UF2_VOLUME_LABEL "METR840BOOT"
63
+ #define UF2_BOARD_ID "nRF52840-Metro-revA"
64
+
65
+ #define UF2_INDEX_URL "https://www.adafruit.com/"
64
66
65
67
66
68
#endif /* _METRO_NRF52840_H_ */
Original file line number Diff line number Diff line change 57
57
#define HWFC false
58
58
59
59
// Used as model string in OTA mode
60
- #define DIS_MANUFACTURER "Particle Industries"
61
- #define DIS_MODEL "Argon"
60
+ #define DIS_MANUFACTURER "Particle Industries"
61
+ #define DIS_MODEL "Argon"
62
62
63
- #define VOLUME_LABEL "ARGONBOOT "
64
-
65
- #define UF2_BOARD_ID "nRF52840-Argon-v1"
66
-
67
- #define INDEX_URL "https://www.particle.io/mesh/"
63
+ #define UF2_VOLUME_LABEL "ARGONBOOT "
64
+ #define UF2_BOARD_ID "nRF52840-Argon-v1"
65
+ #define UF2_INDEX_URL "https://www.particle.io/mesh/"
68
66
69
67
#endif // _PARTICLE_ARGON_H
Original file line number Diff line number Diff line change 57
57
#define HWFC false
58
58
59
59
// Used as model string in OTA mode
60
- #define DIS_MANUFACTURER "Particle Industries"
61
- #define DIS_MODEL "Boron"
60
+ #define DIS_MANUFACTURER "Particle Industries"
61
+ #define DIS_MODEL "Boron"
62
62
63
- #define VOLUME_LABEL "BORONBOOT "
64
-
65
- #define UF2_BOARD_ID "nRF52840-Boron-v1"
66
-
67
- #define INDEX_URL "https://www.particle.io/mesh/"
63
+ #define UF2_VOLUME_LABEL "BORONBOOT "
64
+ #define UF2_BOARD_ID "nRF52840-Boron-v1"
65
+ #define UF2_INDEX_URL "https://www.particle.io/mesh/"
68
66
69
67
#endif // _PARTICLE_BORON_H
Original file line number Diff line number Diff line change 57
57
#define HWFC false
58
58
59
59
// Used as model string in OTA mode
60
- #define DIS_MANUFACTURER "Particle Industries"
61
- #define DIS_MODEL "Xenon"
60
+ #define DIS_MANUFACTURER "Particle Industries"
61
+ #define DIS_MODEL "Xenon"
62
62
63
- #define VOLUME_LABEL "XENONBOOT "
64
-
65
- #define UF2_BOARD_ID "nRF52840-Xenon-v1"
66
-
67
- #define INDEX_URL "https://www.particle.io/mesh/"
63
+ #define UF2_VOLUME_LABEL "XENONBOOT "
64
+ #define UF2_BOARD_ID "nRF52840-Xenon-v1"
65
+ #define UF2_INDEX_URL "https://www.particle.io/mesh/"
68
66
69
67
#endif // _PARTICLE_XENON_H
Original file line number Diff line number Diff line change 54
54
#define DIS_MANUFACTURER "Nordic"
55
55
#define DIS_MODEL "PCA10056"
56
56
57
- #define UF2_BOARD_ID "nRF52840-pca10056-v1"
57
+ #define UF2_BOARD_ID "nRF52840-pca10056-v1"
58
+ #define UF2_INDEX_URL "https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK"
58
59
59
60
#endif // PCA10056_H
You can’t perform that action at this time.
0 commit comments