Skip to content

Commit 4d11ff8

Browse files
Toyomasa Wataraitoyowata
authored andcommitted
Add network-default-interface-type and remove comment
1 parent 91296c8 commit 4d11ff8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

targets/targets.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3273,14 +3273,17 @@
32733273
"macros_add": ["USB_STM_HAL"],
32743274
"config": {
32753275
"clock_source": {
3276-
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI",
3276+
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL | USE_PLL_HSI | USE_PLL_MSI",
32773277
"value": "USE_PLL_HSE_XTAL",
32783278
"macro_name": "CLOCK_SOURCE"
32793279
}
32803280
},
32813281
"release_versions": ["2", "5"],
32823282
"overrides": {"lse_available": 0},
3283-
"device_name": "STM32F407VG"
3283+
"device_name": "STM32F407VG",
3284+
"overrides": {
3285+
"network-default-interface-type": "ETHERNET"
3286+
}
32843287
},
32853288
"WIO_3G": {
32863289
"inherits": ["FAMILY_STM32"],

0 commit comments

Comments
 (0)