commit | 37a301437cd5dfcd36dc8ecb1769163b262493b4 | [log] [tgz] |
---|---|---|
author | Daniel Hsu <Daniel-Hsu@quantatw.com> | Thu Jun 12 17:57:24 2025 +0800 |
committer | Jagpal S Gill <paligill@gmail.com> | Tue Jun 24 01:58:34 2025 +0000 |
tree | 56ad8d5d7a6a2678a1253bed3775e6e2881c10f6 | |
parent | df628196fbd093943cbdd752cf62b15b620bcd23 [diff] |
common: i2c: Add non-coroutine sendReceive() This commit introduces a non-coroutine version of `sendReceive()` in the common I2C module. The new implementation avoids potential stack buffer issues by ensuring synchronous execution. Change-Id: I1d308f24fafa6e0d68ffcc67073e0a2e67a6b419 Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.