zephyr/doc/kernel
Jonas Spinner b9ee6af4fe doc: kernel: threads: fix idle thread priority documentation
Clarify that the idle thread has priority CONFIG_NUM_PREEMPT_PRIORITIES,
not (CONFIG_NUM_PREEMPT_PRIORITIES - 1).

The idle thread priority ranges from 0 to 127 and never has a cooperative
thread priority.

Signed-off-by: Jonas Spinner <jonas.spinner@burkert.com>
2025-02-16 13:27:03 +01:00
..
data_structures doc: specify thread safety for each data structure 2024-10-30 18:45:33 -07:00
drivers doc: kernel: drivers: Remove assert using DEVICE_API 2024-12-03 19:55:32 +01:00
iterable_sections docs: kernel: iterable_section: add #include to linker example 2024-11-25 01:02:03 +01:00
memory_management demand_paging: eviction: add kconfig CONFIG_EVICTION_TRACKING 2024-11-18 13:16:44 -05:00
object_cores doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
services doc: kernel: threads: fix idle thread priority documentation 2025-02-16 13:27:03 +01:00
timing_functions
usermode doc: cache: Create caching overview 2024-12-11 21:33:29 +01:00
util
code-relocation.rst scripts: code_relocate: support section filter 2025-02-14 03:02:56 +01:00
index.rst
timeutil.rst