Fix MPS2 M7 - set cpu to M4F

pull/1234/head mbed_lib_rev102
0xc0170 2015-07-08 13:49:24 +01:00
parent a15892332f
commit b883bfb20e
1 changed files with 1 additions and 1 deletions

View File

@ -1188,7 +1188,7 @@ class ARM_MPS2_M4(ARM_MPS2_Target):
class ARM_MPS2_M7(ARM_MPS2_Target): class ARM_MPS2_M7(ARM_MPS2_Target):
def __init__(self): def __init__(self):
ARM_MPS2_Target.__init__(self) ARM_MPS2_Target.__init__(self)
self.core = "Cortex-M7F" self.core = "Cortex-M4F"
self.extra_labels = ['ARM_SSG', 'MPS2', 'MPS2_M7'] self.extra_labels = ['ARM_SSG', 'MPS2', 'MPS2_M7']
self.macros = ['CMSDK_CM7'] self.macros = ['CMSDK_CM7']
self.supported_toolchains = ["ARM", "GCC_ARM"] self.supported_toolchains = ["ARM", "GCC_ARM"]