Target - remove cortex-m7 IAR support for 2 targets

They will be reenabled once we update IAR version for the release/test
pull/1570/head
0xc0170 2016-02-26 13:00:47 +00:00
parent 121804a99d
commit 65355e2610
1 changed files with 2 additions and 2 deletions

View File

@ -846,7 +846,7 @@ class NUCLEO_F746ZG(Target):
Target.__init__(self)
self.core = "Cortex-M7F"
self.extra_labels = ['STM', 'STM32F7', 'STM32F746', 'STM32F746ZG']
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
self.detect_code = ["0816"]
self.progen = {
"target":"nucleo-f746zg",
@ -1023,7 +1023,7 @@ class DISCO_F746NG(Target):
Target.__init__(self)
self.core = "Cortex-M7F"
self.extra_labels = ['STM', 'STM32F7', 'STM32F746', 'STM32F746NG']
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
self.detect_code = ["0815"]
self.progen = {
"target":"disco-f746ng",