Skip to content

Commit 65355e2

Browse files
committed
Target - remove cortex-m7 IAR support for 2 targets
They will be reenabled once we update IAR version for the release/test
1 parent 121804a commit 65355e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspace_tools/targets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ def __init__(self):
846846
Target.__init__(self)
847847
self.core = "Cortex-M7F"
848848
self.extra_labels = ['STM', 'STM32F7', 'STM32F746', 'STM32F746ZG']
849-
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
849+
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
850850
self.detect_code = ["0816"]
851851
self.progen = {
852852
"target":"nucleo-f746zg",
@@ -1023,7 +1023,7 @@ def __init__(self):
10231023
Target.__init__(self)
10241024
self.core = "Cortex-M7F"
10251025
self.extra_labels = ['STM', 'STM32F7', 'STM32F746', 'STM32F746NG']
1026-
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
1026+
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
10271027
self.detect_code = ["0815"]
10281028
self.progen = {
10291029
"target":"disco-f746ng",

0 commit comments

Comments
 (0)