Skip to content

Commit 12a5a2f

Browse files
Roberto Speltaadbridge
authored andcommitted
added clock_source for tests
1 parent d98fc95 commit 12a5a2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

targets/targets.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,13 @@
13731373
"core": "Cortex-M4F",
13741374
"default_toolchain": "GCC_ARM",
13751375
"extra_labels_add": ["STM32L4", "STM32L476xG", "STM32L476JG"],
1376+
"config": {
1377+
"clock_source": {
1378+
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI",
1379+
"value": "USE_PLL_MSI",
1380+
"macro_name": "CLOCK_SOURCE"
1381+
}
1382+
},
13761383
"detect_code": ["0766"],
13771384
"macros_add": ["USBHOST_OTHER"],
13781385
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],

0 commit comments

Comments
 (0)