Commit Graph

2 Commits

Author SHA1 Message Date
Yuval Peress
65c3d9bd70 zephyr: Fixup ToT to support Zephyr builds
Add the zephyr/ prefix to the include paths needed for ToT zephyr
builds as well as removing the type-limits warning. Type limit warnings
don't work with Zephyr because of the Kconfig feature. In a given
build we can check `uintptr >= CONFIG_X` and CONFIG_X may be 0, but
in another build it might be 10.

Bug: b/236263182
Change-Id: Iaf3a5075a4af51f740efe66abcd709d6d9796396
Signed-off-by: Yuval Peress <peress@google.com>
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/108834
Reviewed-by: Wyatt Hepler <hepler@google.com>
Reviewed-by: Rob Barnes <robbarnes@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
2022-09-01 05:20:35 +00:00
Yuval Peress
b8f3ad2db9 Zephyr implementation of pw_rpc and dependencies
Provide a Zephyr implementation of the pigweed modules and facades
required for using pw_rpc in a Zephyr application.

Change-Id: I6f148e7d85b338fcb7045460912d228f1785576c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/67186
Reviewed-by: Keir Mierle <keir@google.com>
Reviewed-by: Paul Fagerburg <pfagerburg@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Pigweed-Auto-Submit: Yuval Peress <peress@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
2021-12-17 00:09:32 +00:00