Merge pull request #3087 from theotherjimmy/update-packs

Update pack-derived files, and add safely test to uVision exporter
pull/3097/head
Russ Butler 2016-10-20 15:30:05 -04:00 committed by GitHub
commit a6e199ac75
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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"