zephyr/drivers/eeprom
Jakub Michalski f54a7b1602 drivers: mb85rc: support use of multiple modules as a single one
Allow use of multiple mb85rc frams at contiguous i2c addresses as a single
big fram module.
Tested on mb85rc1mt used as two 32K modules, where the first one was at
mb85rc1mt's first i2c address and the second one at mb85rc1mt's second i2c
address.

Signed-off-by: Jakub Michalski <jmichalski@internships.antmicro.com>
Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
2023-08-30 17:38:21 +02:00
..
CMakeLists.txt drivers: add mb85rc fram driver 2023-08-30 17:38:21 +02:00
Kconfig drivers: add mb85rc fram driver 2023-08-30 17:38:21 +02:00
Kconfig.eeprom_emu
Kconfig.lpc11u6x
Kconfig.mb85rcxx drivers: add mb85rc fram driver 2023-08-30 17:38:21 +02:00
Kconfig.stm32
Kconfig.tmp116
Kconfig.xec
eeprom_at2x.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
eeprom_at2x_emul.c
eeprom_emulator.c
eeprom_fake.c
eeprom_handlers.c
eeprom_lpc11u6x.c
eeprom_mb85rcxx.c drivers: mb85rc: support use of multiple modules as a single one 2023-08-30 17:38:21 +02:00
eeprom_mchp_xec.c
eeprom_shell.c
eeprom_simulator.c
eeprom_stm32.c
eeprom_tmp116.c