commit | d1adbc2133973a10577bbccfdb61a46499946cc9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 20 08:11:24 2020 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Sep 01 14:30:46 2020 -0400 |
tree | 292838b6d76d56dcc6cda6c705d848640f9453c0 | |
parent | 49f2167974fc164782ab508a4b6c10cd19f3ff94 [diff] |
emul: Add an emulator for the Atmel AT24 series This emulator supports basic reads and writes with 8-bit addressing. It connects itself to any AT24 devices it finds in the device tree. The I2C emulation controller driver is used to direct I2C messages from the AT24 driver to the AT24 emulator. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>