Setup sample_project structure

- build_overrides/pigweed.gni declares new modules.
  e.g. $dir_pw_board_led
- Copy sample_project/workshop/{string,rpc} examples to applications/

Change-Id: Ia136853a382ab5f24d2dc269ee9bf22e2d855a7b
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/35000
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
Pigweed-Auto-Submit: Anthony DiGirolamo <tonymd@google.com>
Reviewed-by: Joe Ethier <jethier@google.com>
Reviewed-by: Rob Mohr <mohrr@google.com>
60 files changed
tree: 11be18ab70f3df5a24bcd0c4670bbc0e5b6d326d
  1. applications/
  2. build_overrides/
  3. modules/
  4. targets/
  5. third_party/
  6. tools/
  7. .gitattributes
  8. .gitignore
  9. .gitmodules
  10. .gn
  11. activate.bat
  12. banner.txt
  13. bootstrap.bat
  14. bootstrap.sh
  15. BUILD.gn
  16. BUILDCONFIG.gn
  17. navbar.md
  18. PW_PLUGINS
  19. README.md
README.md

Pigweed Experimental

This repository contains experimental pigweed modules.

Repository setup

Clone this repo with --recursive to get all required submodules.

git clone --recursive https://pigweed.googlesource.com/pigweed/experimental

This will pull the Pigweed source repository into third_party/pigweed. If you already cloned but forgot to --recursive run git submodule update --init to pull all submodules.