mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #3087 from theotherjimmy/update-packs
Update pack-derived files, and add safely test to uVision exporterpull/3097/head
commit
a6e199ac75
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