Skip to content

Commit fe7fb43

Browse files
committed
chore(wl): update variant after script update
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 20d7d3e commit fe7fb43

File tree

6 files changed

+3
-48
lines changed

6 files changed

+3
-48
lines changed

Diff for: variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/PeripheralPins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* STM32WLE4C8Ux.xml, STM32WLE4CBUx.xml
1616
* STM32WLE4CCUx.xml, STM32WLE5C8Ux.xml
1717
* STM32WLE5CBUx.xml, STM32WLE5CCUx.xml
18-
* CubeMX DB release 6.0.120
18+
* CubeMX DB release 6.0.130
1919
*/
2020
#if !defined(CUSTOM_PERIPHERAL_PINS)
2121
#include "Arduino.h"

Diff for: variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/PinNamesVar.h

-15
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,5 @@ PB_8_ALT1 = PB_8 | ALT1,
1818
#ifdef PWR_WAKEUP_PIN3
1919
SYS_WKUP3 = PB_3,
2020
#endif
21-
#ifdef PWR_WAKEUP_PIN4
22-
SYS_WKUP4 = NC,
23-
#endif
24-
#ifdef PWR_WAKEUP_PIN5
25-
SYS_WKUP5 = NC,
26-
#endif
27-
#ifdef PWR_WAKEUP_PIN6
28-
SYS_WKUP6 = NC,
29-
#endif
30-
#ifdef PWR_WAKEUP_PIN7
31-
SYS_WKUP7 = NC,
32-
#endif
33-
#ifdef PWR_WAKEUP_PIN8
34-
SYS_WKUP8 = NC,
35-
#endif
3621

3722
/* No USB */

Diff for: variants/STM32WLxx/WL54JCI_WL55JCI_WLE4J(8-B-C)I_WLE5J(8-B-C)I/PeripheralPins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* STM32WLE4J8Ix.xml, STM32WLE4JBIx.xml
1616
* STM32WLE4JCIx.xml, STM32WLE5J8Ix.xml
1717
* STM32WLE5JBIx.xml, STM32WLE5JCIx.xml
18-
* CubeMX DB release 6.0.120
18+
* CubeMX DB release 6.0.130
1919
*/
2020
#if !defined(CUSTOM_PERIPHERAL_PINS)
2121
#include "Arduino.h"

Diff for: variants/STM32WLxx/WL54JCI_WL55JCI_WLE4J(8-B-C)I_WLE5J(8-B-C)I/PinNamesVar.h

-15
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,5 @@ PB_9_ALT1 = PB_9 | ALT1,
1919
#ifdef PWR_WAKEUP_PIN3
2020
SYS_WKUP3 = PB_3,
2121
#endif
22-
#ifdef PWR_WAKEUP_PIN4
23-
SYS_WKUP4 = NC,
24-
#endif
25-
#ifdef PWR_WAKEUP_PIN5
26-
SYS_WKUP5 = NC,
27-
#endif
28-
#ifdef PWR_WAKEUP_PIN6
29-
SYS_WKUP6 = NC,
30-
#endif
31-
#ifdef PWR_WAKEUP_PIN7
32-
SYS_WKUP7 = NC,
33-
#endif
34-
#ifdef PWR_WAKEUP_PIN8
35-
SYS_WKUP8 = NC,
36-
#endif
3722

3823
/* No USB */

Diff for: variants/STM32WLxx/WL5MOCH/PeripheralPins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
/*
1414
* Automatically generated from STM32WL5MOCHx.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"

Diff for: variants/STM32WLxx/WL5MOCH/PinNamesVar.h

-15
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,5 @@ PB_9_ALT1 = PB_9 | ALT1,
1919
#ifdef PWR_WAKEUP_PIN3
2020
SYS_WKUP3 = PB_3,
2121
#endif
22-
#ifdef PWR_WAKEUP_PIN4
23-
SYS_WKUP4 = NC,
24-
#endif
25-
#ifdef PWR_WAKEUP_PIN5
26-
SYS_WKUP5 = NC,
27-
#endif
28-
#ifdef PWR_WAKEUP_PIN6
29-
SYS_WKUP6 = NC,
30-
#endif
31-
#ifdef PWR_WAKEUP_PIN7
32-
SYS_WKUP7 = NC,
33-
#endif
34-
#ifdef PWR_WAKEUP_PIN8
35-
SYS_WKUP8 = NC,
36-
#endif
3722

3823
/* No USB */

0 commit comments

Comments
 (0)