Skip to content

Commit 23a512d

Browse files
committed
Updated requirements.txt for latest progen release
1 parent e6ab2dd commit 23a512d

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,8 +3,8 @@ 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
76
project_generator_definitions>=0.2.26,<0.3.0
7+
project-generator>=0.9.7,<0.10.0
88
junit-xml
99
pyYAML
1010
requests

tools/project.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,9 @@
168168
lib_symbols = []
169169
if options.macros:
170170
lib_symbols += options.macros
171-
project_dir, project_name, project_temp = setup_project(mcu,
172-
ide,
173-
p,
174-
src,
175-
options.macros,
176-
options.build)
171+
project_dir, project_name, project_temp = setup_project(mcu, ide, p, src,
172+
options.macros,
173+
options.build)
177174

178175
tmp_path, report = perform_export(project_dir, project_name, ide, mcu,
179176
project_temp, clean, zip, lib_symbols,

0 commit comments

Comments
 (0)