mirror of https://github.com/ARMmbed/mbed-os.git
Update pack-derived files, and add safely test
parent
9fce16dddf
commit
7b15984483
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -82,6 +82,8 @@ class DeviceUvision(DeviceCMSIS):
|
||||||
ramstart = RAMS[0][0]
|
ramstart = RAMS[0][0]
|
||||||
extra_flags = []
|
extra_flags = []
|
||||||
for name, info in self.target_info["algorithm"].items():
|
for name, info in self.target_info["algorithm"].items():
|
||||||
|
if not name or not info:
|
||||||
|
continue
|
||||||
if int(info["default"])==0:
|
if int(info["default"])==0:
|
||||||
continue
|
continue
|
||||||
name_reg = "\w*/([\w_]+)\.flm"
|
name_reg = "\w*/([\w_]+)\.flm"
|
||||||
|
|
Loading…
Reference in New Issue