Browse Source

doc: Remove tickless idle from PM in introduction

Tickless idle has been replaced by the tickless kernel and also power
management has become much more advanced.

See also: https://github.com/zephyrproject-rtos/zephyr/pull/33302

Signed-off-by: Manoel Brunnen <mb@lee-brunnen.de>
pull/58242/head
Manoel Brunnen 2 years ago committed by Carles Cufí
parent
commit
c51da6f96c
  1. 5
      doc/introduction/index.rst

5
doc/introduction/index.rst

@ -60,8 +60,9 @@ Zephyr offers a large and ever growing number of features including: @@ -60,8 +60,9 @@ Zephyr offers a large and ever growing number of features including:
* *Inter-thread Data Passing Services* for basic message queues, enhanced
message queues, and byte streams.
* *Power Management Services* such as tickless idle and an advanced idling
infrastructure.
* *Power Management Services* such as overarching, application or
policy-defined, System Power Management and fine-grained, driver-defined,
Device Power Management.
**Multiple Scheduling Algorithms**
Zephyr provides a comprehensive set of thread scheduling choices:

Loading…
Cancel
Save