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 f76436c commit 97892aaCopy full SHA for 97892aa
tools/export/uvision/__init__.py
@@ -247,7 +247,7 @@ def generate(self):
247
sct_path, dirname(sct_name))
248
if ctx['linker_script'] != sct_path:
249
self.generated_files.append(ctx['linker_script'])
250
- ctx['cputype'] = ctx['device'].core.rstrip("FD").replace("-NS", "")
+ ctx['cputype'] = ctx['device'].core.replace("-NS", "").rstrip("FDE")
251
if ctx['device'].core.endswith("FD"):
252
ctx['fpu_setting'] = 3
253
elif ctx['device'].core.endswith("F"):
0 commit comments