Commit Graph

2 Commits

Author SHA1 Message Date
Yuval Peress
bba19361f7 zephyr: fix build for chameleon and ToT Zephyr
- Fix incorrect 'IMPLEMENTS_FACADE' which got away from me in code
  review.
- Update the zephyr implementation of pw_assert
- Fix selection of backends to happen at config time before including
  facades
- Update Kconfigs to stop using menus which ended up just making things
  confusing.
- Fix some missing 'select' statements in Kconfigs

Signed-off-by: Yuval Peress <peress@google.com>
Change-Id: I4b830481f62aa27932df4ef5fc19233719f69c74
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/102542
Reviewed-by: Paul Fagerburg <pfagerburg@google.com>
Reviewed-by: Ewout van Bekkum <ewout@google.com>
2022-07-19 16:34:03 +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