zephyr/tests/lib
Martí Bolívar 305379e944 devicetree: add first round of dependency ordinal info
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>
2020-10-14 13:18:44 -05:00
..
c_lib libc: add strtok_r implementation 2020-08-18 09:19:58 -07:00
cmsis_dsp tests: lib: cmsis:transform: cf64 min_ram reorder test to fit 96k 2020-09-10 09:37:35 +02:00
devicetree/api devicetree: add first round of dependency ordinal info 2020-10-14 13:18:44 -05:00
fdtable tests: lib: fdtable: fix tests after modifying reference counting 2020-08-27 11:42:19 +03:00
gui/lvgl sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
heap tests: heap: exclude on qemu_xtensa 2020-09-30 14:11:59 -04:00
heap_align lib/os/heap: remove big_heap restriction for aligned allocations 2020-07-14 19:35:52 -04:00
json tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
mem_alloc tests: mem_alloc: workaround aggressive optimization 2020-10-06 11:41:23 -04:00
notify tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
onoff tests: onoff: use typedef for spinlock key 2020-10-06 19:56:51 -04:00
ringbuffer Tests: ringbuffer: Improve the description cases 2020-10-14 07:43:39 -04:00
sprintf tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00