zephyr/doc/kernel/services
Mathieu Choplain 25fe4745e6 doc: kernel: fatal: update "Build Assertions" section intro paragraph
A long time ago, Zephyr had two macros that could be used for build-time
assertions: BUILD_ASSERT() and BUILD_ASSERT_MSG(). The latter has been
dropped in v2.7 and removed from the documentation; however, the intro
paragraph of the "Build Assertions" section has never been updated to
reflect this, and still confusingly claims that "Zephyr provides two
macros for performing build-time assertions" when only BUILD_ASSERT()
remains.

Update the introductory paragraph of "Build Assertions" section such that
it makes sense now that only one build-time assertion macro exists.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
2025-04-04 21:15:29 +02:00
..
data_passing
other doc: kernel: fatal: update "Build Assertions" section intro paragraph 2025-04-04 21:15:29 +02:00
scheduling kernel: rename 'dumb' scheduler and simply call it 'simple' 2025-03-15 00:34:58 +01:00
smp kernel: rename 'dumb' scheduler and simply call it 'simple' 2025-03-15 00:34:58 +01:00
synchronization
threads doc: kernel: threads: fix idle thread priority documentation 2025-02-16 13:27:03 +01:00
timing
index.rst
interrupts.rst doc: Update direct ISR documentation 2025-03-05 21:54:48 +00:00
polling.rst