Skip to content

Commit 1701943

Browse files
Jiwon Yuneadbridge
authored andcommitted
SDT64B in targets.json simplified
1 parent 0a3caa0 commit 1701943

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
@@ -640,21 +640,10 @@
640640
}
641641
},
642642
"SDT64B": {
643-
"core": "Cortex-M4F",
644-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
645-
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "SDT64B", "K64F", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F", "Freescale_EMAC"],
646-
"is_disk_virtual": true,
647-
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED"],
648-
"inherits": ["Target"],
649-
"detect_code": ["3105"],
650-
"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"],
651-
"features": ["LWIP", "STORAGE"],
652-
"release_versions": ["2", "5"],
653-
"device_name": "MK64FN1M0xxx12",
654-
"bootloader_supported": true,
655-
"overrides": {
656-
"network-default-interface-type": "ETHERNET"
657-
}
643+
"inherits": ["K64F"],
644+
"extra_labels_add": ["K64F"],
645+
"extra_labels_remove": ["FRDM"],
646+
"detect_code": ["3105"]
658647
},
659648
"EV_COG_AD4050LZ": {
660649
"inherits": ["Target"],

0 commit comments

Comments
 (0)