zephyr/subsys/mgmt/updatehub
Gerard Marull-Paretas 667eeb11fb shell: fix MISRA 5.7 violations on struct shell
MISRA Rule 5.7 requires uniqueness of tag identifiers. Shell is
frequently problematic because many code uses `const struct shell
*shell`. This causes CI noise every time one of these shell files is
edited, so let's update all of them with `const struct shell *sh`
instead.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-04-14 12:21:08 +02:00
..
CMakeLists.txt mgmt: updatehub: Add userspace syscalls 2023-01-23 10:24:07 +00:00
Kconfig mgmt: updatehub: Change Kconfig select to depends on 2023-03-03 10:49:32 +01:00
shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
updatehub_device.c mgmt: updatehub: Clean-up device headers 2023-01-12 12:11:31 +01:00
updatehub_device.h mgmt: updatehub: Clean-up device headers 2023-01-12 12:11:31 +01:00
updatehub_firmware.c mgmt: updatehub: Clean-up firmware headers 2023-01-12 12:11:31 +01:00
updatehub_firmware.h mgmt: updatehub: Clean-up firmware headers 2023-01-12 12:11:31 +01:00
updatehub_handlers.c mgmt: updatehub: Add userspace syscalls 2023-01-23 10:24:07 +00:00
updatehub_integrity.c
updatehub_integrity.h
updatehub_priv.h
updatehub_storage.c mgmt: updatehub: Add storage abstraction 2023-01-12 12:11:31 +01:00
updatehub_storage.h mgmt: updatehub: Add storage abstraction 2023-01-12 12:11:31 +01:00
updatehub_timer.c
updatehub_timer.h
updatehub.c mgmt: updatehub: Add userspace syscalls 2023-01-23 10:24:07 +00:00