File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
src/boards/ADM_B_NRF52840_1 Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22
22
* THE SOFTWARE.
23
23
*/
24
24
25
- #ifndef HOLYIOT_NRF52840_H
26
- #define HOLYIOT_NRF52840_H
25
+ #ifndef ADM_B_NRF52840_1_H
26
+ #define ADM_B_NRF52840_1_H
27
27
28
28
#define _PINNUM (port , pin ) ((port)*32 + (pin))
29
29
48
48
// BLE OTA
49
49
//--------------------------------------------------------------------+
50
50
#define BLEDIS_MANUFACTURER "Atelier-Du-Maker"
51
- #define BLEDIS_MODEL "HOLY_NRF52840 "
51
+ #define BLEDIS_MODEL "ADM_B_NRF52840_1 "
52
52
53
53
//--------------------------------------------------------------------+
54
54
// USB
55
55
//--------------------------------------------------------------------+
56
56
57
- // Shared VID/PID with Feather nRF52840, will be disabled for building in the future
58
57
#define USB_DESC_VID 0x239A
59
58
#define USB_DESC_UF2_PID 0x009F
60
59
#define USB_DESC_CDC_ONLY_PID 0x009F
61
60
62
- #define UF2_PRODUCT_NAME "Holyiot_nRF52840"
63
- #define UF2_BOARD_ID "holyiot-nRF52840"
61
+ //------------- UF2 -------------//
62
+ #define UF2_PRODUCT_NAME "AtelierDuMaker NRF52840 Breakout"
63
+ #define UF2_VOLUME_LABEL "ADM52840BOOT"
64
+ #define UF2_BOARD_ID "ADM_B_NRF52840_1"
64
65
#define UF2_INDEX_URL "https://github.com/Atelier-Du-Maker/HolyIoT_NRF52840"
65
66
66
- #endif // PCA10059_H
67
+ #endif // ADM_B_NRF52840_1_H
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments