Update pack-derived files, and add safely test

pull/3090/head
Jimmy Brisson 2016-10-20 09:37:02 -05:00
parent 30421f226d
commit 775bfa36a4
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"