Skip to content

Commit d2af702

Browse files
Ashok RaoAshok Rao
authored andcommitted
Incorporating review comments
1 parent 83ad921 commit d2af702

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
@@ -2834,20 +2834,18 @@
28342834
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (8MHz) | USE_PLL_HSI",
28352835
"value": "USE_PLL_HSE_XTAL",
28362836
"macro_name": "CLOCK_SOURCE"
2837-
},
2838-
"clock_source_usb": {
2839-
"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)",
2840-
"value": "1",
2841-
"macro_name": "CLOCK_SOURCE_USB"
28422837
}
28432838
},
28442839
"extra_labels_add": ["STM32F4", "STM32F429", "STM32F429ZI", "STM32F429xx", "STM32F429xI"],
28452840
"macros_add": ["USB_STM_HAL"],
2846-
"device_has_add": ["ANALOGOUT", "CAN", "SERIAL_ASYNCH", "TRNG", "FLASH", "MPU"],
2841+
"device_has_add": ["ANALOGOUT", "CAN", "SERIAL_ASYNCH", "TRNG", "FLASH", "MPU", "USBDEVICE"],
28472842
"detect_code": ["0467"],
28482843
"release_versions": ["5"],
28492844
"device_name": "STM32F429ZI",
2850-
"bootloader_supported": true
2845+
"bootloader_supported": true,
2846+
"overrides": {
2847+
"network-default-interface-type": "MESH"
2848+
}
28512849
},
28522850
"NUCLEO_F439ZI": {
28532851
"inherits": ["FAMILY_STM32"],

0 commit comments

Comments
 (0)