Go to file
Rob Mohr 75e5fc9a15 Add pw_string to bazel build.
Change-Id: I0aa7741959b741de082d44afe87786754b572951
2019-11-14 09:16:03 -08:00
pw_build Add pw_string to bazel build. 2019-11-14 09:16:03 -08:00
pw_docgen Add pw_docgen module 2019-11-13 13:28:28 -08:00
pw_preprocessor Add bazel build system files. 2019-11-14 07:16:44 -08:00
pw_span Add pw_string to bazel build. 2019-11-14 09:16:03 -08:00
pw_status Add pw_string to bazel build. 2019-11-14 09:16:03 -08:00
pw_string Add pw_string to bazel build. 2019-11-14 09:16:03 -08:00
pw_toolchain Add bazel build system files. 2019-11-14 07:16:44 -08:00
pw_unit_test Add bazel build system files. 2019-11-14 07:16:44 -08:00
targets/host Start build target config files 2019-11-14 00:34:25 +00:00
.clang-format Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
.gitignore Add bazel build system files. 2019-11-14 07:16:44 -08:00
.gn Initial Pigweed modules 2019-10-31 17:43:53 -07:00
AUTHORS
BUILD Add pw_string to bazel build. 2019-11-14 09:16:03 -08:00
BUILD.gn Start the pw_string module 2019-11-14 16:32:39 +00:00
BUILDCONFIG.gn Start build target config files 2019-11-14 00:34:25 +00:00
CONTRIBUTING.md
LICENSE
modules.gni Start the pw_string module 2019-11-14 16:32:39 +00:00
pw_vars_default.gni Start build target config files 2019-11-14 00:34:25 +00:00
README.md
WORKSPACE Add bazel build system files. 2019-11-14 07:16:44 -08:00

Pigweed embedded oriented software libraries

Pigweed is a collection of embedded-focused libraries, which we call "modules". These modules are designed for small-footprint MMU-less microcontrollers like the ST Micro STM32L452 or the Nordic NRF82832. The modules are designed to facilitate easy integration into existing codebases.

Pigweed is in the early stages of development.