zephyr/tests
Fabio Baltieri ec71be5d9d drivers,subsys: fix few missing k_work_delayable_from_work
Fix few instances of delayable work handlers using the k_work pointer
directly in a CONTAINER_OF pointing to a k_work_delayable.

This is harmless since the k_work is the first element in
k_work_delayable, but using k_work_delayable_from_work is the right way
of handling it.

Change a couple of explicit CONTAINER_OF doing the same work as the
macro in the process.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-08-28 10:12:21 +02:00
..
application_development modules: cmsis: move glue code to modules/cmsis 2023-08-24 13:20:21 +02:00
arch modules: cmsis: move glue code to modules/cmsis 2023-08-24 13:20:21 +02:00
benchmarks modules: cmsis: move glue code to modules/cmsis 2023-08-24 13:20:21 +02:00
bluetooth Bluetooth: controller: Fixes for CIS Central error handling 2023-08-23 14:45:24 +02:00
boards soc: xtensa: espressif_esp32: add SPIRAM heap offset and size 2023-08-22 14:44:16 +02:00
boot tests: boot: mcuboot_recovery_retention: Fix configuration issue 2023-07-20 15:13:49 +00:00
bsim Bluetooth: audio: tbs_client: Subscribe to all required notifications 2023-08-23 15:44:07 +02:00
cmake cmake: Fix scope pollution in zephyr_get(... MERGE) 2023-08-16 15:01:57 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers test: drivers: rtc: shell: Unittest of rtc_shell 2023-08-24 22:06:51 +01:00
kernel drivers,subsys: fix few missing k_work_delayable_from_work 2023-08-28 10:12:21 +02:00
lib Kconfig.zephyr: check priorities by default 2023-08-24 15:35:37 +02:00
misc Kconfig.zephyr: check priorities by default 2023-08-24 15:35:37 +02:00
net tests: net: sockets: misc: Add getsockname() tests 2023-08-27 07:35:34 -04:00
posix tests: fs: add more tags 2023-08-24 13:41:26 -04:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys tests: mgmt: mcumgr: all_options: Add settings_mgmt 2023-08-25 10:54:06 +01:00
unit tests: crc: fix crc library location 2023-08-20 19:08:24 +01:00
ztest tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
test_config.yaml