mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10234 from theotherjimmy/update-cpm-index-0.2.4
Update flash algo default with CPM 0.2.4pull/10267/head
commit
6fccfeb98e
File diff suppressed because it is too large
Load Diff
|
|
@ -93,7 +93,7 @@ class DeviceUvision(DeviceCMSIS):
|
|||
if not info["default"]:
|
||||
continue
|
||||
name = info['file_name']
|
||||
name_reg = "\w*/([\w_]+)\.flm"
|
||||
name_reg = "\w*[/\\\\]([\w_]+)\.flm"
|
||||
m = re.search(name_reg, name.lower())
|
||||
fl_name = m.group(1) if m else None
|
||||
name_flag = "-FF" + str(fl_count) + fl_name
|
||||
|
|
|
|||
Loading…
Reference in New Issue