Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tools/export/iar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def iar_device(self):
"CMSISDAPJtagSpeedList": 0,
"DSPExtension": 0,
"TrustZone": 0,
"IlinkOverrideProgramEntryLabel": 0,
"IlinkProgramEntryLabel": "__iar_program_start",
}
iar_defaults.update(device_info)
IARdevice = namedtuple('IARdevice', iar_defaults.keys())
Expand Down
4 changes: 2 additions & 2 deletions tools/export/iar/ewp.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -824,15 +824,15 @@
</option>
<option>
<name>IlinkOverrideProgramEntryLabel</name>
<state>0</state>
<state>{{device.IlinkOverrideProgramEntryLabel}}</state>
</option>
<option>
<name>IlinkProgramEntryLabelSelect</name>
<state>0</state>
</option>
<option>
<name>IlinkProgramEntryLabel</name>
<state>__iar_program_start</state>
<state>{{device.IlinkProgramEntryLabel}}</state>
</option>
<option>
<name>DoFill</name>
Expand Down
20 changes: 18 additions & 2 deletions tools/export/iar/iar_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,25 @@
"NCS36510":{
"OGChipSelectEditMenu": "NCS36510\tONSemiconductor NCS36510"
},
"NANO130KE3BN": {
"OGChipSelectEditMenu": "Nano100BN series\tNuvoton Nano100BN series (Nano100BN,Nano110BN,Nano120BN,Nano130BN)",
"IlinkOverrideProgramEntryLabel": 1,
"IlinkProgramEntryLabel": "Reset_Handler"
},
"NUC472HI8AE": {
"OGChipSelectEditMenu": "NUC472HI8AE\tNuvoton NUC472HI8AE"
"OGChipSelectEditMenu": "NUC400AE series\tNuvoton NUC400AE series (NUC442AE,NUC472AE)",
"IlinkOverrideProgramEntryLabel": 1,
"IlinkProgramEntryLabel": "Reset_Handler"
},
"M453VG6AE": {
"OGChipSelectEditMenu": "M453VG6AE\tNuvoton M453VG6AE"
"OGChipSelectEditMenu": "M451AE series\tNuvoton M451AE series (M451AE,M452AE,M453AE,M451MAE)",
"IlinkOverrideProgramEntryLabel": 1,
"IlinkProgramEntryLabel": "Reset_Handler"
},
"M487JIDAE": {
"OGChipSelectEditMenu": "M481AE series\tNuvoton M480AE series (M481AE,M482AE,M483AE,M484AE,M485AE,M487AE)",
"IlinkOverrideProgramEntryLabel": 1,
"IlinkProgramEntryLabel": "Reset_Handler"
},
"nRF52840_xxAA":{
"OGChipSelectEditMenu": "nRF52840_xxAA\tNordicSemi nRF52840_xxAA",
Expand Down Expand Up @@ -344,6 +358,8 @@
},
"M2351KIAAEES": {
"OGChipSelectEditMenu": "M2351 series\tNuvoton M2351 series",
"IlinkOverrideProgramEntryLabel": 1,
"IlinkProgramEntryLabel": "Reset_Handler",
"TrustZone": 1
}
}