| author | SZ Lin (林上智) <szlin@debian.org> | |
| Tue, 13 Nov 2018 03:42:05 +0000 (03:42 +0000) | ||
| committer | SZ Lin (林上智) <szlin@debian.org> | |
| Tue, 13 Nov 2018 03:42:05 +0000 (03:42 +0000) | ||
| commit | d6196ebb5ea65bdf7e16dae01d83b584212935dd | |
| tree | 2789da002304b4609efa29b9aa6e1ddc60b9f364 | tree | snapshot |
| .gitignore | [new file with mode: 0644] | blob |
| COPYING | [new file with mode: 0644] | blob |
| Doxyfile | [new file with mode: 0644] | blob |
| Makefile.am | [new file with mode: 0644] | blob |
| NEWS | [new file with mode: 0644] | blob |
| README | [new file with mode: 0644] | blob |
| autogen.sh | [new file with mode: 0755] | blob |
| bindings/Makefile.am | [new file with mode: 0644] | blob |
| bindings/cxx/Makefile.am | [new file with mode: 0644] | blob |
| bindings/cxx/chip.cpp | [new file with mode: 0644] | blob |
| bindings/cxx/examples/Makefile.am | [new file with mode: 0644] | blob |
| bindings/cxx/examples/gpiod_cxx_tests.cpp | [new file with mode: 0644] | blob |
| bindings/cxx/examples/gpiodetectcxx.cpp | [new file with mode: 0644] | blob |
| bindings/cxx/examples/gpiofindcxx.cpp | [new file with mode: 0644] | blob |
| bindings/cxx/examples/gpiogetcxx.cpp | [new file with mode: 0644] | blob |
| bindings/cxx/examples/gpioinfocxx.cpp | [new file with mode: 0644] | blob |
| bindings/cxx/examples/gpiomoncxx.cpp | [new file with mode: 0644] | blob |
| bindings/cxx/examples/gpiosetcxx.cpp | [new file with mode: 0644] | blob |
| bindings/cxx/gpiod.hpp | [new file with mode: 0644] | blob |
| bindings/cxx/iter.cpp | [new file with mode: 0644] | blob |
| bindings/cxx/libgpiodcxx.pc.in | [new file with mode: 0644] | blob |
| bindings/cxx/line.cpp | [new file with mode: 0644] | blob |
| bindings/cxx/line_bulk.cpp | [new file with mode: 0644] | blob |
| bindings/python/Makefile.am | [new file with mode: 0644] | blob |
| bindings/python/examples/Makefile.am | [new file with mode: 0644] | blob |
| bindings/python/examples/gpiod_tests.py | [new file with mode: 0755] | blob |
| bindings/python/examples/gpiodetect.py | [new file with mode: 0755] | blob |
| bindings/python/examples/gpiofind.py | [new file with mode: 0755] | blob |
| bindings/python/examples/gpioget.py | [new file with mode: 0755] | blob |
| bindings/python/examples/gpioinfo.py | [new file with mode: 0755] | blob |
| bindings/python/examples/gpiomon.py | [new file with mode: 0755] | blob |
| bindings/python/examples/gpioset.py | [new file with mode: 0755] | blob |
| bindings/python/gpiodmodule.c | [new file with mode: 0644] | blob |
| configure.ac | [new file with mode: 0644] | blob |
| include/Makefile.am | [new file with mode: 0644] | blob |
| include/gpiod.h | [new file with mode: 0644] | blob |
| libgpiod.pc.in | [new file with mode: 0644] | blob |
| src/Makefile.am | [new file with mode: 0644] | blob |
| src/lib/Makefile.am | [new file with mode: 0644] | blob |
| src/lib/core.c | [new file with mode: 0644] | blob |
| src/lib/ctxless.c | [new file with mode: 0644] | blob |
| src/lib/helpers.c | [new file with mode: 0644] | blob |
| src/lib/iter.c | [new file with mode: 0644] | blob |
| src/lib/misc.c | [new file with mode: 0644] | blob |
| src/tools/Makefile.am | [new file with mode: 0644] | blob |
| src/tools/gpiodetect.c | [new file with mode: 0644] | blob |
| src/tools/gpiofind.c | [new file with mode: 0644] | blob |
| src/tools/gpioget.c | [new file with mode: 0644] | blob |
| src/tools/gpioinfo.c | [new file with mode: 0644] | blob |
| src/tools/gpiomon.c | [new file with mode: 0644] | blob |
| src/tools/gpioset.c | [new file with mode: 0644] | blob |
| src/tools/tools-common.c | [new file with mode: 0644] | blob |
| src/tools/tools-common.h | [new file with mode: 0644] | blob |
| tests/Makefile.am | [new file with mode: 0644] | blob |
| tests/gpiod-test.c | [new file with mode: 0644] | blob |
| tests/gpiod-test.h | [new file with mode: 0644] | blob |
| tests/tests-chip.c | [new file with mode: 0644] | blob |
| tests/tests-ctxless.c | [new file with mode: 0644] | blob |
| tests/tests-event.c | [new file with mode: 0644] | blob |
| tests/tests-gpiodetect.c | [new file with mode: 0644] | blob |
| tests/tests-gpiofind.c | [new file with mode: 0644] | blob |
| tests/tests-gpioget.c | [new file with mode: 0644] | blob |
| tests/tests-gpioinfo.c | [new file with mode: 0644] | blob |
| tests/tests-gpiomon.c | [new file with mode: 0644] | blob |
| tests/tests-gpioset.c | [new file with mode: 0644] | blob |
| tests/tests-iter.c | [new file with mode: 0644] | blob |
| tests/tests-line.c | [new file with mode: 0644] | blob |
| tests/tests-misc.c | [new file with mode: 0644] | blob |