mirror of https://github.com/ARMmbed/mbed-os.git
Remove special case template for F746ZG
parent
409be21997
commit
1d19f37d25
|
@ -32,8 +32,7 @@ class IAR(Exporter):
|
|||
obj.device_name in IAR_DEFS.keys() and "IAR" in obj.supported_toolchains]
|
||||
|
||||
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