Skip to content

Commit 83aec2d

Browse files
committed
Merge pull request #1877 from mbedmicro/change_uvisor_flag
Add a K64F target with uVisor enabled
2 parents 9947072 + b368c4a commit 83aec2d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

hal/targets.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,19 +564,23 @@
564564
"supported_form_factors": ["ARDUINO"],
565565
"core": "Cortex-M4F",
566566
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
567-
"extra_labels": ["Freescale", "KSDK2_MCUS", "FRDM", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F", "UVISOR_SUPPORTED"],
567+
"extra_labels": ["Freescale", "KSDK2_MCUS", "FRDM", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F"],
568568
"is_disk_virtual": true,
569569
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED"],
570570
"inherits": ["Target"],
571571
"progen": {"target": "frdm-k64f"},
572572
"detect_code": ["0240"],
573573
"features": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
574574
},
575+
"K64F_UVISOR": {
576+
"inherits": ["K64F"],
577+
"extra_labels_add":["K64F", "UVISOR_SUPPORTED"]
578+
},
575579
"MTS_GAMBIT": {
576580
"inherits": ["Target"],
577581
"core": "Cortex-M4F",
578582
"supported_toolchains": ["ARM", "GCC_ARM"],
579-
"extra_labels": ["Freescale", "KSDK2_MCUS", "K64F", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F", "UVISOR_SUPPORTED"],
583+
"extra_labels": ["Freescale", "KSDK2_MCUS", "K64F", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F"],
580584
"is_disk_virtual": true,
581585
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F"],
582586
"progen": {"target": "mts-gambit"},
@@ -585,7 +589,7 @@
585589
"HEXIWEAR": {
586590
"inherits": ["Target"],
587591
"core": "Cortex-M4F",
588-
"extra_labels": ["Freescale", "KSDK2_MCUS", "K64F", "UVISOR_SUPPORTED"],
592+
"extra_labels": ["Freescale", "KSDK2_MCUS", "K64F"],
589593
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
590594
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F"],
591595
"is_disk_virtual": true,

0 commit comments

Comments
 (0)