We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86fb5ce + a1a4893 commit e547c30Copy full SHA for e547c30
mbed_lstools/lstools_darwin.py
@@ -25,7 +25,7 @@ class MbedLsToolsDarwin(MbedLsToolsBase):
25
""" MbedLsToolsDarwin supports mbed-enabled platforms detection on Mac OS X
26
"""
27
28
- mbed_volume_name_match = re.compile(r'\bmbed\b', re.I)
+ mbed_volume_name_match = re.compile(r'(\bmbed\b|\bSEGGER MSD\b)', re.I)
29
30
def list_mbeds(self):
31
""" returns mbed list with platform names if possible
0 commit comments