libgpiosim: new library for controlling the gpio-sim module
authorBartosz Golaszewski <brgl@bgdev.pl>
Mon, 12 Apr 2021 09:45:57 +0000 (11:45 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Thu, 10 Feb 2022 13:42:44 +0000 (14:42 +0100)
commita2f6e8cd3540105dd34d436f11dc72e311337e61
tree758aad191afe3b6cc40a582fc72c77433060b5ef
parent0caea00bf1153736fb22d52d85d4b70760e79651
libgpiosim: new library for controlling the gpio-sim module

Add a C library for controlling the gpio-sim kernel module from various
libgpiod test suites. This aims at replacing the old gpio-mockup module
and its user-space library - libgpio-mockup - in the project's tree.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
configure.ac
tests/Makefile.am
tests/gpiosim/.gitignore [new file with mode: 0644]
tests/gpiosim/Makefile.am [new file with mode: 0644]
tests/gpiosim/gpiosim-selftest.c [new file with mode: 0644]
tests/gpiosim/gpiosim.c [new file with mode: 0644]
tests/gpiosim/gpiosim.h [new file with mode: 0644]