Skip to content

Commit 74270b2

Browse files
Bogdan MarinescuSeppo Takalo
authored andcommitted
Added feature list for K64F
IPv4 driver exists on the build tree, so enabling it. Signed-off-by: Seppo Takalo <[email protected]>
1 parent 7e0e685 commit 74270b2

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)