History log of /openbmc/sdeventplus/example/heartbeat.cpp (Results 1 – 6 of 6)
Revision Date Author Comments
# a8c11e3c 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: I84a952aae0e96b2960d8622659902df660d5ddb8
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 1b49b6f0 23-Mar-2019 William A. Kennington III <wak@google.com>

example/heartbeat: Demonstrate a floating source

This adds a trivial example of a floating source.

Change-Id: Iefc30e69ee306f431eb0f2a68bf8906f23218636
Signed-off-by: William A.

example/heartbeat: Demonstrate a floating source

This adds a trivial example of a floating source.

Change-Id: Iefc30e69ee306f431eb0f2a68bf8906f23218636
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# 2584f9d7 23-Mar-2019 William A. Kennington III <wak@google.com>

example/heartbeat: Add signal handling

This makes the example a little more interesting as we now have multiple
sources and we can analyze memory safety with valgrind by just sending a

example/heartbeat: Add signal handling

This makes the example a little more interesting as we now have multiple
sources and we can analyze memory safety with valgrind by just sending a
SIGINT to quit cleanly.

Change-Id: Id15fe58f798d3b137f91228025f48a5e4cd5fc50
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# 406b86e4 25-Sep-2018 William A. Kennington III <wak@google.com>

example/heartbeat: Refactor

This cleans up the clock and time source declarations by defining the
ClockId and Timer types up front.

Tested:
Built the example and it runs

example/heartbeat: Refactor

This cleans up the clock and time source declarations by defining the
ClockId and Timer types up front.

Tested:
Built the example and it runs as expected.

Change-Id: I67326f5804f8eea54624150f6aa5d735bbde05fd
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# 8fd0cd4c 23-Jul-2018 William A. Kennington III <wak@google.com>

source/base: Improve some method types


# 7e2e60e7 17-Jul-2018 William A. Kennington III <wak@google.com>

example/heartbeat: Show a time example