Skip to content

Commit 794d4f6

Browse files
committed
STM32L053x8: Add STM32L053x8 label in targets.json
1 parent 580c7cb commit 794d4f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@
12791279
"inherits": ["FAMILY_STM32"],
12801280
"supported_form_factors": ["ARDUINO", "MORPHO"],
12811281
"core": "Cortex-M0+",
1282-
"extra_labels_add": ["STM32L0", "STM32L053R8"],
1282+
"extra_labels_add": ["STM32L0", "STM32L053x8", "STM32L053R8"],
12831283
"config": {
12841284
"clock_source": {
12851285
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
@@ -1493,7 +1493,7 @@
14931493
"DISCO_L053C8": {
14941494
"inherits": ["FAMILY_STM32"],
14951495
"core": "Cortex-M0+",
1496-
"extra_labels_add": ["STM32L0", "STM32L053C8"],
1496+
"extra_labels_add": ["STM32L0", "STM32L053x8", "STM32L053C8"],
14971497
"macros": ["RTC_LSI=1"],
14981498
"config": {
14991499
"clock_source": {

0 commit comments

Comments
 (0)