commit | 91214423205d2b92a1dca1dafcfe50c962ae0330 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 09:30:17 2024 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 10:14:57 2024 +0530 |
tree | 0ac1722e7da365bee696994c0cd419d1a2d6a62f | |
parent | 05f530218be779630e9d428ef44b073caad4f2d5 [diff] |
Fix spelling mistakes using codespell This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool. [1]: https://github.com/codespell-project/codespell Change-Id: I1328f3ee46fdfd4b0285a235fe0dda51e36066e8 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
gpioplus is a c++ wrapper around the linux gpio ioctl interface. It aims to provide c++ ergonomics to the usage.
For a standard release build, you want something like:
meson setup -Dexamples=false -Dtests=disabled builddir ninja -C builddir ninja -C builddir install
For a test / debug build, a typical configuration is
meson setup -Dtests=enabled builddir meson test -C builddir