Skip to content

Commit 3582721

Browse files
committed
chore(f4): update variant after script update
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 1aaf0d0 commit 3582721

File tree

88 files changed

+44
-896
lines changed

Some content is hidden

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

88 files changed

+44
-896
lines changed

variants/STM32F4xx/F401CC(F-U-Y)_F401C(B-D-E)(U-Y)/PeripheralPins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Automatically generated from STM32F401C(B-C)Ux.xml, STM32F401C(B-C)Yx.xml
1515
* STM32F401C(D-E)Ux.xml, STM32F401C(D-E)Yx.xml
1616
* STM32F401CCFx.xml
17-
* CubeMX DB release 6.0.120
17+
* CubeMX DB release 6.0.130
1818
*/
1919
#if !defined(CUSTOM_PERIPHERAL_PINS)
2020
#include "Arduino.h"

variants/STM32F4xx/F401CC(F-U-Y)_F401C(B-D-E)(U-Y)/PinNamesVar.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,6 @@ PB_9_ALT1 = PB_9 | ALT1,
2020
#ifdef PWR_WAKEUP_PIN1
2121
SYS_WKUP1 = PA_0,
2222
#endif
23-
#ifdef PWR_WAKEUP_PIN2
24-
SYS_WKUP2 = NC,
25-
#endif
26-
#ifdef PWR_WAKEUP_PIN3
27-
SYS_WKUP3 = NC,
28-
#endif
29-
#ifdef PWR_WAKEUP_PIN4
30-
SYS_WKUP4 = NC,
31-
#endif
32-
#ifdef PWR_WAKEUP_PIN5
33-
SYS_WKUP5 = NC,
34-
#endif
35-
#ifdef PWR_WAKEUP_PIN6
36-
SYS_WKUP6 = NC,
37-
#endif
38-
#ifdef PWR_WAKEUP_PIN7
39-
SYS_WKUP7 = NC,
40-
#endif
41-
#ifdef PWR_WAKEUP_PIN8
42-
SYS_WKUP8 = NC,
43-
#endif
4423

4524
/* USB */
4625
#ifdef USBCON

variants/STM32F4xx/F401R(B-C-D-E)T/PeripheralPins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
/*
1414
* Automatically generated from STM32F401R(B-C)Tx.xml, STM32F401R(D-E)Tx.xml
15-
* CubeMX DB release 6.0.120
15+
* CubeMX DB release 6.0.130
1616
*/
1717
#if !defined(CUSTOM_PERIPHERAL_PINS)
1818
#include "Arduino.h"

variants/STM32F4xx/F401R(B-C-D-E)T/PinNamesVar.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,6 @@ PB_9_ALT1 = PB_9 | ALT1,
2020
#ifdef PWR_WAKEUP_PIN1
2121
SYS_WKUP1 = PA_0,
2222
#endif
23-
#ifdef PWR_WAKEUP_PIN2
24-
SYS_WKUP2 = NC,
25-
#endif
26-
#ifdef PWR_WAKEUP_PIN3
27-
SYS_WKUP3 = NC,
28-
#endif
29-
#ifdef PWR_WAKEUP_PIN4
30-
SYS_WKUP4 = NC,
31-
#endif
32-
#ifdef PWR_WAKEUP_PIN5
33-
SYS_WKUP5 = NC,
34-
#endif
35-
#ifdef PWR_WAKEUP_PIN6
36-
SYS_WKUP6 = NC,
37-
#endif
38-
#ifdef PWR_WAKEUP_PIN7
39-
SYS_WKUP7 = NC,
40-
#endif
41-
#ifdef PWR_WAKEUP_PIN8
42-
SYS_WKUP8 = NC,
43-
#endif
4423

4524
/* USB */
4625
#ifdef USBCON

variants/STM32F4xx/F401V(B-C-D-E)H/PeripheralPins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
/*
1414
* Automatically generated from STM32F401V(B-C)Hx.xml, STM32F401V(D-E)Hx.xml
15-
* CubeMX DB release 6.0.120
15+
* CubeMX DB release 6.0.130
1616
*/
1717
#if !defined(CUSTOM_PERIPHERAL_PINS)
1818
#include "Arduino.h"

variants/STM32F4xx/F401V(B-C-D-E)H/PinNamesVar.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,6 @@ PB_9_ALT1 = PB_9 | ALT1,
2020
#ifdef PWR_WAKEUP_PIN1
2121
SYS_WKUP1 = PA_0,
2222
#endif
23-
#ifdef PWR_WAKEUP_PIN2
24-
SYS_WKUP2 = NC,
25-
#endif
26-
#ifdef PWR_WAKEUP_PIN3
27-
SYS_WKUP3 = NC,
28-
#endif
29-
#ifdef PWR_WAKEUP_PIN4
30-
SYS_WKUP4 = NC,
31-
#endif
32-
#ifdef PWR_WAKEUP_PIN5
33-
SYS_WKUP5 = NC,
34-
#endif
35-
#ifdef PWR_WAKEUP_PIN6
36-
SYS_WKUP6 = NC,
37-
#endif
38-
#ifdef PWR_WAKEUP_PIN7
39-
SYS_WKUP7 = NC,
40-
#endif
41-
#ifdef PWR_WAKEUP_PIN8
42-
SYS_WKUP8 = NC,
43-
#endif
4423

4524
/* USB */
4625
#ifdef USBCON

variants/STM32F4xx/F401V(B-C-D-E)T/PeripheralPins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
/*
1414
* Automatically generated from STM32F401V(B-C)Tx.xml, STM32F401V(D-E)Tx.xml
15-
* CubeMX DB release 6.0.120
15+
* CubeMX DB release 6.0.130
1616
*/
1717
#if !defined(CUSTOM_PERIPHERAL_PINS)
1818
#include "Arduino.h"

variants/STM32F4xx/F401V(B-C-D-E)T/PinNamesVar.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,6 @@ PB_9_ALT1 = PB_9 | ALT1,
2020
#ifdef PWR_WAKEUP_PIN1
2121
SYS_WKUP1 = PA_0,
2222
#endif
23-
#ifdef PWR_WAKEUP_PIN2
24-
SYS_WKUP2 = NC,
25-
#endif
26-
#ifdef PWR_WAKEUP_PIN3
27-
SYS_WKUP3 = NC,
28-
#endif
29-
#ifdef PWR_WAKEUP_PIN4
30-
SYS_WKUP4 = NC,
31-
#endif
32-
#ifdef PWR_WAKEUP_PIN5
33-
SYS_WKUP5 = NC,
34-
#endif
35-
#ifdef PWR_WAKEUP_PIN6
36-
SYS_WKUP6 = NC,
37-
#endif
38-
#ifdef PWR_WAKEUP_PIN7
39-
SYS_WKUP7 = NC,
40-
#endif
41-
#ifdef PWR_WAKEUP_PIN8
42-
SYS_WKUP8 = NC,
43-
#endif
4423

4524
/* USB */
4625
#ifdef USBCON

variants/STM32F4xx/F405O(E-G)Y_F415OGY/PeripheralPins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
/*
1414
* Automatically generated from STM32F405O(E-G)Yx.xml, STM32F415OGYx.xml
15-
* CubeMX DB release 6.0.120
15+
* CubeMX DB release 6.0.130
1616
*/
1717
#if !defined(CUSTOM_PERIPHERAL_PINS)
1818
#include "Arduino.h"

variants/STM32F4xx/F405O(E-G)Y_F415OGY/PinNamesVar.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,6 @@ PC_11_ALT1 = PC_11 | ALT1,
4444
#ifdef PWR_WAKEUP_PIN1
4545
SYS_WKUP1 = PA_0,
4646
#endif
47-
#ifdef PWR_WAKEUP_PIN2
48-
SYS_WKUP2 = NC,
49-
#endif
50-
#ifdef PWR_WAKEUP_PIN3
51-
SYS_WKUP3 = NC,
52-
#endif
53-
#ifdef PWR_WAKEUP_PIN4
54-
SYS_WKUP4 = NC,
55-
#endif
56-
#ifdef PWR_WAKEUP_PIN5
57-
SYS_WKUP5 = NC,
58-
#endif
59-
#ifdef PWR_WAKEUP_PIN6
60-
SYS_WKUP6 = NC,
61-
#endif
62-
#ifdef PWR_WAKEUP_PIN7
63-
SYS_WKUP7 = NC,
64-
#endif
65-
#ifdef PWR_WAKEUP_PIN8
66-
SYS_WKUP8 = NC,
67-
#endif
6847

6948
/* USB */
7049
#ifdef USBCON

0 commit comments

Comments
 (0)