Skip to content

Commit b49a6b2

Browse files
author
Deepika
committed
Correct typo no_dsp - nodsp
armclang - nodsp armlink - no_dsp diff --git a/tools/t
1 parent febbeff commit b49a6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/toolchains/arm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ def __init__(self, target, *args, **kwargs):
404404
"Cortex-M4F": "cortex-m4",
405405
"Cortex-M7F": "cortex-m7",
406406
"Cortex-M7FD": "cortex-m7",
407-
"Cortex-M33": "cortex-m33+no_dsp+no_fp",
408-
"Cortex-M33F": "cortex-m33+no_dsp",
407+
"Cortex-M33": "cortex-m33+nodsp",
408+
"Cortex-M33F": "cortex-m33+nodsp",
409409
"Cortex-M33FE": "cortex-m33"}.get(core, core)
410410

411411
cpu = cpu.lower()

0 commit comments

Comments
 (0)