Skip to content

Commit a4dbf63

Browse files
authored
Merge pull request #12029 from jeromecoutant/PR_F091
STM32F0: create STM32F091xC target
2 parents 9248169 + 1a3673e commit a4dbf63

File tree

21 files changed

+5
-2
lines changed

21 files changed

+5
-2
lines changed

targets/TARGET_STM/mbed_rtx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
defined(TARGET_STM32L0x2xZ))
6464
#define INITIAL_SP (0x20005000UL)
6565

66-
#elif (defined(TARGET_STM32F091RC) ||\
66+
#elif (defined(TARGET_STM32F091xC) ||\
6767
defined(TARGET_STM32F410RB) ||\
6868
defined(TARGET_STM32L151CBA)||\
6969
defined(TARGET_STM32L151CC) ||\

targets/targets.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2287,7 +2287,10 @@
22872287
"inherits": ["FAMILY_STM32"],
22882288
"supported_form_factors": ["ARDUINO", "MORPHO"],
22892289
"core": "Cortex-M0",
2290-
"extra_labels_add": ["STM32F0", "STM32F091RC"],
2290+
"extra_labels_add": [
2291+
"STM32F0",
2292+
"STM32F091xC"
2293+
],
22912294
"config": {
22922295
"clock_source": {
22932296
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",

0 commit comments

Comments
 (0)