We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580c7cb commit 794d4f6Copy full SHA for 794d4f6
targets/targets.json
@@ -1279,7 +1279,7 @@
1279
"inherits": ["FAMILY_STM32"],
1280
"supported_form_factors": ["ARDUINO", "MORPHO"],
1281
"core": "Cortex-M0+",
1282
- "extra_labels_add": ["STM32L0", "STM32L053R8"],
+ "extra_labels_add": ["STM32L0", "STM32L053x8", "STM32L053R8"],
1283
"config": {
1284
"clock_source": {
1285
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
@@ -1493,7 +1493,7 @@
1493
"DISCO_L053C8": {
1494
1495
1496
- "extra_labels_add": ["STM32L0", "STM32L053C8"],
+ "extra_labels_add": ["STM32L0", "STM32L053x8", "STM32L053C8"],
1497
"macros": ["RTC_LSI=1"],
1498
1499
0 commit comments