zephyr/tests/unit
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
..
base64 cmake: tests: add cmake_minimum_required() to tests 2021-12-18 14:58:55 +01:00
cbprintf everywhere: fix typos 2022-03-18 13:24:08 -04:00
crc lib: os: crc: Rework the crc16() implementation 2022-02-04 12:33:22 -05:00
intmath everywhere: fix typos 2022-03-18 13:24:08 -04:00
list everywhere: fix typos 2022-03-18 13:24:08 -04:00
math_extras cmake: tests: add cmake_minimum_required() to tests 2021-12-18 14:58:55 +01:00
net_timeout cmake: tests: add cmake_minimum_required() to tests 2021-12-18 14:58:55 +01:00
rbtree everywhere: fix typos 2022-03-18 13:24:08 -04:00
timeutil cmake: tests: add cmake_minimum_required() to tests 2021-12-18 14:58:55 +01:00
util sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
winstream lib/os: Add sys_winstream lockless shared memory byte stream IPC 2022-01-13 14:01:23 -05:00