Skip to content

Commit f1fb66c

Browse files
authored
Merge pull request #2428 from 0xc0170/fix_k64f_mcu
Fix k64f mcu - common code to be shared for k64f derivates
2 parents f4aabc4 + 133d7b3 commit f1fb66c

File tree

125 files changed

+7
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+7
-3
lines changed

hal/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,16 +571,16 @@
571571
"inherits": ["Target"],
572572
"core": "Cortex-M4F",
573573
"supported_toolchains": ["ARM", "GCC_ARM"],
574-
"extra_labels": ["Freescale", "KSDK2_MCUS", "K64F", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F"],
574+
"extra_labels": ["Freescale", "KSDK2_MCUS", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F"],
575575
"is_disk_virtual": true,
576576
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F"],
577577
"progen": {"target": "mts-gambit"},
578-
"device_has": ["I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
578+
"device_has": ["I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
579579
},
580580
"HEXIWEAR": {
581581
"inherits": ["Target"],
582582
"core": "Cortex-M4F",
583-
"extra_labels": ["Freescale", "KSDK2_MCUS", "K64F"],
583+
"extra_labels": ["Freescale", "KSDK2_MCUS", "MCU_K64F"],
584584
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
585585
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F"],
586586
"is_disk_virtual": true,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)