@@ -651,7 +651,7 @@ class K22F(Target):
651
651
def __init__ (self ):
652
652
Target .__init__ (self )
653
653
self .core = "Cortex-M4F"
654
- self .extra_labels = ['Freescale' , 'KSDK2_MCUS' , 'FRDM' ]
654
+ self .extra_labels = ['Freescale' , 'KSDK2_MCUS' , 'FRDM' , 'KPSDK_MCUS' , 'KPSDK_CODE' ]
655
655
self .macros = ["CPU_MK22FN512VLH12" , "FSL_RTOS_MBED" ]
656
656
self .supported_toolchains = ["ARM" , "GCC_ARM" , "IAR" ]
657
657
self .supported_form_factors = ["ARDUINO" ]
@@ -680,7 +680,7 @@ class K64F(Target):
680
680
def __init__ (self ):
681
681
Target .__init__ (self )
682
682
self .core = "Cortex-M4F"
683
- self .extra_labels = ['Freescale' , 'KSDK2_MCUS' , 'FRDM' ]
683
+ self .extra_labels = ['Freescale' , 'KSDK2_MCUS' , 'FRDM' , 'KPSDK_MCUS' , 'KPSDK_CODE' , 'MCU_K64F' ]
684
684
self .macros = ["CPU_MK64FN1M0VMD12" , "FSL_RTOS_MBED" ]
685
685
self .supported_toolchains = ["ARM" , "GCC_ARM" , "IAR" ]
686
686
self .supported_form_factors = ["ARDUINO" ]
@@ -695,7 +695,7 @@ class MTS_GAMBIT(Target):
695
695
def __init__ (self ):
696
696
Target .__init__ (self )
697
697
self .core = "Cortex-M4F"
698
- self .extra_labels = ['Freescale' , 'KSDK2_MCUS' , 'K64F' ]
698
+ self .extra_labels = ['Freescale' , 'KSDK2_MCUS' , 'K64F' , 'KPSDK_MCUS' , 'KPSDK_CODE' , 'MCU_K64F' ]
699
699
self .supported_toolchains = ["ARM" , "GCC_ARM" ]
700
700
self .macros = ["CPU_MK64FN1M0VMD12" , "FSL_RTOS_MBED" , "TARGET_K64F" ]
701
701
self .is_disk_virtual = True
0 commit comments