zephyr/tests/subsys
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
..
canbus/isotp sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
debug samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
dfu tests: dfu: img_util: Replace prj_<board> files with overlays 2023-03-20 10:18:32 +01:00
dsp/basicmath zdsp: add in-place operaton test for basicmath 2023-02-21 15:06:06 +01:00
edac tests: ibecc: Use LOG api instead of TC_PRINT() 2022-11-19 14:18:40 +09:00
emul tests: emul: remove subsys from test identifer 2023-03-10 14:01:59 +02:00
fs init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
input test: input: add tests for input_longpress 2023-03-24 13:48:28 +00:00
ipc/ipc_service tests: ipc_service: Add ipc_service test of deregistered endpoint 2022-10-11 13:03:29 +02:00
jwt
logging tests: remove intel adsp cavs platforms from filters 2023-04-06 18:51:56 +02:00
mgmt ec_host_cmd: add UART backend 2023-04-07 13:05:59 +02:00
modbus
openthread modules: openthread: platform: Added setting default tx power 2022-12-21 12:21:09 +01:00
pm tests: pm: device_runtime: test zephyr,pm-device-runtime-auto 2023-03-29 12:21:13 -04:00
portability tests: remove intel adsp cavs platforms from filters 2023-04-06 18:51:56 +02:00
rtio/rtio_api rtio: Add a managed memory pool for reads 2023-04-10 18:34:43 -04:00
sd tests: sd: remove subsys from test identifer 2023-03-10 14:01:59 +02:00
settings settings fcb: Increase buffer for mcu with large write block size 2023-01-26 22:50:40 +09:00
shell shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
storage tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
testsuite/fff_fake_contexts fff: Add fff_extensions.h, RETURN_HANDLED_CONTEXT() 2023-03-16 13:43:33 -04:00
tracing/tracing_api
usb all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
zbus tests: zbus: modify test identifiers to match component 2023-02-19 20:39:20 -05:00