zephyr/samples
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
..
application_development samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
arch shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
basic samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
bluetooth samples/bluetooth/broadcast_audio_sink: Fix return to int 2023-04-14 09:55:48 +02:00
boards samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
compression samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
cpp subsys/cpp: Also run C++ tests with picolibc when possible 2023-01-20 09:03:25 +01:00
drivers shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
fuel_gauge samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
hello_world samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
kernel samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
modules samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
net shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
philosophers samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
posix tests: remove intel adsp cavs platforms from filters 2023-04-06 18:51:56 +02:00
sensor samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
shields samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
subsys shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
synchronization samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
tfm_integration samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
userspace samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
classic.rst
index.rst drivers: Added fuel gauge max17048 2023-03-22 14:51:33 -04:00
sample_definition_and_criteria.rst Bluetooth: Remove point 6 of Samples Guidelines 2023-02-06 10:43:31 +01:00