zephyr/tests/lib/devicetree/api
Emil Gydesen ae55dae454 sys: util: Change return type of ARRAY_SIZE to size_t
The ARRAY_SIZE macro uses sizeof and thus the return
type should be an unsigned value. size_t is typically
the type used for sizeof and fits well for the
ARRAY_SIZE macro as well.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-03-23 14:09:23 +01:00
..
src sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
app.overlay tests: lib: devicetree: api: added test for reset public API 2022-03-23 12:51:39 +01:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf
README
testcase.yaml

Test cases for the devicetree.h API.