Skip to content

Commit 135a4ee

Browse files
authored
Merge pull request #1946 from mbedmicro/add_k64f_features
Added feature list for K64F
2 parents 7e0e685 + 74270b2 commit 135a4ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hal/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,8 @@
534534
"inherits": ["Target"],
535535
"progen": {"target": "frdm-k64f"},
536536
"detect_code": ["0240"],
537-
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "STORAGE"]
537+
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "STORAGE"],
538+
"features": ["IPV4"]
538539
},
539540
"MTS_GAMBIT": {
540541
"inherits": ["Target"],

0 commit comments

Comments
 (0)