zephyr/samples/drivers
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
..
adc samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
audio/dmic samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
can samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
clock_control_litex samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
clock_control_xec samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
counter samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
crypto samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
current_sensing samples: drivers: removed old sample code for INA219 2021-08-23 10:32:07 -05:00
dac samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
display samples/drivers/display: Eliminate control flow in macro 2023-04-14 07:49:41 +09:00
eeprom samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
espi samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
flash_shell shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
fpga/fpga_controller samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
ht16k33 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
i2s/echo samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
ipm samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
jesd216 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
kscan samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
kscan_touch samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
lcd_cyclonev_socdk samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
lcd_hd44780 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_apa102 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_apa102c_bitbang samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_lp503x samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_lp3943 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_lp5562 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_lpd8806 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_pca9633 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_pwm samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_sx1509b_intensity samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_ws2812 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_xec samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
lora samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
mbox samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
memc samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
misc samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
peci samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
ps2 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
smbus samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
soc_flash_nrf samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
spi_bitbang samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
spi_flash samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
spi_flash_at45 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
spi_fujitsu_fram samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
uart samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
virtualization/ivshmem/doorbell samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
w1/scanner samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
watchdog samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
drivers.rst