zephyr/drivers/eeprom
Reto Schneider 1c1801ee7f drivers: eeprom: Fix format strings
Building for native_posix_64 exposes faulty format strings.

Changes in this commit also ensure that the shell code gets built in CI,
thus this kind of problem can not be introduced again later on.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
2022-08-07 14:29:36 +01:00
..
CMakeLists.txt eeprom: Add Microchip eeprom driver skeleton 2022-08-04 18:36:18 +02:00
eeprom_at2x.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eeprom_emulator.c drivers: eeprom_emulator: Remove dead code 2022-07-14 10:40:07 +02:00
eeprom_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eeprom_lpc11u6x.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eeprom_mchp_xec.c drivers: eeprom: MEC172x - Add read/write APIs support 2022-08-04 18:36:18 +02:00
eeprom_shell.c drivers: eeprom: Fix format strings 2022-08-07 14:29:36 +01:00
eeprom_simulator.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eeprom_stm32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
eeprom_tmp116.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
Kconfig eeprom: Add Microchip eeprom driver skeleton 2022-08-04 18:36:18 +02:00
Kconfig.eeprom_emu drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.lpc11u6x drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.stm32 drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.tmp116 drivers: eeprom: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:03:04 -05:00
Kconfig.xec eeprom: Add Microchip eeprom driver skeleton 2022-08-04 18:36:18 +02:00