zephyr/subsys
Al Semjonovs b27c5d73ef ztest: Fix unused variable compile error in shuffle function
When CONFIG_ZTEST_SHUFFLE is enabled and ASSERTS are disabled
`start_pos` becomes an unused variable leading to a compile error.
Cleaned-up shuffling algorithm to not need a `start_pos` check.

Signed-off-by: Al Semjonovs <asemjonovs@google.com>
2022-09-14 20:13:46 -04:00
..
bluetooth Bluetooth: Mesh: Don't process unprovisioned beacon without callback 2022-09-14 14:37:54 +01:00
canbus
console includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cpp
debug debug: coredump: flash backend: Switch FIXED_PARTITION_ macros 2022-09-06 09:56:37 +02:00
demand_paging
dfu dfu: Switch from FLASH_AREA_ to FIXED_PARTITION_ macros 2022-09-06 09:56:37 +02:00
disk
emul
fb includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
fs fs: Switch from FLASH_AREA_ to FIXED_PARTITION_ macros 2022-09-06 09:56:37 +02:00
ipc includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
jwt
logging logging: Fix signed integer cast for isprint 2022-09-13 08:51:22 +00:00
lorawan includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
mgmt mgmt: mcumgr: Remove zcbor_size_ definitions 2022-09-14 09:40:30 +00:00
modbus includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
net net: context: Fix memory leak 2022-09-14 14:38:34 +01:00
pm
portability sys_clock: define NSEC_PER_MSEC 2022-09-01 16:29:25 -04:00
random
rtio
sd includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
settings settings: Switch from FIXED_AREA_ to FIXED_PARTITION_ macros 2022-09-06 09:56:37 +02:00
shell shell/mqtt: Handle negative return value of `wait` 2022-09-07 10:30:16 +02:00
stats
storage includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
task_wdt
testsuite ztest: Fix unused variable compile error in shuffle function 2022-09-14 20:13:46 -04:00
timing
tracing pm: device_runtime.c: compile error 2022-09-10 17:04:20 -04:00
usb usb: dfu: Switch from FLASH_AREA_ to FIXED_PARTITION_ 2022-09-06 09:56:37 +02:00
CMakeLists.txt
Kconfig