zephyr/doc/kernel/services
Flavio Ceolin 15aa3acaf6 kconfig: Remove MP_NUM_CPUS usage
Zephyr's code base uses MP_MAX_NUM_CPUS to
know how many cores exists in the target. It is
also expected that both symbols MP_MAX_NUM_CPUS
and MP_NUM_CPUS have the same value, so lets
just use MP_MAX_NUM_CPUS and simplify it.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-10-03 17:45:53 +01:00
..
data_passing kernel: msg_q: Remove alignment requirements from message queue docs 2023-09-28 16:14:56 +02:00
other
scheduling
smp kconfig: Remove MP_NUM_CPUS usage 2023-10-03 17:45:53 +01:00
synchronization
threads
timing kernel/timeout: introduce the timepoint API 2023-07-25 09:12:26 +02:00
index.rst
interrupts.rst doc: interrupts: Document support for shared interrupts 2023-09-14 08:35:12 +02:00
polling.rst