Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@

.. code-block:: console

root@<machine>:~# devmem2 0x4084014 0x20050000 # MCU_PADCONFIG5 for mcu_uart0
root@<machine>:~# devmem2 0x4084024 0x20050000 # MCU_PADCONFIG9 for wkup_uart0
root@<machine>:~# devmem2 0x4084014 w 0x20050000 # MCU_PADCONFIG5 for mcu_uart0

Check warning on line 135 in source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Definitions] Define acronyms and abbreviations (such as 'MCU') on first occurrence if they're likely to be unfamiliar. Raw Output: {"message": "[RedHat.Definitions] Define acronyms and abbreviations (such as 'MCU') on first occurrence if they're likely to be unfamiliar.", "location": {"path": "source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst", "range": {"start": {"line": 135, "column": 59}}}, "severity": "INFO"}
root@<machine>:~# devmem2 0x4084024 w 0x20050000 # MCU_PADCONFIG9 for wkup_uart0

.. note::

Expand Down