mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 10:26:02 +00:00
Add the first API functions that directly deal with node dependency ordinals as determined by edtlib: - DT_DEP_ORD(node_id): node_id's ordinal - DT_REQUIRES_DEP_ORDS(node_id): list of dep ordinals for node_id's direct dependencies - DT_SUPPORTS_DEP_ORDS(node_id): list of dep ordinals for nodes depending directly on node_id - DT_INST_ equivalents This is not meant to be an exhaustive set of macros related to dependency ordinals; rather, it's a starting out point meant to enable initial struct device dependency tracking work. We can add more if needed. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no> |
||
---|---|---|
.. | ||
checkpatch | ||
ci | ||
coccinelle | ||
coredump | ||
dts | ||
footprint | ||
gitlint | ||
kconfig | ||
net | ||
release | ||
sanity_chk | ||
support | ||
tests | ||
tracing | ||
west_commands | ||
.gitignore | ||
checkpatch.pl | ||
checkstack.pl | ||
coccicheck | ||
dir_is_writeable.py | ||
file2hex.py | ||
filter-known-issues.py | ||
gen_app_partitions.py | ||
gen_cfb_font_header.py | ||
gen_gcov_files.py | ||
gen_kobject_list.py | ||
gen_offset_header.py | ||
gen_relocate_app.py | ||
gen_syscalls.py | ||
get_maintainer.py | ||
mergehex.py | ||
parse_syscalls.py | ||
process_gperf.py | ||
requirements-base.txt | ||
requirements-build-test.txt | ||
requirements-compliance.txt | ||
requirements-doc.txt | ||
requirements-extras.txt | ||
requirements-run-test.txt | ||
requirements.txt | ||
sanitycheck | ||
series-push-hook.sh | ||
spelling.txt | ||
subfolder_list.py | ||
tags.sh | ||
user_wordsize.py | ||
valgrind.supp | ||
west-commands.yml | ||
zephyr_module.py |