Skip to content

Commit 99e4f22

Browse files
committed
STM32: remove unused TARGET_STM_EMAC additional directory
1 parent 587393b commit 99e4f22

File tree

1 file changed

+11
-23
lines changed

1 file changed

+11
-23
lines changed

targets/targets.json

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,7 +2379,7 @@
23792379
"components_add": ["FLASHIAP"],
23802380
"supported_form_factors": ["ARDUINO", "MORPHO"],
23812381
"core": "Cortex-M3",
2382-
"extra_labels_add": ["STM32F2", "STM32F207ZG", "STM_EMAC"],
2382+
"extra_labels_add": ["STM32F2", "STM32F207ZG"],
23832383
"config": {
23842384
"d11_configuration": {
23852385
"help": "Value: PA_7 for the default board configuration, PB_5 in case of solder bridge update (SB121 off/ SB122 on)",
@@ -2859,7 +2859,6 @@
28592859
"STM32F429ZI",
28602860
"STM32F429xx",
28612861
"STM32F429xI",
2862-
"STM_EMAC",
28632862
"PSA"
28642863
],
28652864
"components_add": ["FLASHIAP"],
@@ -2933,8 +2932,7 @@
29332932
"STM32F439",
29342933
"STM32F439ZI",
29352934
"STM32F439xx",
2936-
"STM32F439xI",
2937-
"STM_EMAC"
2935+
"STM32F439xI"
29382936
],
29392937
"macros_add": [
29402938
"MBEDTLS_CONFIG_HW_SUPPORT",
@@ -3067,8 +3065,7 @@
30673065
"STM32F7",
30683066
"STM32F746",
30693067
"STM32F746xG",
3070-
"STM32F746ZG",
3071-
"STM_EMAC"
3068+
"STM32F746ZG"
30723069
],
30733070
"config": {
30743071
"d11_configuration": {
@@ -3119,8 +3116,7 @@
31193116
"STM32F7",
31203117
"STM32F756",
31213118
"STM32F756xG",
3122-
"STM32F756ZG",
3123-
"STM_EMAC"
3119+
"STM32F756ZG"
31243120
],
31253121
"config": {
31263122
"d11_configuration": {
@@ -3172,8 +3168,7 @@
31723168
"STM32F7",
31733169
"STM32F767",
31743170
"STM32F767xI",
3175-
"STM32F767ZI",
3176-
"STM_EMAC"
3171+
"STM32F767ZI"
31773172
],
31783173
"config": {
31793174
"flash_dual_bank": {
@@ -3226,8 +3221,7 @@
32263221
"core": "Cortex-M7FD",
32273222
"extra_labels_add": [
32283223
"STM32H7",
3229-
"STM32H743xI",
3230-
"STM_EMAC"
3224+
"STM32H743xI"
32313225
],
32323226
"config": {
32333227
"d11_configuration": {
@@ -3279,8 +3273,7 @@
32793273
"core": "Cortex-M7FD",
32803274
"extra_labels_add": [
32813275
"STM32H7",
3282-
"STM32H743xI",
3283-
"STM_EMAC"
3276+
"STM32H743xI"
32843277
],
32853278
"config": {
32863279
"d11_configuration": {
@@ -3813,8 +3806,7 @@
38133806
"STM32F407",
38143807
"STM32F407xx",
38153808
"STM32F407xE",
3816-
"STM32F407VE",
3817-
"STM_EMAC"
3809+
"STM32F407VE"
38183810
],
38193811
"device_has_add": ["ANALOGOUT", "TRNG", "FLASH", "EMAC", "MPU"],
38203812
"device_has_remove": [
@@ -4236,8 +4228,7 @@
42364228
"STM32F7",
42374229
"STM32F746",
42384230
"STM32F746xG",
4239-
"STM32F746NG",
4240-
"STM_EMAC"
4231+
"STM32F746NG"
42414232
],
42424233
"components_add": ["QSPIF", "FLASHIAP"],
42434234
"supported_form_factors": ["ARDUINO"],
@@ -4290,8 +4281,7 @@
42904281
"STM32F7",
42914282
"STM32F769",
42924283
"STM32F769xI",
4293-
"STM32F769NI",
4294-
"STM_EMAC"
4284+
"STM32F769NI"
42954285
],
42964286
"components_add": ["QSPIF"],
42974287
"supported_form_factors": ["ARDUINO"],
@@ -4730,7 +4720,6 @@
47304720
"STM32F439ZI",
47314721
"STM32F439xx",
47324722
"STM32F439xI",
4733-
"STM_EMAC",
47344723
"CORDIO",
47354724
"CORDIO_ODIN_W2"
47364725
],
@@ -4835,8 +4824,7 @@
48354824
"STM32F437",
48364825
"STM32F437VG",
48374826
"STM32F437xx",
4838-
"STM32F437xG",
4839-
"STM_EMAC"
4827+
"STM32F437xG"
48404828
],
48414829
"config": {
48424830
"modem_is_on_board": {

0 commit comments

Comments
 (0)