commit | 6975122d3a63ed710ae1a871dca8268c8bea3338 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Apr 07 17:08:39 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jun 03 01:37:20 2025 +0000 |
tree | a868c03a1ff06c841a444a6aab5baa84bfd04c33 | |
parent | b7edf1ca7c17f7f167d6c5931d193cd1d7bf2196 [diff] |
clang-format: update latest spec and reformat Copy the latest format file from the docs repository and apply. Change-Id: I0ece5d94b94ff23436fcafca2b5423f578c3f6bc Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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