zephyr/scripts/coccinelle
Peter Bigot 1f228da658 scripts/coccinelle: add script to convert legacy timeout values
Some API that takes timeouts represented by integral milliseconds
recommended using the K_NO_WAIT and K_FOREVER constants, which are no
longer integers.  This script replaces the incorrect arguments with
the corresponding legacy integral value.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-04-30 18:26:26 +02:00
..
array_size.cocci
deref_null.cocci
identifier_length.cocci
ignore_return.cocci
int_literal_to_timeout.cocci scripts/coccinelle: fix int_literal_to_timeout for K_THREAD_DEFINE 2020-04-15 08:28:57 -05:00
irq_lock.cocci
mini_lock.cocci
ms_timeout.cocci scripts/coccinelle: add script to convert legacy timeout values 2020-04-30 18:26:26 +02:00
noderef.cocci
returnvar.cocci
semicolon.cocci
unsigned_lesser_than_zero.cocci
unsigned_shift.cocci
unsigned_suffix.cocci