Skip to content

Commit bf1ac0d

Browse files
committed
Enable the STORAGE feature for the K64F
Enable storage for the K64F since this target supports it.
1 parent c2d8491 commit bf1ac0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
"progen": {"target": "frdm-k64f"},
573573
"detect_code": ["0240"],
574574
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "STORAGE"],
575-
"features": ["IPV4"],
575+
"features": ["IPV4", "STORAGE"],
576576
"release": true
577577
},
578578
"MTS_GAMBIT": {

0 commit comments

Comments
 (0)