Go to file
Rob Mohr be98ead12a Add bazel build system files.
Build everything with 'bazel build //...' and run all tests with
'bazel test //...'.

Change-Id: Ia912e999e33caa9b490002d639dc4c9a80034afc
2019-11-14 07:16:44 -08:00
pw_build Add bazel build system files. 2019-11-14 07:16:44 -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 bazel build system files. 2019-11-14 07:16:44 -08:00
pw_status Add bazel build system files. 2019-11-14 07:16:44 -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
AUTHORS
BUILD Add bazel build system files. 2019-11-14 07:16:44 -08:00
BUILD.gn pw_span module 2019-11-08 17:15:01 -08:00
BUILDCONFIG.gn Start build target config files 2019-11-14 00:34:25 +00:00
CONTRIBUTING.md
LICENSE
modules.gni Add pw_docgen module 2019-11-13 13:28:28 -08: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.