Skip to content

Commit 993ac76

Browse files
authored
Changes as requested to UF2_BOARD_ID
from https://github.com/microsoft/uf2#files-exposed-by-bootloaders The Board-ID field is machine-readable and consists of a number of dash-separated tokens. The first token is the CPU type, second is the board type, and third is the board revision. More tokens can be also added.
1 parent 569e64f commit 993ac76

File tree

1 file changed

+1
-1
lines changed
  • src/boards/raytac_mdbt50q_db_40

1 file changed

+1
-1
lines changed

src/boards/raytac_mdbt50q_db_40/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
//------------- UF2 -------------//
7070
#define UF2_PRODUCT_NAME "Raytac MDBT50Q Demo Board 40"
7171
#define UF2_VOLUME_LABEL "MDBT50QBOOT"
72-
#define UF2_BOARD_ID "RAYTAC-MDBT50Q-DB-40"
72+
#define UF2_BOARD_ID "nRF52840-MDBT50Q-1MV2"
7373
#define UF2_INDEX_URL "https://www.raytac.com/product/ins.php?index_id=81"
7474

7575
#endif // RAYTAC_MDBT50Q_DB_40_H

0 commit comments

Comments
 (0)