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):
7878 "FPU2" : 0 ,
7979 "NrRegs" : 0 ,
8080 "NEON" : '' ,
81+ "CExtraOptionsCheck" : 0 ,
82+ "CExtraOptions" : "" ,
83+ "CMSISDAPJtagSpeedList" : 0 ,
8184 }
8285
8386 iar_defaults .update (device_info )
Original file line number Diff line number Diff line change 5757 </option >
5858 <option >
5959 <name >CExtraOptionsCheck</name >
60- <state >0 </state >
60+ <state >{{device.CExtraOptionsCheck}} </state >
6161 </option >
6262 <option >
6363 <name >CExtraOptions</name >
64- <state ></state >
64+ <state >{{device.CExtraOptions}} </state >
6565 </option >
6666 <option >
6767 <name >CFpuProcessor</name >
365365 <option >
366366 <name >CMSISDAPJtagSpeedList</name >
367367 <version >0</version >
368- <state >0 </state >
368+ <state >{{device.CMSISDAPJtagSpeedList}} </state >
369369 </option >
370370 <option >
371371 <name >CMSISDAPBreakpointRadio</name >
Original file line number Diff line number Diff line change 4242 "OGChipSelectEditMenu" : " STM32F072RB\t ST STM32F072RB"
4343 },
4444 "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
4649 },
4750 "EFM32GG990F1024" : {
4851 "OGChipSelectEditMenu" : " EFM32GG990F1024\t SiliconLaboratories EFM32GG990F1024"
163166 "OGChipSelectEditMenu" : " STM32F407VG\t ST STM32F407VG"
164167 },
165168 "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
167173 },
168174 "NCS36510" :{
169175 "OGChipSelectEditMenu" : " NCS36510\t ONSemiconductor NCS36510"
You can’t perform that action at this time.
0 commit comments