zephyr/subsys/emul/espi
Yuval Peress 2629fc566d emul: Add data and parent pointers to emulators
Emulators are difficult to work with, they generally require maintaining
some state in a mutable data struct. Since the emulator struct doesn't
support a data field like devices do, the pattern seems to be to add it
to the configuration. This makes following the logic of where things are
difficult.

1. Add a `struct emul *parent` structure to the espi/i2c/spi emulator
   structs to make it easier when casting up.
2. Add a `void *data` field to `struct emul` to hold the data for
   emulators.

Signed-off-by: Yuval Peress <peress@chromium.org>
2021-10-05 19:21:39 -04:00
..
CMakeLists.txt
Kconfig emul: espi: Add ACPI Shared Memory functions 2021-08-26 13:14:05 -04:00
emul_espi_host.c emul: Add data and parent pointers to emulators 2021-10-05 19:21:39 -04:00