zephyr/tests/lib
TOKITA Hiroshi 87209984f3 devicetree: rename and publish DT_COMPAT_ON_BUS_INTERNAL
Rename `DT_COMPAT_ON_BUS_INTERNAL` to
`DT_HAS_COMPAT_ON_BUS_STATUS_OKAY` to make it a public DT API.

It is helpful for code that handles multiple DT_DRV_COMPAT in one file,
such as in the following cases.

```
 #if (DT_HAS_COMPAT_ON_BUS_STATUS_OKAY(some_sensor, i2c) || \
      DT_HAS_COMPAT_ON_BUS_STATUS_OKAY(another_sensor, i2c)
 ...
 #endif

 #define DT_DRV_COMPAT some_sensor
 DT_INST_FOREACH_STATUS_OKAY(DEFINE_SOME_SENSOR)

 #undef DT_DRV_COMPAT
 #define DT_DRV_COMPAT another_sensor
 DT_INST_FOREACH_STATUS_OKAY(DEFINE_ANOTHER_SENSOR)
```

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2023-09-13 14:23:24 -07:00
..
c_lib tests: lib: c_lib: fix test_sqrt double promotion warnings 2023-07-21 06:30:32 -04:00
cbprintf_fp tests: Use posix arch exclude where appropriate 2023-05-04 16:48:01 -04:00
cbprintf_package tests: lib: cbprintf_package: fix long-double promotion warning 2023-08-08 13:27:47 +00:00
cmsis_dsp tests: lib: cmsis_dsp: binary: fix double-promotion warning 2023-09-08 16:38:52 +02:00
cmsis_nn includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cpp tests/libcxx: Test aligned allocation with C++ new operator 2023-08-10 11:35:17 -04:00
devicetree devicetree: rename and publish DT_COMPAT_ON_BUS_INTERNAL 2023-09-13 14:23:24 -07:00
fdtable ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
gui/lvgl tests: lib: gui: lvgl: Reorder screen load and delete 2023-07-10 15:14:49 +02:00
hash_function tests: lib: hash_function: fix double-promotion warnings 2023-04-26 15:11:36 -07:00
hash_map tests: lib: renames shadow variables 2023-08-10 08:14:12 +00:00
heap tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
heap_align tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
json lib: json: add helper macro for named array of array 2023-07-26 09:11:16 +02:00
linear_range sys: linear_range: fix return value when window is outside range 2023-02-20 10:43:26 +01:00
mem_alloc tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
mem_blocks tests: use integration_platforms where applicable 2023-05-26 17:52:02 -04:00
mem_blocks_stats tests: use integration_platforms where applicable 2023-05-26 17:52:02 -04:00
mpsc_pbuf tests: lib: renames shadow variables 2023-08-10 08:14:12 +00:00
newlib tests: newlib/thread_safety: exclude acrn_ehl_crb 2023-08-04 09:12:08 +00:00
notify lib: notify: build sys-notify conditionally. 2022-10-03 10:18:15 +02:00
onoff tests: lib: renames shadow variables 2023-08-10 08:14:12 +00:00
p4workq tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
ringbuffer tests: lib: renames shadow variables 2023-08-10 08:14:12 +00:00
smf tests: smf: cleanup test metadata 2023-05-25 04:44:11 -04:00
sprintf tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
spsc_pbuf tests: fix various test identifiers 2023-02-06 10:06:10 +01:00
sys_util tests/samples: use integration_platforms more where it makes sense 2023-05-26 17:52:02 -04:00
thrift/ThriftTest tests: thrift: re-order shared_ptr reset to prevent fd leak 2023-07-31 10:09:55 +02:00
time test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00