Skip to content

Commit 008fa6e

Browse files
author
maclobdell
committed
K66F has an SD Card on board. Configure it as the default block device storage.
1 parent 1af1a4a commit 008fa6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/targets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@
698698
},
699699
"K66F": {
700700
"supported_form_factors": ["ARDUINO"],
701+
"components": ["SD"],
701702
"core": "Cortex-M4F",
702703
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
703704
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM", "Freescale_EMAC"],
@@ -706,6 +707,7 @@
706707
"inherits": ["Target"],
707708
"detect_code": ["0311"],
708709
"device_has": ["USTICKER", "LPTICKER", "RTC", "ANALOGIN", "ANALOGOUT", "EMAC", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG", "FLASH"],
710+
"features": ["STORAGE"],
709711
"release_versions": ["2", "5"],
710712
"device_name": "MK66FN2M0xxx18",
711713
"bootloader_supported": true,

0 commit comments

Comments
 (0)