Skip to content

Commit 00feaa0

Browse files
author
Rohit Grover
committed
adding STORAGE to the list of device features for K64F
1 parent 93564b6 commit 00feaa0

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
@@ -570,7 +570,7 @@
570570
"inherits": ["Target"],
571571
"progen": {"target": "frdm-k64f"},
572572
"detect_code": ["0240"],
573-
"features": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
573+
"features": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "STORAGE"]
574574
},
575575
"MTS_GAMBIT": {
576576
"inherits": ["Target"],

0 commit comments

Comments
 (0)