Commit 1066b2fb authored by Jamie McCrae's avatar Jamie McCrae Committed by Carles Cufi
Browse files

doc: release-notes: Add note about support for taskstat tick usage



Adds information to the release notes on mcumgr supporting tick usage
in the taskstat response

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent e3948992
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -275,6 +275,9 @@ Libraries / Subsystems
    enabled by default, this makes thread priorities in the taskstat command
    signed, which matches the signed priority of tasks in Zephyr, to revert
    to previous behaviour of using unsigned values, disable this Kconfig.
  * MCUMGR taskstat runtime field support has been added, if
    :kconfig:option:`CONFIG_OS_MGMT_TASKSTAT` is enabled, which will report the
    number of CPU cycles have been spent executing the thread.

HALs
****