device_name in targets.json. Removed progen target

pull/2708/head
Sarah Marsh 2016-09-08 14:34:07 -05:00
parent 15f21b0587
commit 448205ac87
2 changed files with 258 additions and 338 deletions

File diff suppressed because it is too large Load Diff

View File

@ -176,6 +176,19 @@ def export_project(src_paths, export_path, target, ide,
paths = [src_paths]
# Extend src_paths wit libraries_paths
if libraries_paths is not None:
paths.extend(libraries_paths)