third_party.pigweed.src/pw_hdlc
Wyatt Hepler 506466d72a pw_channel: Consistent datagram/byte channel aliases
Have a consistent set of reader/writer aliases for datagram and byte
channels. Include "Reliable" for reliable channels.

Change-Id: I39010b2dc25951f5c82729558aae3416f0a9a0be
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/210796
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Reviewed-by: Taylor Cramer <cramertj@google.com>
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
2024-05-21 23:46:21 +00:00
..
java
public/pw_hdlc docs: Add pw_status table for API references 2024-04-17 21:33:11 +00:00
py python: Use future annotations 2024-03-21 18:00:28 +00:00
rpc_example pw_docgen: Single-source the module metadata 2024-03-14 23:01:57 +00:00
size_report
ts
Android.bp pw_result: Define as cc_static_library 2024-03-26 23:25:26 +00:00
api.rst pw_hdlc: Expose Encoder 2024-03-19 19:25:02 +00:00
BUILD.bazel pw_hdlc: Add async router 2024-03-27 02:00:35 +00:00
BUILD.gn pw_hdlc: Add async router 2024-03-27 02:00:35 +00:00
CMakeLists.txt pw_hdlc: Add async router 2024-03-27 02:00:35 +00:00
decoder_test.cc
decoder.cc
design.rst pw_docgen: Single-source the module metadata 2024-03-14 23:01:57 +00:00
docs.rst pw_hdlc: Add async router 2024-03-27 02:00:35 +00:00
encoded_size_test.cc pw_{containers,hdlc,build,rpc,transfer}: Iterators 2024-04-16 23:47:41 +00:00
encoder_test.cc pw_hdlc: Expose Encoder 2024-03-19 19:25:02 +00:00
encoder.cc pw_hdlc: Expose Encoder 2024-03-19 19:25:02 +00:00
guide.rst pw_docgen: Single-source the module metadata 2024-03-14 23:01:57 +00:00
hdlc_sys_io_system_server.cc
Kconfig
OWNERS
router_test.cc pw_channel: Consistent datagram/byte channel aliases 2024-05-21 23:46:21 +00:00
router.cc pw_channel: Return status from PollReadyToWrite 2024-04-01 17:11:25 +00:00
router.rst pw_hdlc: Document members of router 2024-04-01 17:53:10 +00:00
rpc_channel_test.cc
size.rst pw_docgen: Single-source the module metadata 2024-03-14 23:01:57 +00:00
wire_packet_parser_test.cc
wire_packet_parser.cc