zephyr/doc
Andrzej Głąbek cd00a3a3c9 scripts: kconfigfunctions: Redefine dt_nodelabel_has_compat()
The function in its current form is confusing because unlike other
similarly named functions (dt_nodelabel_has_prop(), dt_node_has_prop())
or devicetree macros (DT_NODE_HAS_COMPAT(), DT_NODE_HAS_PROP()), this
function takes into account the status of the checked node and returns
"y" only when the node is enabled.
This commit redefines dt_nodelabel_has_compat() so that it no longer
checks the node status, and for cases where the previous functionality
is needed, a new function named dt_nodelabel_enabled_with_compat()
is introduced as a replacement.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-04-02 15:14:38 +02:00
..
_doxygen everywhere: fix typos 2022-03-18 13:24:08 -04:00
_extensions/zephyr everywhere: fix typos 2022-03-18 13:24:08 -04:00
_scripts everywhere: fix typos 2022-03-18 13:24:08 -04:00
_static doc: fix figure style CSS selector 2022-03-25 15:05:27 -07:00
_templates doc: add a toctree with reference material 2021-11-02 13:24:40 +01:00
application everywhere: fix typos 2022-03-18 13:24:08 -04:00
contribute doc: contribute: coding guidelines: add links to CAN inclusive language 2022-03-25 10:41:59 +01:00
development_process everywhere: fix typos 2022-03-18 13:24:08 -04:00
getting_started doc: getting_started: Add instructions for multi-platform Zephyr SDK 2022-03-29 11:14:29 +02:00
guides scripts: kconfigfunctions: Redefine dt_nodelabel_has_compat() 2022-04-02 15:14:38 +02:00
images doc: remove unused images 2021-07-19 20:06:00 -04:00
introduction doc: mention MIPS architecture support 2022-01-24 17:11:42 -05:00
reference usb: move USB device stack code to own directory 2022-03-31 18:30:14 +02:00
releases Bluetooth: Host: Add const to bt_conn_index 2022-03-30 11:32:08 +02:00
security everywhere: fix typos 2022-03-18 13:24:08 -04:00
templates
404.rst
CMakeLists.txt doc: use new kconfig extension 2022-03-02 09:28:37 +01:00
conf.py doc: enable sphinx-copybutton extension 2022-03-25 15:05:13 -07:00
copyright.rst
glossary.rst doc: use :kconfig:option: domain role 2022-03-02 09:28:37 +01:00
index-tex.rst doc: create an index for PDF files 2021-07-15 07:07:21 -04:00
index.rst doc: add a toctree with reference material 2021-11-02 13:24:40 +01:00
kconfig.rst doc: use new kconfig extension 2022-03-02 09:28:37 +01:00
known-warnings.txt
LICENSING.rst
Makefile doc: use new kconfig extension 2022-03-02 09:28:37 +01:00
substitutions.txt
zephyr.doxyfile.in drivers: pwm: improve some Doxygen aspects 2022-04-01 21:26:34 +02:00