We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d2a36 commit 6adac92Copy full SHA for 6adac92
tools/export/makefile/__init__.py
@@ -265,17 +265,6 @@ class Armc6(Arm):
265
NAME = 'Make-ARMc6'
266
TOOLCHAIN = "ARMC6"
267
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
-
279
280
class IAR(Makefile):
281
"""IAR specific makefile target"""
0 commit comments