Merge pull request #9606 from deepikabhavnani/core_arch_v8m

Correct typo no_dsp - nodsp
pull/9625/head
Martin Kojtal 2019-02-05 16:59:13 +01:00 committed by GitHub
commit 4ce6ed0f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -404,8 +404,8 @@ class ARMC6(ARM_STD):
"Cortex-M4F": "cortex-m4",
"Cortex-M7F": "cortex-m7",
"Cortex-M7FD": "cortex-m7",
"Cortex-M33": "cortex-m33+no_dsp+no_fp",
"Cortex-M33F": "cortex-m33+no_dsp",
"Cortex-M33": "cortex-m33+nodsp",
"Cortex-M33F": "cortex-m33+nodsp",
"Cortex-M33FE": "cortex-m33"}.get(core, core)
cpu = cpu.lower()