Skip to content

Commit 6adac92

Browse files
committed
Revert "Disable make_armc6 on v8m"
This reverts commit a242799.
1 parent 77d2a36 commit 6adac92

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tools/export/makefile/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -265,17 +265,6 @@ class Armc6(Arm):
265265
NAME = 'Make-ARMc6'
266266
TOOLCHAIN = "ARMC6"
267267

268-
@classmethod
269-
def is_target_supported(cls, target_name):
270-
target = TARGET_MAP[target_name]
271-
if target.core in (
272-
"Cortex-M23", "Cortex-M23-NS",
273-
"Cortex-M33", "Cortex-M33-NS"
274-
):
275-
return False
276-
return apply_supported_whitelist(
277-
cls.TOOLCHAIN, cls.POST_BINARY_WHITELIST, target)
278-
279268

280269
class IAR(Makefile):
281270
"""IAR specific makefile target"""

0 commit comments

Comments
 (0)