From bf1ac0d50cbd77421433e5883e61bbd3f2f73a6c Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Tue, 26 Jul 2016 00:13:45 -0500 Subject: [PATCH] Enable the STORAGE feature for the K64F Enable storage for the K64F since this target supports it. --- hal/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/targets.json b/hal/targets.json index ec8be633bc..f7ba2eae69 100644 --- a/hal/targets.json +++ b/hal/targets.json @@ -572,7 +572,7 @@ "progen": {"target": "frdm-k64f"}, "detect_code": ["0240"], "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "STORAGE"], - "features": ["IPV4"], + "features": ["IPV4", "STORAGE"], "release": true }, "MTS_GAMBIT": {