Skip to content

Commit

Permalink
Set the DSP option as E for Cortex-M33
Browse files Browse the repository at this point in the history
  • Loading branch information
deepikabhavnani committed Jan 31, 2019
1 parent fdbcae3 commit 6097095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/toolchains/iar.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self, target, notify=None, macros=None, build_profile=None,
"Cortex-M7F": "Cortex-M7.fp.sp",
"Cortex-M33": "Cortex-M33.no_dsp",
"Cortex-M33F": "Cortex-M33.fp.no_dsp",
"Cortex-M33FD": "Cortex-M33.fp"}.get(core, core)
"Cortex-M33FE": "Cortex-M33.fp"}.get(core, core)

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

0 comments on commit 6097095

Please sign in to comment.