zephyr/boards/posix/nrf52_bsim
Simon Hein 93dfc69a3a boards: comply to coding guidelines MISRA C:2012 Rule 14.4
MISRA C:2012 Rule 14.4 (The controlling expression of an if statement
and the controlling expression of an iteration-statement shall have
essentially Boolean type.)

Use `do { ... } while (false)' instead of `do { ... } while (0)'.

This commit is a subset of the original commit:
5d02614e34

Signed-off-by: Simon Hein <SHein@baumer.com>
2022-07-21 10:31:00 +02:00
..
doc
CMakeLists.txt
Kconfig
Kconfig.board
Kconfig.defconfig
argparse.c
argparse.h
board.cmake
board_irq.h boards: comply to coding guidelines MISRA C:2012 Rule 14.4 2022-07-21 10:31:00 +02:00
board_soc.h boards: nrf52_bsim: Remove useless include of irq_sources.h 2022-06-05 14:48:26 +02:00
bstests.h
bstests_entry.c include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
cmdline.h
cmsis.c
cmsis.h
cpu_wait.c boards: migrate includes to <zephyr/...> 2022-05-06 19:57:15 +02:00
irq_handler.c boards: nrf52_bsim: Replace irq name table with function call 2022-06-23 14:35:26 +02:00
main.c
nrf52_bsim.dts
nrf52_bsim.yaml
nrf52_bsim_defconfig
pre_dt_board.cmake
time_machine.c
time_machine.h
trace_hook.c boards: migrate includes to <zephyr/...> 2022-05-06 19:57:15 +02:00