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 a8b60f5 commit 7977fd8Copy full SHA for 7977fd8
tools/export/mcuxpresso/__init__.py
@@ -56,7 +56,7 @@ class MCUXpresso(GNUARMEclipse):
56
57
@classmethod
58
def is_target_supported(cls, target_name):
59
- # targes suppoerted when .cproject templatefile exists
+ # target is supported when *_cproject.tmpl template file exists
60
if exists(cls.TEMPLATE_DIR + '/mcuxpresso/' + target_name + '_cproject.tmpl'):
61
target = TARGET_MAP[target_name]
62
return apply_supported_whitelist(
0 commit comments