mirror of https://github.com/ARMmbed/mbed-os.git
Add a K64F target with uVisor enabled
Also, remove UVISOR_SUPPORTED from the other targets.pull/1877/head
parent
9947072504
commit
b368c4ac48
|
@ -564,7 +564,7 @@
|
|||
"supported_form_factors": ["ARDUINO"],
|
||||
"core": "Cortex-M4F",
|
||||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
||||
"extra_labels": ["Freescale", "KSDK2_MCUS", "FRDM", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F", "UVISOR_SUPPORTED"],
|
||||
"extra_labels": ["Freescale", "KSDK2_MCUS", "FRDM", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F"],
|
||||
"is_disk_virtual": true,
|
||||
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED"],
|
||||
"inherits": ["Target"],
|
||||
|
@ -572,11 +572,15 @@
|
|||
"detect_code": ["0240"],
|
||||
"features": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
|
||||
},
|
||||
"K64F_UVISOR": {
|
||||
"inherits": ["K64F"],
|
||||
"extra_labels_add":["K64F", "UVISOR_SUPPORTED"]
|
||||
},
|
||||
"MTS_GAMBIT": {
|
||||
"inherits": ["Target"],
|
||||
"core": "Cortex-M4F",
|
||||
"supported_toolchains": ["ARM", "GCC_ARM"],
|
||||
"extra_labels": ["Freescale", "KSDK2_MCUS", "K64F", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F", "UVISOR_SUPPORTED"],
|
||||
"extra_labels": ["Freescale", "KSDK2_MCUS", "K64F", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F"],
|
||||
"is_disk_virtual": true,
|
||||
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F"],
|
||||
"progen": {"target": "mts-gambit"},
|
||||
|
@ -585,7 +589,7 @@
|
|||
"HEXIWEAR": {
|
||||
"inherits": ["Target"],
|
||||
"core": "Cortex-M4F",
|
||||
"extra_labels": ["Freescale", "KSDK2_MCUS", "K64F", "UVISOR_SUPPORTED"],
|
||||
"extra_labels": ["Freescale", "KSDK2_MCUS", "K64F"],
|
||||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
||||
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F"],
|
||||
"is_disk_virtual": true,
|
||||
|
|
Loading…
Reference in New Issue