Skip to content

Commit 3fd009e

Browse files
author
Roberto Spelta
committed
added clock_source for tests
1 parent cf24dcf commit 3fd009e

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
@@ -1372,6 +1372,13 @@
13721372
"core": "Cortex-M4F",
13731373
"default_toolchain": "GCC_ARM",
13741374
"extra_labels_add": ["STM32L4", "STM32L476xG", "STM32L476JG"],
1375+
"config": {
1376+
"clock_source": {
1377+
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI",
1378+
"value": "USE_PLL_MSI",
1379+
"macro_name": "CLOCK_SOURCE"
1380+
}
1381+
},
13751382
"detect_code": ["0766"],
13761383
"macros_add": ["USBHOST_OTHER"],
13771384
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],

0 commit comments

Comments
 (0)