zephyr/tests/bluetooth/shell
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
..
boards tests: Bluetooth: Add nrf5340_audio_dk board config for shell 2023-03-13 14:02:33 +01:00
src shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
audio.conf Bluetooth: Audio: Rename bt_audio_iso to bt_bap_iso 2023-03-07 16:21:44 +01:00
cdc_acm.conf
CMakeLists.txt
log.conf Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
mesh.conf Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
prj_br.conf
prj.conf Bluetooth: Shell: Make gatt notify more general 2023-03-20 09:51:24 +01:00
testcase.yaml samples/tests: bluetooth: Remove qemu_cortex_m3 2023-04-12 09:01:34 +02:00
usb.overlay tests: Remove label property from devicetree overlays 2022-07-28 20:52:20 +02:00