Skip to content

Commit 1a3673e

Browse files
committed
STM32F0: create STM32F091xC target
1 parent a8ee2d8 commit 1a3673e

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
@@ -2286,7 +2286,10 @@
22862286
"inherits": ["FAMILY_STM32"],
22872287
"supported_form_factors": ["ARDUINO", "MORPHO"],
22882288
"core": "Cortex-M0",
2289-
"extra_labels_add": ["STM32F0", "STM32F091RC"],
2289+
"extra_labels_add": [
2290+
"STM32F0",
2291+
"STM32F091xC"
2292+
],
22902293
"config": {
22912294
"clock_source": {
22922295
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",

0 commit comments

Comments
 (0)