Skip to content

Commit b730f1f

Browse files
committed
musca: Add detect_code for MUSCA B1
Wtihout the detect_code, `mbed-tools detect` will fail to detect any connected ARM_MUSCA_B1 boards with the error: ERROR: Could not identify a board with the product code: '5007'. No connected Mbed devices found. Add the detect_code for MUSCA B1 to targets.json so the board can be reliably detected. Fixes ARMmbed/mbed-tools#272
1 parent 9738b27 commit b730f1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4882,6 +4882,9 @@
48824882
"GNUARM"
48834883
],
48844884
"tfm_delivery_dir": "TARGET_ARM_SSG/TARGET_MUSCA_B1",
4885+
"detect_code": [
4886+
"5007"
4887+
],
48854888
"OUTPUT_EXT": "bin"
48864889
},
48874890
"ARM_MUSCA_S1": {

0 commit comments

Comments
 (0)