mirror of https://github.com/ARMmbed/mbed-os.git
Fixed bug with -DCPU_MK64FN1M0VMD12 when trying to run IAR_TOOLCHAIN
parent
bd7ca62d01
commit
f32dabadc1
|
@ -181,7 +181,7 @@ class K22F(Target):
|
|||
Target.__init__(self)
|
||||
self.core = "Cortex-M4F"
|
||||
self.extra_labels = ['Freescale', 'KPSDK_MCUS', 'KPSDK_CODE']
|
||||
self.macros = ["CPU_MK22FN512VLH12 ", "FSL_RTOS_MBED"]
|
||||
self.macros = ["CPU_MK22FN512VLH12", "FSL_RTOS_MBED"]
|
||||
self.supported_toolchains = ["ARM", "GCC_ARM"]
|
||||
self.supported_form_factors = ["ARDUINO"]
|
||||
self.is_disk_virtual = True
|
||||
|
|
Loading…
Reference in New Issue