zephyr/modules/openthread/platform
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
..
alarm.c net: openthread: priortize usec timer for openthread port. 2022-09-12 10:54:56 +00:00
CMakeLists.txt
crypto_psa.c net: openthread: implement PSA support for ECDSA API 2022-11-17 11:20:03 +01:00
diag.c modules: openthread: remove code_utils.h include 2023-02-27 11:34:52 +01:00
entropy.c devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
logging.c
memory.c
misc.c
openthread-core-zephyr-config.h net: openthread: Remove duplicate option TREL in openthread. 2023-04-05 12:48:54 +00:00
platform-zephyr.h modules: openthread: add otPlatDiagRadioTransmitCarrier 2023-02-24 09:26:01 +01:00
platform.c
radio.c openthread: ieee802154_nrf5: Add implementation of new api. 2023-03-08 11:07:22 +01:00
settings.c
shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
spi.c
uart.c