Skip to content

Commit 438cf8c

Browse files
Ashok Rao0xc0170
authored andcommitted
Incorporating review comments
1 parent f3f2ced commit 438cf8c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

targets/targets.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,20 +2837,18 @@
28372837
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (8MHz) | USE_PLL_HSI",
28382838
"value": "USE_PLL_HSE_XTAL",
28392839
"macro_name": "CLOCK_SOURCE"
2840-
},
2841-
"clock_source_usb": {
2842-
"help": "As 48 Mhz clock is configured for USB, SYSCLK has to be reduced from 180 to 168 MHz (set 0 for the max SYSCLK value)",
2843-
"value": "1",
2844-
"macro_name": "CLOCK_SOURCE_USB"
28452840
}
28462841
},
28472842
"extra_labels_add": ["STM32F4", "STM32F429", "STM32F429ZI", "STM32F429xx", "STM32F429xI"],
28482843
"macros_add": ["USB_STM_HAL"],
2849-
"device_has_add": ["ANALOGOUT", "CAN", "SERIAL_ASYNCH", "TRNG", "FLASH", "MPU"],
2844+
"device_has_add": ["ANALOGOUT", "CAN", "SERIAL_ASYNCH", "TRNG", "FLASH", "MPU", "USBDEVICE"],
28502845
"detect_code": ["0467"],
28512846
"release_versions": ["5"],
28522847
"device_name": "STM32F429ZI",
2853-
"bootloader_supported": true
2848+
"bootloader_supported": true,
2849+
"overrides": {
2850+
"network-default-interface-type": "MESH"
2851+
}
28542852
},
28552853
"NUCLEO_F439ZI": {
28562854
"inherits": ["FAMILY_STM32"],

0 commit comments

Comments
 (0)