#
3a1c297a |
| 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: I1ac255c58971ac5cc4697b8bb1069067aad02d18 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
64b75a5b |
| 18-Sep-2020 |
Krzysztof Grobelny <krzysztof.grobelny@intel.com> |
Initial implementation of Telemetry service
Implemented main application of Telemetry service. Added ReportManager interface. Added MaxReports and PollRateResolution properties to ReportManager inte
Initial implementation of Telemetry service
Implemented main application of Telemetry service. Added ReportManager interface. Added MaxReports and PollRateResolution properties to ReportManager interface. Implemented simple logger.
Tested: - Built without Yocto and ran on x86 platform with success - Added telemetry to romulus image using recipe-phosphor/telemetry from meta-phosphor repository - Started as service in romulus image in QEMU with success - Verified that all added properties are present in dbus
Change-Id: I26af7a19b1f9cac32e9e9da65523d72a36e13855 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com> Signed-off-by: Krzysztof Grobelny <krzysztof.grobelny@intel.com>
show more ...
|