Skip to content

Commit f9b37a3

Browse files
committedMar 11, 2025·
chore: update variants after script update
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 8806d23 commit f9b37a3

File tree

553 files changed

+7020
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

553 files changed

+7020
-0
lines changed
 

‎variants/STM32C0xx/C011D6Y_C011F(4-6)(P-U)/PinNamesVar.h

+12
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,17 @@ PC_14_ALT1 = PC_14 | ALT1,
4343
#ifdef PWR_WAKEUP_PIN4
4444
SYS_WKUP4 = PA_2,
4545
#endif
46+
#ifdef PWR_WAKEUP_PIN5
47+
SYS_WKUP5 = NC,
48+
#endif
49+
#ifdef PWR_WAKEUP_PIN6
50+
SYS_WKUP6 = NC,
51+
#endif
52+
#ifdef PWR_WAKEUP_PIN7
53+
SYS_WKUP7 = NC,
54+
#endif
55+
#ifdef PWR_WAKEUP_PIN8
56+
SYS_WKUP8 = NC,
57+
#endif
4658

4759
/* No USB */

‎variants/STM32C0xx/C011J(4-6)M/PinNamesVar.h

+12
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,17 @@ PC_14_ALT1 = PC_14 | ALT1,
3535
#ifdef PWR_WAKEUP_PIN4
3636
SYS_WKUP4 = PA_2,
3737
#endif
38+
#ifdef PWR_WAKEUP_PIN5
39+
SYS_WKUP5 = NC,
40+
#endif
41+
#ifdef PWR_WAKEUP_PIN6
42+
SYS_WKUP6 = NC,
43+
#endif
44+
#ifdef PWR_WAKEUP_PIN7
45+
SYS_WKUP7 = NC,
46+
#endif
47+
#ifdef PWR_WAKEUP_PIN8
48+
SYS_WKUP8 = NC,
49+
#endif
3850

3951
/* No USB */

0 commit comments

Comments
 (0)