Skip to content

Commit 47f9d92

Browse files
committed
Update manually some SYS_WKUPx
Some SYS_WKUP are not in the MCU xml file so it is sometime required to update them manually in PinNamesVar.h Refers to MCU datasheet. Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 60d8918 commit 47f9d92

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

variants/NUCLEO_F091RC/PinNamesVar.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SYS_WKUP2 = PC_13,
77
#endif
88
#ifdef PWR_WAKEUP_PIN3
9-
SYS_WKUP3 = NC,
9+
SYS_WKUP3 = PE_6, /* manually updated */
1010
#endif
1111
#ifdef PWR_WAKEUP_PIN4
1212
SYS_WKUP4 = PA_2,
@@ -21,5 +21,5 @@
2121
SYS_WKUP7 = PB_15,
2222
#endif
2323
#ifdef PWR_WAKEUP_PIN8
24-
SYS_WKUP8 = NC,
24+
SYS_WKUP8 = PF_2, /* manually updated */
2525
#endif

variants/NUCLEO_F303K8/PinNamesVar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SYS_WKUP1 = PA_0,
44
#endif
55
#ifdef PWR_WAKEUP_PIN2
6-
SYS_WKUP2 = NC,
6+
SYS_WKUP2 = PC_13, /* manually updated */
77
#endif
88
#ifdef PWR_WAKEUP_PIN3
99
SYS_WKUP3 = NC,

variants/NUCLEO_F303RE/PinNamesVar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SYS_WKUP2 = PC_13,
77
#endif
88
#ifdef PWR_WAKEUP_PIN3
9-
SYS_WKUP3 = NC,
9+
SYS_WKUP3 = PE_6, /* manually updated */
1010
#endif
1111
#ifdef PWR_WAKEUP_PIN4
1212
SYS_WKUP4 = NC,

variants/NUCLEO_L432KC/PinNamesVar.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SYS_WKUP1 = PA_0,
44
#endif
55
#ifdef PWR_WAKEUP_PIN2
6-
SYS_WKUP2 = NC,
6+
SYS_WKUP2 = PC_13, /* manually updated */
77
#endif
88
#ifdef PWR_WAKEUP_PIN3
99
SYS_WKUP3 = NC,
@@ -12,7 +12,7 @@
1212
SYS_WKUP4 = PA_2,
1313
#endif
1414
#ifdef PWR_WAKEUP_PIN5
15-
SYS_WKUP5 = NC,
15+
SYS_WKUP5 = PC_5, /* manually updated */
1616
#endif
1717
#ifdef PWR_WAKEUP_PIN6
1818
SYS_WKUP6 = NC,

variants/NUCLEO_L476RG/PinNamesVar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SYS_WKUP2 = PC_13,
77
#endif
88
#ifdef PWR_WAKEUP_PIN3
9-
SYS_WKUP3 = NC,
9+
SYS_WKUP3 = PE_6, /* manually updated */
1010
#endif
1111
#ifdef PWR_WAKEUP_PIN4
1212
SYS_WKUP4 = PA_2,

0 commit comments

Comments
 (0)