Enable the STORAGE feature for the K64F

Enable storage for the K64F since this target supports it.
pull/2250/head
Russ Butler 2016-07-26 00:13:45 -05:00 committed by Russ Butler
parent c2d849133f
commit bf1ac0d50c
1 changed files with 1 additions and 1 deletions

View File

@ -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": {