STM32L053x8: Add STM32L053x8 label in targets.json

pull/4974/head
bcostm 2017-08-07 14:44:22 +02:00 committed by adbridge
parent ce6ffe4c00
commit bc3331a876
1 changed files with 2 additions and 2 deletions

View File

@ -1279,7 +1279,7 @@
"inherits": ["FAMILY_STM32"],
"supported_form_factors": ["ARDUINO", "MORPHO"],
"core": "Cortex-M0+",
"extra_labels_add": ["STM32L0", "STM32L053R8"],
"extra_labels_add": ["STM32L0", "STM32L053x8", "STM32L053R8"],
"config": {
"clock_source": {
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
@ -1493,7 +1493,7 @@
"DISCO_L053C8": {
"inherits": ["FAMILY_STM32"],
"core": "Cortex-M0+",
"extra_labels_add": ["STM32L0", "STM32L053C8"],
"extra_labels_add": ["STM32L0", "STM32L053x8", "STM32L053C8"],
"macros": ["RTC_LSI=1"],
"config": {
"clock_source": {