Merge pull request #12029 from jeromecoutant/PR_F091

STM32F0: create STM32F091xC target
pull/12040/head
Martin Kojtal 2019-12-05 08:22:32 +01:00 committed by GitHub
commit a4dbf63dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 5 additions and 2 deletions

View File

@ -63,7 +63,7 @@
defined(TARGET_STM32L0x2xZ))
#define INITIAL_SP (0x20005000UL)
#elif (defined(TARGET_STM32F091RC) ||\
#elif (defined(TARGET_STM32F091xC) ||\
defined(TARGET_STM32F410RB) ||\
defined(TARGET_STM32L151CBA)||\
defined(TARGET_STM32L151CC) ||\

View File

@ -2287,7 +2287,10 @@
"inherits": ["FAMILY_STM32"],
"supported_form_factors": ["ARDUINO", "MORPHO"],
"core": "Cortex-M0",
"extra_labels_add": ["STM32F0", "STM32F091RC"],
"extra_labels_add": [
"STM32F0",
"STM32F091xC"
],
"config": {
"clock_source": {
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",