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 cd3ed51 commit 28726d9Copy full SHA for 28726d9
targets/targets.json
@@ -4175,7 +4175,7 @@
4175
],
4176
"config": {
4177
"clock_source": {
4178
- "help": "Clock source to use, can be XTAL or RC",
+ "help": "Mask value : USE_PLL_HSE_XTAL | USE_PLL_HSI",
4179
"value": "USE_PLL_HSE_XTAL|USE_PLL_HSI",
4180
"macro_name": "CLOCK_SOURCE"
4181
},
@@ -4188,12 +4188,15 @@
4188
"overrides": {
4189
"lse_available": 0
4190
4191
- "macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
4192
"device_has_add": [
4193
- "ANALOGOUT",
+ "TRNG",
4194
"MPU"
4195
4196
- "device_has_remove": ["LPTICKER"],
+ "device_has_remove": [
+ "LPTICKER",
4197
+ "RTC",
4198
+ "SERIAL_FC"
4199
+ ],
4200
"device_name": "STM32F469NI",
4201
"release_versions": ["5"],
4202
"detect_code": ["0604"]
0 commit comments