We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d2cb8 commit 45b0f40Copy full SHA for 45b0f40
tools/export/iar/__init__.py
@@ -64,8 +64,10 @@ def iar_device(self):
64
"GFPUCoreSlave": '',
65
"GFPUCoreSlave2": 40,
66
"GBECoreSlave": 35,
67
+ "GBECoreSlave2": '',
68
"FPU2": 0,
69
"NrRegs": 0,
70
+ "NEON": '',
71
}
72
73
iar_defaults.update(device_info)
tools/export/iar/ewp.tmpl
@@ -131,7 +131,7 @@
131
<option>
132
<name>GBECoreSlave</name>
133
<version>24</version>
134
- <state>{{GBECoreSlave}}</state>
+ <state>{{device.GBECoreSlave}}</state>
135
</option>
136
137
<name>OGUseCmsis</name>
0 commit comments