Fork our minimal, Bazel-based starter code. Bazel is the recommended
build system for new projects using Pigweed.
Sample Project
Fork the Sample Project, a repository that outlines the recommended way to use
Pigweed in a broader GN-based project. Note that Bazel is the recommended
build system for new projects using Pigweed, whereas this sample project uses
GN.
Kudzu
Study the code of Kudzu, a just-for-fun Maker Faire 2023 project that
demonstrates complex Pigweed usage. This project also uses GN.
Zephyr
Instructions on how to use Pigweed in a Zephyr-based project.