mirror of https://github.com/ARMmbed/mbed-os.git
update targets.json enable EMAC driver for FVP_MPS2 platforms
parent
1a25051f91
commit
eea7245d41
|
@ -7119,6 +7119,7 @@
|
|||
"AACI",
|
||||
"ANALOGIN",
|
||||
"CLCD",
|
||||
"EMAC",
|
||||
"FLASH",
|
||||
"I2C",
|
||||
"INTERRUPTIN",
|
||||
|
@ -7132,7 +7133,11 @@
|
|||
"TSC",
|
||||
"USTICKER"
|
||||
],
|
||||
"release_versions": ["5"]
|
||||
"release_versions": ["5"],
|
||||
"extra_labels": ["ARM_FM_EMAC"],
|
||||
"overrides": {
|
||||
"network-default-interface-type": "ETHERNET"
|
||||
}
|
||||
},
|
||||
"FVP_MPS2_M0": {
|
||||
"inherits": ["FVP_MPS2"],
|
||||
|
|
Loading…
Reference in New Issue