mirror of https://github.com/ARMmbed/mbed-os.git
STM32L053x8: Add STM32L053x8 label in targets.json
parent
580c7cb0b6
commit
794d4f657f
|
@ -1279,7 +1279,7 @@
|
||||||
"inherits": ["FAMILY_STM32"],
|
"inherits": ["FAMILY_STM32"],
|
||||||
"supported_form_factors": ["ARDUINO", "MORPHO"],
|
"supported_form_factors": ["ARDUINO", "MORPHO"],
|
||||||
"core": "Cortex-M0+",
|
"core": "Cortex-M0+",
|
||||||
"extra_labels_add": ["STM32L0", "STM32L053R8"],
|
"extra_labels_add": ["STM32L0", "STM32L053x8", "STM32L053R8"],
|
||||||
"config": {
|
"config": {
|
||||||
"clock_source": {
|
"clock_source": {
|
||||||
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
|
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
|
||||||
|
@ -1493,7 +1493,7 @@
|
||||||
"DISCO_L053C8": {
|
"DISCO_L053C8": {
|
||||||
"inherits": ["FAMILY_STM32"],
|
"inherits": ["FAMILY_STM32"],
|
||||||
"core": "Cortex-M0+",
|
"core": "Cortex-M0+",
|
||||||
"extra_labels_add": ["STM32L0", "STM32L053C8"],
|
"extra_labels_add": ["STM32L0", "STM32L053x8", "STM32L053C8"],
|
||||||
"macros": ["RTC_LSI=1"],
|
"macros": ["RTC_LSI=1"],
|
||||||
"config": {
|
"config": {
|
||||||
"clock_source": {
|
"clock_source": {
|
||||||
|
|
Loading…
Reference in New Issue