modules/pubsub: Remove internal namespace

This pulls the base pubsub implementation out of an internal namespace
to allow the non-templated version of PubSub to be used in public APIs.
The templated PubSub is renamed PubSubBuffer following the convention of
similar Pigweed modules.

Change-Id: Ic05e9632cf907d32bdb2b3dd98a486bde8cb2b65
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/rp2/+/220813
Commit-Queue: Alexei Frolov <frolv@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
2 files changed
tree: 4974ee247f6662081490ad78f2e3cfcadd9515a5
  1. .vscode/
  2. apps/
  3. device/
  4. modules/
  5. system/
  6. targets/
  7. tools/
  8. .bazelignore
  9. .bazelrc
  10. .bazelversion
  11. .clang-format
  12. .gitignore
  13. AUTHORS
  14. BUILD.bazel
  15. CONTRIBUTING.md
  16. LICENSE
  17. OWNERS
  18. pigweed.json
  19. README.md
  20. WORKSPACE
README.md

Pigweed Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Pigweed.