Skip to content

Commit c830618

Browse files
committed
chore: update variants after script update
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent a903e27 commit c830618

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 */

variants/STM32C0xx/C031C(4-6)(T-U)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,11 @@ PC_14_ALT1 = PC_14 | ALT1,
5757
#ifdef PWR_WAKEUP_PIN6
5858
SYS_WKUP6 = PB_5,
5959
#endif
60+
#ifdef PWR_WAKEUP_PIN7
61+
SYS_WKUP7 = NC,
62+
#endif
63+
#ifdef PWR_WAKEUP_PIN8
64+
SYS_WKUP8 = NC,
65+
#endif
6066

6167
/* No USB */

variants/STM32C0xx/C031F(4-6)P/PinNamesVar.h

+12
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,17 @@ PC_14_ALT1 = PC_14 | ALT1,
3939
#ifdef PWR_WAKEUP_PIN4
4040
SYS_WKUP4 = PA_2,
4141
#endif
42+
#ifdef PWR_WAKEUP_PIN5
43+
SYS_WKUP5 = NC,
44+
#endif
45+
#ifdef PWR_WAKEUP_PIN6
46+
SYS_WKUP6 = NC,
47+
#endif
48+
#ifdef PWR_WAKEUP_PIN7
49+
SYS_WKUP7 = NC,
50+
#endif
51+
#ifdef PWR_WAKEUP_PIN8
52+
SYS_WKUP8 = NC,
53+
#endif
4254

4355
/* No USB */

variants/STM32C0xx/C031G(4-6)U/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,11 @@ PC_14_ALT1 = PC_14 | ALT1,
5656
#ifdef PWR_WAKEUP_PIN6
5757
SYS_WKUP6 = PB_5,
5858
#endif
59+
#ifdef PWR_WAKEUP_PIN7
60+
SYS_WKUP7 = NC,
61+
#endif
62+
#ifdef PWR_WAKEUP_PIN8
63+
SYS_WKUP8 = NC,
64+
#endif
5965

6066
/* No USB */

variants/STM32C0xx/C031K(4-6)(T-U)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,11 @@ PC_14_ALT1 = PC_14 | ALT1,
5757
#ifdef PWR_WAKEUP_PIN6
5858
SYS_WKUP6 = PB_5,
5959
#endif
60+
#ifdef PWR_WAKEUP_PIN7
61+
SYS_WKUP7 = NC,
62+
#endif
63+
#ifdef PWR_WAKEUP_PIN8
64+
SYS_WKUP8 = NC,
65+
#endif
6066

6167
/* No USB */

variants/STM32C0xx/C051C(6-8)(T-U)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,11 @@ PC_15_ALT1 = PC_15 | ALT1,
7272
#ifdef PWR_WAKEUP_PIN6
7373
SYS_WKUP6 = PB_5,
7474
#endif
75+
#ifdef PWR_WAKEUP_PIN7
76+
SYS_WKUP7 = NC,
77+
#endif
78+
#ifdef PWR_WAKEUP_PIN8
79+
SYS_WKUP8 = NC,
80+
#endif
7581

7682
/* No USB */

variants/STM32C0xx/C051D8Y_C051F(6-8)P/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,11 @@ PC_15_ALT1 = PC_15 | ALT1,
6363
#ifdef PWR_WAKEUP_PIN6
6464
SYS_WKUP6 = PB_5,
6565
#endif
66+
#ifdef PWR_WAKEUP_PIN7
67+
SYS_WKUP7 = NC,
68+
#endif
69+
#ifdef PWR_WAKEUP_PIN8
70+
SYS_WKUP8 = NC,
71+
#endif
6672

6773
/* No USB */

variants/STM32C0xx/C051G(6-8)U/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,11 @@ PC_15_ALT1 = PC_15 | ALT1,
6868
#ifdef PWR_WAKEUP_PIN6
6969
SYS_WKUP6 = PB_5,
7070
#endif
71+
#ifdef PWR_WAKEUP_PIN7
72+
SYS_WKUP7 = NC,
73+
#endif
74+
#ifdef PWR_WAKEUP_PIN8
75+
SYS_WKUP8 = NC,
76+
#endif
7177

7278
/* No USB */

variants/STM32C0xx/C051K6(T-U)_C051K8T/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,11 @@ PC_15_ALT1 = PC_15 | ALT1,
7171
#ifdef PWR_WAKEUP_PIN6
7272
SYS_WKUP6 = PB_5,
7373
#endif
74+
#ifdef PWR_WAKEUP_PIN7
75+
SYS_WKUP7 = NC,
76+
#endif
77+
#ifdef PWR_WAKEUP_PIN8
78+
SYS_WKUP8 = NC,
79+
#endif
7480

7581
/* No USB */

variants/STM32C0xx/C071C(8-B)(T-U)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ PC_14_ALT1 = PC_14 | ALT1,
7070
#ifdef PWR_WAKEUP_PIN6
7171
SYS_WKUP6 = PB_5,
7272
#endif
73+
#ifdef PWR_WAKEUP_PIN7
74+
SYS_WKUP7 = NC,
75+
#endif
76+
#ifdef PWR_WAKEUP_PIN8
77+
SYS_WKUP8 = NC,
78+
#endif
7379

7480
/* USB */
7581
#ifdef USBCON

variants/STM32C0xx/C071C(8-B)(T-U)xN/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ PC_14_ALT1 = PC_14 | ALT1,
6868
#ifdef PWR_WAKEUP_PIN6
6969
SYS_WKUP6 = PB_5,
7070
#endif
71+
#ifdef PWR_WAKEUP_PIN7
72+
SYS_WKUP7 = NC,
73+
#endif
74+
#ifdef PWR_WAKEUP_PIN8
75+
SYS_WKUP8 = NC,
76+
#endif
7177

7278
/* USB */
7379
#ifdef USBCON

variants/STM32C0xx/C071F(8-B)PxN/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ PC_14_ALT1 = PC_14 | ALT1,
5858
#ifdef PWR_WAKEUP_PIN6
5959
SYS_WKUP6 = PB_5,
6060
#endif
61+
#ifdef PWR_WAKEUP_PIN7
62+
SYS_WKUP7 = NC,
63+
#endif
64+
#ifdef PWR_WAKEUP_PIN8
65+
SYS_WKUP8 = NC,
66+
#endif
6167

6268
/* USB */
6369
#ifdef USBCON

variants/STM32C0xx/C071F8P_C071FB(P-Y)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ PC_14_ALT1 = PC_14 | ALT1,
6161
#ifdef PWR_WAKEUP_PIN6
6262
SYS_WKUP6 = PB_5,
6363
#endif
64+
#ifdef PWR_WAKEUP_PIN7
65+
SYS_WKUP7 = NC,
66+
#endif
67+
#ifdef PWR_WAKEUP_PIN8
68+
SYS_WKUP8 = NC,
69+
#endif
6470

6571
/* USB */
6672
#ifdef USBCON

variants/STM32C0xx/C071G(8-B)U/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ PC_14_ALT1 = PC_14 | ALT1,
6666
#ifdef PWR_WAKEUP_PIN6
6767
SYS_WKUP6 = PB_5,
6868
#endif
69+
#ifdef PWR_WAKEUP_PIN7
70+
SYS_WKUP7 = NC,
71+
#endif
72+
#ifdef PWR_WAKEUP_PIN8
73+
SYS_WKUP8 = NC,
74+
#endif
6975

7076
/* USB */
7177
#ifdef USBCON

variants/STM32C0xx/C071G(8-B)UxN/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ PC_14_ALT1 = PC_14 | ALT1,
6565
#ifdef PWR_WAKEUP_PIN6
6666
SYS_WKUP6 = PB_5,
6767
#endif
68+
#ifdef PWR_WAKEUP_PIN7
69+
SYS_WKUP7 = NC,
70+
#endif
71+
#ifdef PWR_WAKEUP_PIN8
72+
SYS_WKUP8 = NC,
73+
#endif
6874

6975
/* USB */
7076
#ifdef USBCON

variants/STM32C0xx/C071K(8-B)(T-U)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ PC_14_ALT1 = PC_14 | ALT1,
6969
#ifdef PWR_WAKEUP_PIN6
7070
SYS_WKUP6 = PB_5,
7171
#endif
72+
#ifdef PWR_WAKEUP_PIN7
73+
SYS_WKUP7 = NC,
74+
#endif
75+
#ifdef PWR_WAKEUP_PIN8
76+
SYS_WKUP8 = NC,
77+
#endif
7278

7379
/* USB */
7480
#ifdef USBCON

variants/STM32C0xx/C071K(8-B)(T-U)xN/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ PC_14_ALT1 = PC_14 | ALT1,
6868
#ifdef PWR_WAKEUP_PIN6
6969
SYS_WKUP6 = PB_5,
7070
#endif
71+
#ifdef PWR_WAKEUP_PIN7
72+
SYS_WKUP7 = NC,
73+
#endif
74+
#ifdef PWR_WAKEUP_PIN8
75+
SYS_WKUP8 = NC,
76+
#endif
7177

7278
/* USB */
7379
#ifdef USBCON

variants/STM32C0xx/C071R(8-B)T/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ PC_14_ALT1 = PC_14 | ALT1,
7272
#ifdef PWR_WAKEUP_PIN6
7373
SYS_WKUP6 = PB_5,
7474
#endif
75+
#ifdef PWR_WAKEUP_PIN7
76+
SYS_WKUP7 = NC,
77+
#endif
78+
#ifdef PWR_WAKEUP_PIN8
79+
SYS_WKUP8 = NC,
80+
#endif
7581

7682
/* USB */
7783
#ifdef USBCON

variants/STM32C0xx/C071R8TxN_C071RB(I-T)xN/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ PC_14_ALT1 = PC_14 | ALT1,
7272
#ifdef PWR_WAKEUP_PIN6
7373
SYS_WKUP6 = PB_5,
7474
#endif
75+
#ifdef PWR_WAKEUP_PIN7
76+
SYS_WKUP7 = NC,
77+
#endif
78+
#ifdef PWR_WAKEUP_PIN8
79+
SYS_WKUP8 = NC,
80+
#endif
7581

7682
/* USB */
7783
#ifdef USBCON

variants/STM32C0xx/C091C(B-C)(T-U)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,11 @@ PC_14_ALT1 = PC_14 | ALT1,
7878
#ifdef PWR_WAKEUP_PIN6
7979
SYS_WKUP6 = PB_5,
8080
#endif
81+
#ifdef PWR_WAKEUP_PIN7
82+
SYS_WKUP7 = NC,
83+
#endif
84+
#ifdef PWR_WAKEUP_PIN8
85+
SYS_WKUP8 = NC,
86+
#endif
8187

8288
/* No USB */

variants/STM32C0xx/C091ECY_C091F(B-C)P/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,11 @@ PC_14_ALT1 = PC_14 | ALT1,
6969
#ifdef PWR_WAKEUP_PIN6
7070
SYS_WKUP6 = PB_5,
7171
#endif
72+
#ifdef PWR_WAKEUP_PIN7
73+
SYS_WKUP7 = NC,
74+
#endif
75+
#ifdef PWR_WAKEUP_PIN8
76+
SYS_WKUP8 = NC,
77+
#endif
7278

7379
/* No USB */

variants/STM32C0xx/C091G(B-C)U/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,11 @@ PC_14_ALT1 = PC_14 | ALT1,
7070
#ifdef PWR_WAKEUP_PIN6
7171
SYS_WKUP6 = PB_5,
7272
#endif
73+
#ifdef PWR_WAKEUP_PIN7
74+
SYS_WKUP7 = NC,
75+
#endif
76+
#ifdef PWR_WAKEUP_PIN8
77+
SYS_WKUP8 = NC,
78+
#endif
7379

7480
/* No USB */

variants/STM32C0xx/C091K(B-C)(T-U)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,11 @@ PC_14_ALT1 = PC_14 | ALT1,
7373
#ifdef PWR_WAKEUP_PIN6
7474
SYS_WKUP6 = PB_5,
7575
#endif
76+
#ifdef PWR_WAKEUP_PIN7
77+
SYS_WKUP7 = NC,
78+
#endif
79+
#ifdef PWR_WAKEUP_PIN8
80+
SYS_WKUP8 = NC,
81+
#endif
7682

7783
/* No USB */

variants/STM32C0xx/C091RBT_C091RC(I-T)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,11 @@ PC_14_ALT1 = PC_14 | ALT1,
8484
#ifdef PWR_WAKEUP_PIN6
8585
SYS_WKUP6 = PB_5,
8686
#endif
87+
#ifdef PWR_WAKEUP_PIN7
88+
SYS_WKUP7 = NC,
89+
#endif
90+
#ifdef PWR_WAKEUP_PIN8
91+
SYS_WKUP8 = NC,
92+
#endif
8793

8894
/* No USB */

variants/STM32C0xx/C092CBT_C092RBT_C092RC(I-T)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,11 @@ PC_14_ALT1 = PC_14 | ALT1,
8484
#ifdef PWR_WAKEUP_PIN6
8585
SYS_WKUP6 = PB_5,
8686
#endif
87+
#ifdef PWR_WAKEUP_PIN7
88+
SYS_WKUP7 = NC,
89+
#endif
90+
#ifdef PWR_WAKEUP_PIN8
91+
SYS_WKUP8 = NC,
92+
#endif
8793

8894
/* No USB */

variants/STM32C0xx/C092CBU_C092CC(T-U)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,11 @@ PC_14_ALT1 = PC_14 | ALT1,
7878
#ifdef PWR_WAKEUP_PIN6
7979
SYS_WKUP6 = PB_5,
8080
#endif
81+
#ifdef PWR_WAKEUP_PIN7
82+
SYS_WKUP7 = NC,
83+
#endif
84+
#ifdef PWR_WAKEUP_PIN8
85+
SYS_WKUP8 = NC,
86+
#endif
8187

8288
/* No USB */

variants/STM32C0xx/C092ECY_C092F(B-C)P/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,11 @@ PC_14_ALT1 = PC_14 | ALT1,
6969
#ifdef PWR_WAKEUP_PIN6
7070
SYS_WKUP6 = PB_5,
7171
#endif
72+
#ifdef PWR_WAKEUP_PIN7
73+
SYS_WKUP7 = NC,
74+
#endif
75+
#ifdef PWR_WAKEUP_PIN8
76+
SYS_WKUP8 = NC,
77+
#endif
7278

7379
/* No USB */

variants/STM32C0xx/C092G(B-C)U/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,11 @@ PC_14_ALT1 = PC_14 | ALT1,
7070
#ifdef PWR_WAKEUP_PIN6
7171
SYS_WKUP6 = PB_5,
7272
#endif
73+
#ifdef PWR_WAKEUP_PIN7
74+
SYS_WKUP7 = NC,
75+
#endif
76+
#ifdef PWR_WAKEUP_PIN8
77+
SYS_WKUP8 = NC,
78+
#endif
7379

7480
/* No USB */

variants/STM32C0xx/C092K(B-C)(T-U)/PinNamesVar.h

+6
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,11 @@ PC_14_ALT1 = PC_14 | ALT1,
7373
#ifdef PWR_WAKEUP_PIN6
7474
SYS_WKUP6 = PB_5,
7575
#endif
76+
#ifdef PWR_WAKEUP_PIN7
77+
SYS_WKUP7 = NC,
78+
#endif
79+
#ifdef PWR_WAKEUP_PIN8
80+
SYS_WKUP8 = NC,
81+
#endif
7682

7783
/* No USB */

0 commit comments

Comments
 (0)