Skip to content

Commit f1475c8

Browse files
committed
Updated requirements.txt for latest progen release
1 parent f0b9650 commit f1475c8

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PySerial>=2.7
33
PrettyTable>=0.7.2
44
Jinja2>=2.7.3
55
IntelHex>=1.3
6-
project-generator>=0.9.3,<0.10.0
6+
project-generator>=0.9.6,<0.10.0
77
junit-xml
88
pyYAML
99
requests

tools/project.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,9 @@
158158
lib_symbols = []
159159
if options.macros:
160160
lib_symbols += options.macros
161-
project_dir, project_name, project_temp = setup_project(mcu,
162-
ide,
163-
p,
164-
src,
165-
options.macros,
166-
options.build)
161+
project_dir, project_name, project_temp = setup_project(mcu, ide, p, src,
162+
options.macros,
163+
options.build)
167164

168165
tmp_path, report = perform_export(project_dir, project_name, ide, mcu,
169166
project_temp, clean, zip, lib_symbols,

0 commit comments

Comments
 (0)