Skip to content

Commit d2793ed

Browse files
Merge pull request #4922 from gorazdko/bug-fix-clock-config-xdot
bug fix: xdot clock config
2 parents 7252447 + 34bd3e5 commit d2793ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

targets/targets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,12 @@
16491649
"core": "Cortex-M3",
16501650
"default_toolchain": "ARM",
16511651
"extra_labels_add": ["STM32L1", "STM32L151CC"],
1652+
"config": {
1653+
"hse_value": {
1654+
"value": "24000000",
1655+
"macro_name": "HSE_VALUE"
1656+
}
1657+
},
16521658
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
16531659
"device_has_add": ["ANALOGOUT", "FLASH"],
16541660
"release_versions": ["5"],

0 commit comments

Comments
 (0)