zephyr/doc/build
Yong Cong Sin 450a66fa36 gen_defines: output the interrupt level of a node
Currently it is tedious to know the level of an interrupt for
a node in C. One would have to go through a very complex and
error prone macros to check if there's a parent interrupt
controller & if the controller has an interrupt number and thus
not a pseudo interrupt controller like the one found in
`rv32m1`. The level of a node is required to encode the
Zephyr's multi-level interrupt number

Since it is easier to do it in the `gen_defines` script, let's
do the heavy lifting there so that we can introduce new DT
macros to get the interrupt level very easily later.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-01-23 06:48:16 -05:00
..
cmake doc: Fix occurrences of repeated words 2023-11-15 17:34:39 -05:00
dts gen_defines: output the interrupt level of a node 2024-01-23 06:48:16 -05:00
kconfig doc: Fix occurrences of repeated words 2023-11-15 17:34:39 -05:00
snippets scripts: snippets: add DTS_EXTRA_CPPFLAGS support 2023-08-02 16:27:11 +02:00
sysbuild doc: build: Fix highlighting of code blocks 2023-10-18 18:39:23 +03:00
version doc: build: Fix highlighting of code blocks 2023-10-18 18:39:23 +03:00
index.rst doc: build: Add details on application version system 2023-08-04 10:44:09 +02:00
zephyr_cmake_package.rst doc: build: Fix highlighting of code blocks 2023-10-18 18:39:23 +03:00