mirror of https://github.com/ARMmbed/mbed-os.git
Target - remove cortex-m7 IAR support for 2 targets
They will be reenabled once we update IAR version for the release/testpull/1570/head
parent
121804a99d
commit
65355e2610
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue