zephyr/drivers/modem
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 modem: remove 'modem_pin' abstraction 2022-06-06 17:58:52 +02:00
gsm_ppp.c drivers/modem/modem_cmd_handler: Update API 2023-04-11 11:42:00 +02:00
hl7800.c net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.gsm drivers: modem: gsm: wait for cellular registration 2022-03-16 10:23:32 +01:00
Kconfig.hl7800 modem: hl7800: add API to set bands 2022-03-30 11:39:06 +02:00
Kconfig.quectel-bg9x kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.simcom-sim7080 everywhere: fix typos 2022-03-14 20:22:24 -04:00
Kconfig.ublox-sara-r4 kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.wncm14a2a kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
modem_cmd_handler.c drivers/modem/modem_cmd_handler: Update API 2023-04-11 11:42:00 +02:00
modem_cmd_handler.h drivers/modem/modem_cmd_handler: Update API 2023-04-11 11:42:00 +02:00
modem_context.c modem: remove 'modem_pin' abstraction 2022-06-06 17:58:52 +02:00
modem_context.h modem: ppp: gsm: extract access technology 2022-11-11 08:41:13 +00:00
modem_iface_uart.h drivers/modem/modem_iface_uart: Update API 2023-04-11 11:42:00 +02:00
modem_iface_uart_async.c drivers/modem/modem_iface_uart: Update API 2023-04-11 11:42:00 +02:00
modem_iface_uart_interrupt.c drivers/modem/modem_iface_uart: Update API 2023-04-11 11:42:00 +02:00
modem_receiver.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
modem_receiver.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
modem_shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
modem_socket.c drivers/modem/modem_socket: Updated API 2023-04-11 11:42:00 +02:00
modem_socket.h drivers/modem/modem_socket: Updated API 2023-04-11 11:42:00 +02:00
quectel-bg9x.c drivers/modem/modem_socket: Updated API 2023-04-11 11:42:00 +02:00
quectel-bg9x.h drivers/modem/modem_iface_uart: Update API 2023-04-11 11:42:00 +02:00
simcom-sim7080.c drivers/modem/modem_socket: Updated API 2023-04-11 11:42:00 +02:00
simcom-sim7080.h drivers/modem/modem_iface_uart: Update API 2023-04-11 11:42:00 +02:00
ublox-sara-r4.c drivers/modem/modem_socket: Updated API 2023-04-11 11:42:00 +02:00
wncm14a2a.c wncm14a2a: fix armclang compiler warnings with is*() functions 2023-04-04 13:48:09 +02:00