Set the DSP option as `E` for Cortex-M33

pull/9646/head
deepikabhavnani 2019-01-25 11:52:46 -06:00 committed by adbridge
parent ddf5060ef9
commit 53f52f9e0e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class IAR(mbedToolchain):
"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)