Skip to content

Commit 53f52f9

Browse files
deepikabhavnaniadbridge
authored andcommitted
Set the DSP option as E for Cortex-M33
1 parent ddf5060 commit 53f52f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/iar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(self, target, notify=None, macros=None, build_profile=None,
6464
"Cortex-M7F": "Cortex-M7.fp.sp",
6565
"Cortex-M33": "Cortex-M33.no_dsp",
6666
"Cortex-M33F": "Cortex-M33.fp.no_dsp",
67-
"Cortex-M33FD": "Cortex-M33.fp"}.get(core, core)
67+
"Cortex-M33FE": "Cortex-M33.fp"}.get(core, core)
6868

6969
# flags_cmd are used only by our scripts, the project files have them already defined,
7070
# using this flags results in the errors (duplication)

0 commit comments

Comments
 (0)