Skip to content

Commit 3f9baef

Browse files
kwillis01jeevantelukula
authored andcommitted
fix(pm_wakeup_sources): Use pinned versions of MCU+ SDK
Pinned versions of urls should be used instead of latest versions. Update the links for MCU+ SDK to use the pinned version. Signed-off-by: Kendall Willis <[email protected]>
1 parent c3fd79b commit 3f9baef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,15 +818,15 @@ MCU IPC based Wakeup
818818

819819
.. ifconfig:: CONFIG_part_variant in ('AM62X')
820820

821-
`MCU+ SDK for AM62x <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/latest/exports/docs/api_guide_am62x/index.html>`__
821+
`MCU+ SDK for AM62x <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/11_01_00_16/exports/docs/api_guide_am62x/index.html>`__
822822

823823
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
824824

825825
`MCU+ SDK for AM62Ax <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/11_01_00_16/exports/docs/api_guide_am62ax/index.html>`__
826826

827827
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
828828

829-
`MCU+ SDK for AM62Px <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/latest/exports/docs/api_guide_am62px/index.html>`__
829+
`MCU+ SDK for AM62Px <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/index.html>`__
830830

831831
To use MCU IPC based wakeup, system should be placed into MCU Only mode
832832
as shown in the :ref:`LPM section<pm_mcu_only>`.

0 commit comments

Comments
 (0)