mirror of https://github.com/ARMmbed/mbed-os.git
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
pull/14583/head
parent
9738b27c7d
commit
b730f1fe27
|
|
@ -4882,6 +4882,9 @@
|
||||||
"GNUARM"
|
"GNUARM"
|
||||||
],
|
],
|
||||||
"tfm_delivery_dir": "TARGET_ARM_SSG/TARGET_MUSCA_B1",
|
"tfm_delivery_dir": "TARGET_ARM_SSG/TARGET_MUSCA_B1",
|
||||||
|
"detect_code": [
|
||||||
|
"5007"
|
||||||
|
],
|
||||||
"OUTPUT_EXT": "bin"
|
"OUTPUT_EXT": "bin"
|
||||||
},
|
},
|
||||||
"ARM_MUSCA_S1": {
|
"ARM_MUSCA_S1": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue