Skip to content

Commit 7963ebc

Browse files
author
Gaetan
committed
Change Board Name & fix typo
rename : src/boards/holyiot_nrf52840/board.h -> src/boards/ADM_B_NRF52840_1/board.h rename : src/boards/holyiot_nrf52840/board.mk -> src/boards/ADM_B_NRF52840_1/board.mk rename : src/boards/holyiot_nrf52840/pinconfig.c -> src/boards/ADM_B_NRF52840_1/pinconfig.c
1 parent d7af151 commit 7963ebc

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

src/boards/holyiot_nrf52840/board.h renamed to src/boards/ADM_B_NRF52840_1/board.h

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* THE SOFTWARE.
2323
*/
2424

25-
#ifndef HOLYIOT_NRF52840_H
26-
#define HOLYIOT_NRF52840_H
25+
#ifndef ADM_B_NRF52840_1_H
26+
#define ADM_B_NRF52840_1_H
2727

2828
#define _PINNUM(port, pin) ((port)*32 + (pin))
2929

@@ -48,19 +48,20 @@
4848
// BLE OTA
4949
//--------------------------------------------------------------------+
5050
#define BLEDIS_MANUFACTURER "Atelier-Du-Maker"
51-
#define BLEDIS_MODEL "HOLY_NRF52840"
51+
#define BLEDIS_MODEL "ADM_B_NRF52840_1"
5252

5353
//--------------------------------------------------------------------+
5454
// USB
5555
//--------------------------------------------------------------------+
5656

57-
// Shared VID/PID with Feather nRF52840, will be disabled for building in the future
5857
#define USB_DESC_VID 0x239A
5958
#define USB_DESC_UF2_PID 0x009F
6059
#define USB_DESC_CDC_ONLY_PID 0x009F
6160

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"
6465
#define UF2_INDEX_URL "https://github.com/Atelier-Du-Maker/HolyIoT_NRF52840"
6566

66-
#endif // PCA10059_H
67+
#endif // ADM_B_NRF52840_1_H

0 commit comments

Comments
 (0)