aboutsummaryrefslogtreecommitdiff
path: root/pw_build
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2024-02-06 22:14:41 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-02-06 22:14:41 +0000
commitd531cdca1114adc31c8ad39693e1bc661a80bdba (patch)
treee788e2d90b588d7fb040f17ab8ce9fc0cb9a20cc /pw_build
parente4d29e728933864b1792dc2cab4d29761cd4edb8 (diff)
downloadpigweed-d531cdca1114adc31c8ad39693e1bc661a80bdba.tar.gz
pw_channel: Module for async data exchange with minimal copying
Introduces the initial pw::channel::Channel class, based on SEED-0114. Change-Id: I689353f86b616dc250c037faf36cf49705214a04 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/189284 Reviewed-by: Keir Mierle <keir@google.com> Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'pw_build')
-rw-r--r--pw_build/generated_pigweed_modules_lists.gni4
1 files changed, 4 insertions, 0 deletions
diff --git a/pw_build/generated_pigweed_modules_lists.gni b/pw_build/generated_pigweed_modules_lists.gni
index cb2f0e5f2..c5f6a970c 100644
--- a/pw_build/generated_pigweed_modules_lists.gni
+++ b/pw_build/generated_pigweed_modules_lists.gni
@@ -57,6 +57,7 @@ declare_args() {
dir_pw_build_info = get_path_info("../pw_build_info", "abspath")
dir_pw_build_mcuxpresso = get_path_info("../pw_build_mcuxpresso", "abspath")
dir_pw_bytes = get_path_info("../pw_bytes", "abspath")
+ dir_pw_channel = get_path_info("../pw_channel", "abspath")
dir_pw_checksum = get_path_info("../pw_checksum", "abspath")
dir_pw_chre = get_path_info("../pw_chre", "abspath")
dir_pw_chrono = get_path_info("../pw_chrono", "abspath")
@@ -231,6 +232,7 @@ declare_args() {
dir_pw_build_info,
dir_pw_build_mcuxpresso,
dir_pw_bytes,
+ dir_pw_channel,
dir_pw_checksum,
dir_pw_chre,
dir_pw_chrono,
@@ -390,6 +392,7 @@ declare_args() {
"$dir_pw_build_info:tests",
"$dir_pw_build_mcuxpresso:tests",
"$dir_pw_bytes:tests",
+ "$dir_pw_channel:tests",
"$dir_pw_checksum:tests",
"$dir_pw_chre:tests",
"$dir_pw_chrono:tests",
@@ -549,6 +552,7 @@ declare_args() {
"$dir_pw_build_info:docs",
"$dir_pw_build_mcuxpresso:docs",
"$dir_pw_bytes:docs",
+ "$dir_pw_channel:docs",
"$dir_pw_checksum:docs",
"$dir_pw_chre:docs",
"$dir_pw_chrono:docs",