You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add to the 'Generated macros' section of doc/guides/dts/index.rst the rules related to the DT defines we generate.
For example, this should specify the various prefixes we have today INST, ALIAS, COMPAT, ident(compat+unit-addr), etc. It should also cover the various property related defines (things like how we handle various data types, how we handle concepts like cells, aliases, etc.
The text was updated successfully, but these errors were encountered:
This really ought to be namespaced better, which kind of depends on
what we do after the rules are laid out following zephyrproject-rtos#22556.
Emit macros for each node's device tree dependency ordinal.
Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
Add to the 'Generated macros' section of
doc/guides/dts/index.rst
the rules related to the DT defines we generate.For example, this should specify the various prefixes we have today
INST
,ALIAS
,COMPAT
, ident(compat+unit-addr), etc. It should also cover the various property related defines (things like how we handle various data types, how we handle concepts like cells, aliases, etc.The text was updated successfully, but these errors were encountered: