zephyr/tests
Daniel Leung ee8bb8d473 tests: timer_api: unused var when CONFIG_ZTEST_ASSERT_VERBOSE=0
When CONFIG_ZTEST_ASSERT_VERBOSE is 0, the array round_s is not
being used by zassert_true(). So mark it __maybe_unused to
avoid compiler warnings.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2025-05-29 20:18:34 -04:00
..
application_development soc: cyw20829: add support of Secure LCS 2025-05-24 06:00:57 +02:00
arch board: infineon: add XMC7200 Eval board support 2025-05-28 21:29:20 +02:00
benchmarks arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
bluetooth bluetooth: shell: the setting is forced as disabled for mimxrt1170_evkb 2025-05-27 16:44:45 +02:00
boards soc: nrf54: Port SYS_INIT to use soc_early_init_hook 2025-05-22 16:17:35 +02:00
boot
bsim Bluetooth: CSIP: Set member: Fix issue with re-registration 2025-05-27 14:45:15 +02:00
cmake
crypto drivers; crypto: Remove TinyCrypt shim 2025-05-23 17:41:06 -04:00
ctest/base
drivers drivers: counter: introduce counter node in esp32 timers 2025-05-29 08:41:59 +02:00
integration/kernel tests: kernel: set timeslice size to 0 in tests that do not exercise it 2025-05-16 22:55:49 +02:00
kconfig
kernel tests: timer_api: unused var when CONFIG_ZTEST_ASSERT_VERBOSE=0 2025-05-29 20:18:34 -04:00
lib tests/c_lib/common/src/test_sqrt: Fix code compliance issues 2025-05-29 15:17:32 +01:00
misc tests: lib: Fix zassert string 2025-05-22 16:17:23 +02:00
modules tests: modules: uoscore: remove unnecessary dependencies 2025-05-27 16:45:13 +02:00
net tests: net: http_client: Increase ztest stack size 2025-05-27 16:49:01 +02:00
posix tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
robot
subsys tests/flash_map: Allow custom maps to opt out from some scenarios 2025-05-29 23:26:04 +02:00
unit tests: unit: Fix zassert string 2025-05-22 16:17:23 +02:00
ztest tests: subsys: Fix zassert string 2025-05-22 16:17:23 +02:00
test_config_ci.yaml
test_config.yaml
tests.dox