commit | 1f6cd3bce8330a8147e002e2fbf6d33e33f38e68 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 06:13:25 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 06:13:25 2022 -0600 |
tree | 4871501e5b8c3975a6edbce1436f2e2a6f6bcc4f | |
parent | 42c77addd06938f674e383e3207bbc7dc981e033 [diff] |
prettier: re-format Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository. Change-Id: I0aa5795b56ee3f9f42ffaf02e3c3a9f94e888c2a 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