Skip to content

Commit a1a4893

Browse files
committed
Add support for J-Link devices (EFM32) on OSX
1 parent fb350c9 commit a1a4893

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)