mirror of https://github.com/ARMmbed/mbed-os.git
Remove F401RE from IAR exporter.
http://mbed.org/users/mbed_official/code/mbed/issues/12pull/201/head
parent
7a6971f521
commit
e8c404c8ca
|
@ -19,7 +19,7 @@ from exporters import Exporter
|
|||
|
||||
class IAREmbeddedWorkbench(Exporter):
|
||||
NAME = 'IAR'
|
||||
TARGETS = ['LPC1768', 'NUCLEO_F401RE']
|
||||
TARGETS = ['LPC1768']
|
||||
TOOLCHAIN = 'IAR'
|
||||
|
||||
def generate(self):
|
||||
|
|
Loading…
Reference in New Issue