zephyr/tests
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
..
application_development/gen_inc_file kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
arch everywhere: fix typos 2022-03-18 13:24:08 -04:00
benchmarks everywhere: fix typos 2022-03-18 13:24:08 -04:00
bluetooth Bluetooth: Audio - media - do not use non-default values in settings 2022-03-23 12:50:53 +01:00
boards sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
boot/uefi
cmake/config_dir
crypto everywhere: fix typos 2022-03-18 13:24:08 -04:00
drivers tests: entropy: test entropy_bt_hci 2022-03-23 13:38:47 +01:00
kernel everywhere: fix typos 2022-03-18 13:24:08 -04:00
lib sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
misc tests: Run test_build only on platforms whose console has a driver 2022-02-21 22:17:27 -05:00
net sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
posix everywhere: fix typos 2022-03-18 13:24:08 -04:00
subsys tests/mgmt/mcumgr/smp_reassembly: Unit tests for re-assembly 2022-03-21 18:03:18 +01:00
unit sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
ztest modules: fff: Fix issue with tests being skipped in CI 2022-03-22 12:33:58 +01:00