Skip to content

Commit e547c30

Browse files
committed
Merge pull request #30 from akselsm/master
Add support for SEGGER J-Link devices (EFM32) on OSX
2 parents 86fb5ce + a1a4893 commit e547c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed_lstools/lstools_darwin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class MbedLsToolsDarwin(MbedLsToolsBase):
2525
""" MbedLsToolsDarwin supports mbed-enabled platforms detection on Mac OS X
2626
"""
2727

28-
mbed_volume_name_match = re.compile(r'\bmbed\b', re.I)
28+
mbed_volume_name_match = re.compile(r'(\bmbed\b|\bSEGGER MSD\b)', re.I)
2929

3030
def list_mbeds(self):
3131
""" returns mbed list with platform names if possible

0 commit comments

Comments
 (0)