We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a25051 commit eea7245Copy full SHA for eea7245
targets/targets.json
@@ -7119,6 +7119,7 @@
7119
"AACI",
7120
"ANALOGIN",
7121
"CLCD",
7122
+ "EMAC",
7123
"FLASH",
7124
"I2C",
7125
"INTERRUPTIN",
@@ -7132,7 +7133,11 @@
7132
7133
"TSC",
7134
"USTICKER"
7135
],
- "release_versions": ["5"]
7136
+ "release_versions": ["5"],
7137
+ "extra_labels": ["ARM_FM_EMAC"],
7138
+ "overrides": {
7139
+ "network-default-interface-type": "ETHERNET"
7140
+ }
7141
},
7142
"FVP_MPS2_M0": {
7143
"inherits": ["FVP_MPS2"],
0 commit comments