History log of /openbmc/sdeventplus/example/heartbeat_timer.cpp (Results 1 – 5 of 5)
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. Kennington III <wak

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 ...


# b315a2ab 27-Jun-2019 William A. Kennington III <wak@google.com>

clang-format: Apply update 6 -> 8 fixes

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


# 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
SIGINT to qui

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 ...


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

example: Add a repeating timer sample

Tested:
Ran through unit test suite and manually executed the example
program to make sure it works as expected.

Change-Id: I77cffdd038df4eab774f0d162f

example: Add a repeating timer sample

Tested:
Ran through unit test suite and manually executed the example
program to make sure it works as expected.

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

show more ...