mirror of https://github.com/ARMmbed/mbed-os.git
Update pack-derived files, and add safely test
parent
30421f226d
commit
775bfa36a4
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]
|
||||
extra_flags = []
|
||||
for name, info in self.target_info["algorithm"].items():
|
||||
if not name or not info:
|
||||
continue
|
||||
if int(info["default"])==0:
|
||||
continue
|
||||
name_reg = "\w*/([\w_]+)\.flm"
|
||||
|
|
Loading…
Reference in New Issue