Skip to content

Commit 444152f

Browse files
committed
chore(mp1): update variant after script update
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 254e786 commit 444152f

File tree

12 files changed

+6
-42
lines changed

12 files changed

+6
-42
lines changed

variants/STM32MP1xx/MP151AA(B-D)_MP151CA(B-D)_MP151DA(B-D)_MP151FA(B-D)/PeripheralPins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* STM32MP151CABx.xml, STM32MP151CADx.xml
1616
* STM32MP151DABx.xml, STM32MP151DADx.xml
1717
* STM32MP151FABx.xml, STM32MP151FADx.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"

variants/STM32MP1xx/MP151AA(B-D)_MP151CA(B-D)_MP151DA(B-D)_MP151FA(B-D)/PinNamesVar.h

-6
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ PG_11_ALT1 = PG_11 | ALT1,
8181
#ifdef PWR_WAKEUP_PIN6
8282
SYS_WKUP6 = PC_1,
8383
#endif
84-
#ifdef PWR_WAKEUP_PIN7
85-
SYS_WKUP7 = NC,
86-
#endif
87-
#ifdef PWR_WAKEUP_PIN8
88-
SYS_WKUP8 = NC,
89-
#endif
9084

9185
/* USB */
9286
#ifdef USBCON

variants/STM32MP1xx/MP151AAA_MP151CAA_MP151DAA_MP151FAA/PeripheralPins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/*
1414
* Automatically generated from STM32MP151AAAx.xml, STM32MP151CAAx.xml
1515
* STM32MP151DAAx.xml, STM32MP151FAAx.xml
16-
* CubeMX DB release 6.0.120
16+
* CubeMX DB release 6.0.130
1717
*/
1818
#if !defined(CUSTOM_PERIPHERAL_PINS)
1919
#include "Arduino.h"

variants/STM32MP1xx/MP151AAA_MP151CAA_MP151DAA_MP151FAA/PinNamesVar.h

-6
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ PZ_7_ALT1 = PZ_7 | ALT1,
111111
#ifdef PWR_WAKEUP_PIN6
112112
SYS_WKUP6 = PC_1,
113113
#endif
114-
#ifdef PWR_WAKEUP_PIN7
115-
SYS_WKUP7 = NC,
116-
#endif
117-
#ifdef PWR_WAKEUP_PIN8
118-
SYS_WKUP8 = NC,
119-
#endif
120114

121115
/* USB */
122116
#ifdef USBCON

variants/STM32MP1xx/MP151AAC_MP151CAC_MP151DAC_MP151FAC/PeripheralPins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/*
1414
* Automatically generated from STM32MP151AACx.xml, STM32MP151CACx.xml
1515
* STM32MP151DACx.xml, STM32MP151FACx.xml
16-
* CubeMX DB release 6.0.120
16+
* CubeMX DB release 6.0.130
1717
*/
1818
#if !defined(CUSTOM_PERIPHERAL_PINS)
1919
#include "Arduino.h"

variants/STM32MP1xx/MP151AAC_MP151CAC_MP151DAC_MP151FAC/PinNamesVar.h

-6
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ PZ_7_ALT1 = PZ_7 | ALT1,
105105
#ifdef PWR_WAKEUP_PIN6
106106
SYS_WKUP6 = PC_1,
107107
#endif
108-
#ifdef PWR_WAKEUP_PIN7
109-
SYS_WKUP7 = NC,
110-
#endif
111-
#ifdef PWR_WAKEUP_PIN8
112-
SYS_WKUP8 = NC,
113-
#endif
114108

115109
/* USB */
116110
#ifdef USBCON

variants/STM32MP1xx/MP153AA(B-D)_MP153CA(B-D)_MP153DA(B-D)_MP153FA(B-D)_MP157AA(B-D)_MP157CA(B-D)_MP157DA(B-D)_MP157FA(B-D)/PeripheralPins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* STM32MP157CABx.xml, STM32MP157CADx.xml
2020
* STM32MP157DABx.xml, STM32MP157DADx.xml
2121
* STM32MP157FABx.xml, STM32MP157FADx.xml
22-
* CubeMX DB release 6.0.120
22+
* CubeMX DB release 6.0.130
2323
*/
2424
#if !defined(CUSTOM_PERIPHERAL_PINS)
2525
#include "Arduino.h"

variants/STM32MP1xx/MP153AA(B-D)_MP153CA(B-D)_MP153DA(B-D)_MP153FA(B-D)_MP157AA(B-D)_MP157CA(B-D)_MP157DA(B-D)_MP157FA(B-D)/PinNamesVar.h

-6
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ PG_11_ALT1 = PG_11 | ALT1,
8181
#ifdef PWR_WAKEUP_PIN6
8282
SYS_WKUP6 = PC_1,
8383
#endif
84-
#ifdef PWR_WAKEUP_PIN7
85-
SYS_WKUP7 = NC,
86-
#endif
87-
#ifdef PWR_WAKEUP_PIN8
88-
SYS_WKUP8 = NC,
89-
#endif
9084

9185
/* USB */
9286
#ifdef USBCON

variants/STM32MP1xx/MP153AAA_MP153CAA_MP153DAA_MP153FAA_MP157AAA_MP157CAA_MP157DAA_MP157FAA/PeripheralPins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* STM32MP153DAAx.xml, STM32MP153FAAx.xml
1616
* STM32MP157AAAx.xml, STM32MP157CAAx.xml
1717
* STM32MP157DAAx.xml, STM32MP157FAAx.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"

variants/STM32MP1xx/MP153AAA_MP153CAA_MP153DAA_MP153FAA_MP157AAA_MP157CAA_MP157DAA_MP157FAA/PinNamesVar.h

-6
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ PZ_7_ALT1 = PZ_7 | ALT1,
111111
#ifdef PWR_WAKEUP_PIN6
112112
SYS_WKUP6 = PC_1,
113113
#endif
114-
#ifdef PWR_WAKEUP_PIN7
115-
SYS_WKUP7 = NC,
116-
#endif
117-
#ifdef PWR_WAKEUP_PIN8
118-
SYS_WKUP8 = NC,
119-
#endif
120114

121115
/* USB */
122116
#ifdef USBCON

variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/PeripheralPins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* STM32MP153DACx.xml, STM32MP153FACx.xml
1616
* STM32MP157AACx.xml, STM32MP157CACx.xml
1717
* STM32MP157DACx.xml, STM32MP157FACx.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"

variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/PinNamesVar.h

-6
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ PZ_7_ALT1 = PZ_7 | ALT1,
105105
#ifdef PWR_WAKEUP_PIN6
106106
SYS_WKUP6 = PC_1,
107107
#endif
108-
#ifdef PWR_WAKEUP_PIN7
109-
SYS_WKUP7 = NC,
110-
#endif
111-
#ifdef PWR_WAKEUP_PIN8
112-
SYS_WKUP8 = NC,
113-
#endif
114108

115109
/* USB */
116110
#ifdef USBCON

0 commit comments

Comments
 (0)