Skip to content

Commit 28726d9

Browse files
Updating targets.json file for SDP-K1 board.
1 parent cd3ed51 commit 28726d9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

targets/targets.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4175,7 +4175,7 @@
41754175
],
41764176
"config": {
41774177
"clock_source": {
4178-
"help": "Clock source to use, can be XTAL or RC",
4178+
"help": "Mask value : USE_PLL_HSE_XTAL | USE_PLL_HSI",
41794179
"value": "USE_PLL_HSE_XTAL|USE_PLL_HSI",
41804180
"macro_name": "CLOCK_SOURCE"
41814181
},
@@ -4188,12 +4188,15 @@
41884188
"overrides": {
41894189
"lse_available": 0
41904190
},
4191-
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
41924191
"device_has_add": [
4193-
"ANALOGOUT",
4192+
"TRNG",
41944193
"MPU"
41954194
],
4196-
"device_has_remove": ["LPTICKER"],
4195+
"device_has_remove": [
4196+
"LPTICKER",
4197+
"RTC",
4198+
"SERIAL_FC"
4199+
],
41974200
"device_name": "STM32F469NI",
41984201
"release_versions": ["5"],
41994202
"detect_code": ["0604"]

0 commit comments

Comments
 (0)