commit | f087aa264e918125ccb7c7fcf4614aad1b863e34 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Thu Apr 17 00:27:30 2025 -0400 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Apr 21 07:45:35 2025 +0200 |
tree | 454815502a1f321c88928636f09d526e27f65a27 | |
parent | e29c0c1783105ab0022ef3499ec16d64bc7981fa [diff] |
kernel/pipe: fix poll support Two issues: - is_condition_met() was missing proper code for The K_POLL_TYPE_PIPE_DATA_AVAILABLE case - z_handle_obj_poll_events() was misplaced in z_impl_k_pipe_write() Note: I added support for the deprecated pipe implementation to is_condition_met() but that is untested. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>