mirror of https://github.com/ARMmbed/mbed-os.git
Remove special case template for F746ZG
parent
2481c468ce
commit
80d47e21ff
|
@ -33,8 +33,7 @@ class IAR(Exporter):
|
|||
and DeviceCMSIS.check_supported(target)]
|
||||
|
||||
SPECIAL_TEMPLATES = {
|
||||
'rz_a1h' : 'iar/iar_rz_a1h.ewp.tmpl',
|
||||
'nucleo_f746zg' : 'iar/iar_nucleo_f746zg.ewp.tmpl'
|
||||
'rz_a1h' : 'iar/iar_rz_a1h.ewp.tmpl'
|
||||
}
|
||||
|
||||
def iar_groups(self, grouped_src):
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue