Skip to content

Commit 0046800

Browse files
Jiwon YuneJiwon Yune
authored andcommitted
SDT64B in targets.json simplified
1 parent 209a9dc commit 0046800

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

targets/targets.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -636,21 +636,10 @@
636636
}
637637
},
638638
"SDT64B": {
639-
"core": "Cortex-M4F",
640-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
641-
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "SDT64B", "K64F", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F", "Freescale_EMAC"],
642-
"is_disk_virtual": true,
643-
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED"],
644-
"inherits": ["Target"],
645-
"detect_code": ["3105"],
646-
"device_has": ["USTICKER", "LPTICKER", "RTC", "CRC", "ANALOGIN", "ANALOGOUT", "EMAC", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE", "STDIO_MESSAGES", "STORAGE", "TRNG", "FLASH"],
647-
"features": ["LWIP", "STORAGE"],
648-
"release_versions": ["2", "5"],
649-
"device_name": "MK64FN1M0xxx12",
650-
"bootloader_supported": true,
651-
"overrides": {
652-
"network-default-interface-type": "ETHERNET"
653-
}
639+
"inherits": ["K64F"],
640+
"extra_labels_add": ["K64F"],
641+
"extra_labels_remove": ["FRDM"],
642+
"detect_code": ["3105"]
654643
},
655644
"EV_COG_AD4050LZ": {
656645
"inherits": ["Target"],

0 commit comments

Comments
 (0)