Skip to content

Commit fa55f1b

Browse files
committed
[NUCLEO_F746ZG] Enable Ethernet feature for mbed-os
1 parent 4780f7b commit fa55f1b

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
@@ -833,7 +833,8 @@
833833
}
834834
},
835835
"detect_code": ["0816"],
836-
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
836+
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
837+
"features": ["IPV4"]
837838
},
838839
"NUCLEO_L031K6": {
839840
"inherits": ["Target"],

0 commit comments

Comments
 (0)