Skip to content

Commit 1d19f37

Browse files
theotherjimmyadbridge
authored andcommitted
Remove special case template for F746ZG
1 parent 409be21 commit 1d19f37

File tree

2 files changed

+1
-1938
lines changed

2 files changed

+1
-1938
lines changed

tools/export/iar/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ class IAR(Exporter):
3232
obj.device_name in IAR_DEFS.keys() and "IAR" in obj.supported_toolchains]
3333

3434
SPECIAL_TEMPLATES = {
35-
'rz_a1h' : 'iar/iar_rz_a1h.ewp.tmpl',
36-
'nucleo_f746zg' : 'iar/iar_nucleo_f746zg.ewp.tmpl'
35+
'rz_a1h' : 'iar/iar_rz_a1h.ewp.tmpl'
3736
}
3837

3938
def iar_groups(self, grouped_src):

0 commit comments

Comments
 (0)