zephyr/tests
Trond Einar Snekvik 7986f94275 kernel: Add K_DELAYED_WORK_DEFINE
Adds a K_DELAYED_WORK_DEFINE, matching the K_WORK_DEFINE macro, with
accompanying Z_DELAYED_WORK_INITIALIZER macro.

Makes k_delayed_work_init a static inline function, like its K_WORK
counterpart.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2020-11-27 20:08:30 -05:00
..
application_development
arch tests: x86: pagetables: use new Kconfigs 2020-11-09 20:19:13 -05:00
benchmarks tests: add FP formatting to all tests that require it 2020-11-17 14:44:59 -06:00
bluetooth tests: Bluetooth: Add tests for reading codec and controller delay info 2020-11-26 15:46:17 +01:00
boards tests: native_posix: use llabs with int64_t 2020-11-19 08:41:56 +01:00
crypto
deprecated/inttype dts: remove legacy macro support 2020-10-09 08:45:38 -05:00
drivers tests: drivers: memc: add test for stm32 SDRAM 2020-11-24 16:33:17 +01:00
kernel kernel: Add K_DELAYED_WORK_DEFINE 2020-11-27 20:08:30 -05:00
lib devicetree: make DT_PROP_HAS_IDX expand to 0 or 1 2020-11-15 08:44:56 -06:00
misc/test_build
net tests: net: tcp2: Add RST packet handling tests 2020-11-24 13:08:39 +02:00
portability tests: cmsis_rtos_v2: Fix stack overflow 2020-10-13 20:04:31 +02:00
posix tests: posix/{common,fs}: enable testing TLS 2020-10-24 10:52:00 -07:00
shell
subsys tests/fs/fat: correct format specifiers 2020-11-17 18:48:10 -05:00
unit tests/unit/cbprintf: test %p with NULL and justification 2020-11-19 12:37:42 +01:00
ztest