File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 5
5
socs :
6
6
- name : stm32c011xx
7
7
- name : stm32c031xx
8
+ - name : stm32c051xx
8
9
- name : stm32c071xx
9
10
- name : stm32c091xx
10
11
- name : stm32c092xx
Original file line number Diff line number Diff line change
1
+ # STMicroelectronics STM32C051xx MCU
2
+
3
+ # Copyright (c) 2024 STMicroelectronics
4
+ # Copyright (c) 2025 Thomas Stranger
5
+ # SPDX-License-Identifier: Apache-2.0
6
+
7
+ if SOC_STM32C051XX
8
+
9
+ config NUM_IRQS
10
+ default 29
11
+
12
+ endif # SOC_STM32C051XX
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ config SOC_STM32C031XX
18
18
bool
19
19
select SOC_SERIES_STM32C0X
20
20
21
+ config SOC_STM32C051XX
22
+ bool
23
+ select SOC_SERIES_STM32C0X
24
+
21
25
config SOC_STM32C071XX
22
26
bool
23
27
select SOC_SERIES_STM32C0X
@@ -33,6 +37,7 @@ config SOC_STM32C092XX
33
37
config SOC
34
38
default "stm32c011xx" if SOC_STM32C011XX
35
39
default "stm32c031xx" if SOC_STM32C031XX
40
+ default "stm32c051xx" if SOC_STM32C051XX
36
41
default "stm32c071xx" if SOC_STM32C071XX
37
42
default "stm32c091xx" if SOC_STM32C091XX
38
43
default "stm32c092xx" if SOC_STM32C092XX
You can’t perform that action at this time.
0 commit comments