File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ def iar_device(self):
78
78
"FPU2" : 0 ,
79
79
"NrRegs" : 0 ,
80
80
"NEON" : '' ,
81
+ "CExtraOptionsCheck" : 0 ,
82
+ "CExtraOptions" : "" ,
83
+ "CMSISDAPJtagSpeedList" : 0 ,
81
84
}
82
85
83
86
iar_defaults .update (device_info )
Original file line number Diff line number Diff line change 57
57
</option >
58
58
<option >
59
59
<name >CExtraOptionsCheck</name >
60
- <state >0 </state >
60
+ <state >{{device.CExtraOptionsCheck}} </state >
61
61
</option >
62
62
<option >
63
63
<name >CExtraOptions</name >
64
- <state ></state >
64
+ <state >{{device.CExtraOptions}} </state >
65
65
</option >
66
66
<option >
67
67
<name >CFpuProcessor</name >
365
365
<option >
366
366
<name >CMSISDAPJtagSpeedList</name >
367
367
<version >0</version >
368
- <state >0 </state >
368
+ <state >{{device.CMSISDAPJtagSpeedList}} </state >
369
369
</option >
370
370
<option >
371
371
<name >CMSISDAPBreakpointRadio</name >
Original file line number Diff line number Diff line change 42
42
"OGChipSelectEditMenu" : " STM32F072RB\t ST STM32F072RB"
43
43
},
44
44
"nRF51822_xxAA" : {
45
- "OGChipSelectEditMenu" : " nRF51822-QFAA\t NordicSemi nRF51822-QFAA"
45
+ "OGChipSelectEditMenu" : " nRF51822-QFAA\t NordicSemi nRF51822-QFAA" ,
46
+ "CExtraOptionsCheck" : 1 ,
47
+ "CExtraOptions" : " --drv_vector_table_base=0x0" ,
48
+ "CMSISDAPJtagSpeedList" : 10
46
49
},
47
50
"EFM32GG990F1024" : {
48
51
"OGChipSelectEditMenu" : " EFM32GG990F1024\t SiliconLaboratories EFM32GG990F1024"
163
166
"OGChipSelectEditMenu" : " STM32F407VG\t ST STM32F407VG"
164
167
},
165
168
"nRF52832_xxAA" :{
166
- "OGChipSelectEditMenu" : " nRF52832-xxAA\t NordicSemi nRF52832-xxAA"
169
+ "OGChipSelectEditMenu" : " nRF52832-xxAA\t NordicSemi nRF52832-xxAA" ,
170
+ "CExtraOptionsCheck" : 1 ,
171
+ "CExtraOptions" : " --drv_vector_table_base=0x0" ,
172
+ "CMSISDAPJtagSpeedList" : 10
167
173
},
168
174
"NCS36510" :{
169
175
"OGChipSelectEditMenu" : " NCS36510\t ONSemiconductor NCS36510"
You can’t perform that action at this time.
0 commit comments