zephyr/tests
Chen Xingyu 1dd6d0db67 tests: subsys: mgmt: Fix warning of size_t formatting with %.*s
This addresses the following warning building with `CONFIG_64BIT=y`:

    error: field precision specifier '.*' expects argument of type 'int',
    but argument X has type 'size_t' {aka 'long unsigned int'}

Signed-off-by: Chen Xingyu <hi@xingrz.me>
2024-11-22 08:25:31 -05:00
..
application_development boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
arch tests: riscv: test PMP stack guards 2024-11-20 08:25:49 -05:00
benchmarks tests: Thread-Metric: Fix filter description 2024-11-20 15:56:16 -05:00
bluetooth Bluetooth: Host: Remove unnecessary hci_driver.h includes 2024-11-22 11:37:12 +01:00
boards samples: sensor: qdec: change pins used for qdec nrf54h20dk 2024-10-31 09:22:58 -05:00
boot tests: mcuboot: remove twr_kv58f220m from allowed list. 2024-10-25 08:52:44 +02:00
bsim tests/bsim: Also runtime test the UART drivers for the nrf54l15 2024-11-22 11:34:30 +01:00
cmake tests: add twister tests for CMake board and SoC extension 2024-10-26 17:14:06 +02:00
crypto mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
drivers tests uart_pm: Enable for nrf54l15bsim 2024-11-22 11:34:30 +01:00
integration/kernel
kconfig tests: kconfig: functions: Add min/max functions 2024-08-02 13:41:07 +02:00
kernel tests: kernel: common: optimize filters 2024-11-21 19:22:35 -05:00
lib boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00
misc cmake: linker: evaluate CONFIG_LINKER_ITERABLE_SUBALIGN in CMake 2024-09-25 16:16:35 -05:00
modules mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C 2024-11-20 15:59:40 -05:00
net tests: net: socket: tcp: Add min_flash to the test config 2024-11-22 11:33:52 +01:00
posix tests: posix: single_process: correct typo and filter 2024-11-22 08:22:30 -05:00
robot
subsys tests: subsys: mgmt: Fix warning of size_t formatting with %.*s 2024-11-22 08:25:31 -05:00
unit tests: unit: crc: use zassert_equal for cleaner assertions 2024-10-09 09:48:00 +02:00
ztest tests: ztest/base: fix incorrect userspace filtering 2024-11-20 15:58:15 -05:00
test_config.yaml