History log of /openbmc/gpioplus/example/pulse.cpp (Results 1 – 4 of 4)
Revision Date Author Comments
# 7ba248ad 10-May-2023 Patrick Williams <patrick@stwcx.xyz>

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I3a681a9dd632fc31b26bf2df50de0cf4b65f8ec0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 3dd6e9d2 16-Aug-2018 William A. Kennington III <wak@google.com>

example/pulse: Don't core dump on error

Allowing the defult c++ error handler works to display the error but it
also throws a SIGABRT which triggers coredump logic on the machine
run

example/pulse: Don't core dump on error

Allowing the defult c++ error handler works to display the error but it
also throws a SIGABRT which triggers coredump logic on the machine
running the example.

show more ...


# 8a87555f 16-Aug-2018 William A. Kennington III <wak@google.com>

example/pulse: Implement


# 1d25055f 16-Aug-2018 William A. Kennington III <wak@google.com>

Initial Commit