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.
1 parent fb350c9 commit a1a4893Copy full SHA for a1a4893
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