You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(linux): Power_Management: Change the wkup srcs list to table
Change the wakeup sources list to the table so as to specify which wakeup
source is supported in given low power mode.
Signed-off-by: Akashdeep Kaur <[email protected]>
Copy file name to clipboardExpand all lines: source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst
+43-9Lines changed: 43 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,49 @@ Wakeup Sources
7
7
This section talks about the multiple ways in which we can wakeup the |__PART_FAMILY_DEVICE_NAMES__| SoC from Low Power modes like Deep Sleep or MCU only.
8
8
The |__PART_FAMILY_DEVICE_NAMES__| SoC support various wakeup sources like GP Timers, RTC Timer, UART, I2C, WKUP GPIO, and I/O Daisy Chain.
9
9
10
-
The following wakeup sources are supported in this SDK release:
11
-
12
-
#. Real-Time Clock (RTC)
13
-
#. MCU (WKUP) GPIO
14
-
#. Main I/O Daisy Chain (Main GPIO and Main UART)
15
-
#. USB Wakeup
16
-
#. WKUP UART
17
-
#. MCU IPC (for MCU Only mode)
18
-
#. CAN UART (for Partial I/O mode)
10
+
The table below lists the wakeup sources supported in this SDK release and whether that source is
0 commit comments