mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4922 from gorazdko/bug-fix-clock-config-xdot
bug fix: xdot clock configpull/4905/merge
commit
d2793ede5e
|
@ -1649,6 +1649,12 @@
|
|||
"core": "Cortex-M3",
|
||||
"default_toolchain": "ARM",
|
||||
"extra_labels_add": ["STM32L1", "STM32L151CC"],
|
||||
"config": {
|
||||
"hse_value": {
|
||||
"value": "24000000",
|
||||
"macro_name": "HSE_VALUE"
|
||||
}
|
||||
},
|
||||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
||||
"device_has_add": ["ANALOGOUT", "FLASH"],
|
||||
"release_versions": ["5"],
|
||||
|
|
Loading…
Reference in New Issue