Skip to content

Commit e6f3187

Browse files
authored
Merge pull request #1941 from 0xc0170/fix_iar_extension
Update progen to v0.9.x
2 parents 9b5adb8 + ee924a8 commit e6f3187

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pyserial
44
IntelHex
55
mbed-ls
66
mbed-greentea
7-
project-generator>=0.8.11,<0.9.0
7+
project-generator>=0.9.3,<0.10.0
88
Jinja2
99
junit-xml
1010
requests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
url='https://github.com/mbedmicro/mbed',
4141
packages=find_packages(),
4242
license=LICENSE,
43-
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3", "colorama>=0.3.3", "Jinja2>=2.7.3", "project-generator>=0.8.11,<0.9.0", "junit-xml", "requests", "pyYAML"])
43+
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3", "colorama>=0.3.3", "Jinja2>=2.7.3", "project-generator>=0.9.3,<0.10.0", "junit-xml", "requests", "pyYAML"])
4444

4545
# Restore previous mbed_settings if needed
4646
if backup:

tools/export/iar_template.ewp.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
</option>
403403
<option>
404404
<name>IccAllowVLA</name>
405-
<state>1</state>
405+
<state>0</state>
406406
</option>
407407
<option>
408408
<name>IccCppDialect</name>

0 commit comments

Comments
 (0)