zephyr/drivers/eeprom
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 emul: Cleanup emul directory 2023-02-24 11:50:10 +01:00
eeprom_at2x.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
eeprom_at2x_emul.c emul: Cleanup emul directory 2023-02-24 11:50:10 +01:00
eeprom_emulator.c drivers: eeprom: emulator: fix size_t format specifier 2022-11-03 16:38:48 -05:00
eeprom_fake.c drivers: eeprom: add fake EEPROM driver 2022-11-15 09:43:42 -06:00
eeprom_handlers.c
eeprom_lpc11u6x.c drivers: eeprom: add missing include to nxp eeprom driver 2022-10-14 14:24:44 +02:00
eeprom_mchp_xec.c drivers: eeprom: mchp_xec: add missing kernel.h include 2022-11-04 08:59:24 +00:00
eeprom_shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
eeprom_simulator.c drivers: eeprom: Fix splitting format string 2023-01-18 07:27:00 -05:00
eeprom_stm32.c include: add missing include 2022-10-13 08:24:11 -04:00
eeprom_tmp116.c include: add missing errno.h include 2022-10-11 18:05:17 +02:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.eeprom_emu
Kconfig.lpc11u6x
Kconfig.stm32
Kconfig.tmp116
Kconfig.xec eeprom: Add Microchip eeprom driver skeleton 2022-08-04 18:36:18 +02:00