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 91296c8 commit 4d11ff8Copy full SHA for 4d11ff8
targets/targets.json
@@ -3273,14 +3273,17 @@
3273
"macros_add": ["USB_STM_HAL"],
3274
"config": {
3275
"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",
+ "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL | USE_PLL_HSI | USE_PLL_MSI",
3277
"value": "USE_PLL_HSE_XTAL",
3278
"macro_name": "CLOCK_SOURCE"
3279
}
3280
},
3281
"release_versions": ["2", "5"],
3282
"overrides": {"lse_available": 0},
3283
- "device_name": "STM32F407VG"
+ "device_name": "STM32F407VG",
3284
+ "overrides": {
3285
+ "network-default-interface-type": "ETHERNET"
3286
+ }
3287
3288
"WIO_3G": {
3289
"inherits": ["FAMILY_STM32"],
0 commit comments