Go to file
Rob Mohr cd59b7e076 Change 'size() == 0' to 'empty()'.
This came from a clang-tidy warning.

Change-Id: Ieee35262ab773e7314fbb0d3c0b197016734297d
2019-11-19 18:19:51 +00:00
docs Add root docs directory 2019-11-14 17:29:23 -08:00
pw_bloat Minor pw_bloat updates 2019-11-15 23:23:26 +00:00
pw_build Add docstring to pigweed.bzl. 2019-11-19 18:19:41 +00:00
pw_docgen Add license metadata to bazel files. 2019-11-15 11:52:14 -08:00
pw_dumb_io Add pw_dumb_io to bazel build. 2019-11-19 05:11:32 +00:00
pw_dumb_io_baremetal_stm32f429 Add stm32f429i-disc1 target and pw_dumb_io 2019-11-16 00:14:52 +00:00
pw_dumb_io_stdio Add pw_dumb_io with host backend 2019-11-16 00:14:15 +00:00
pw_preprocessor Simplify bazel build. 2019-11-18 11:24:53 -08:00
pw_span Change 'size() == 0' to 'empty()'. 2019-11-19 18:19:51 +00:00
pw_status Simplify bazel build. 2019-11-18 11:24:53 -08:00
pw_string Make IntToString argument names consistent. 2019-11-19 09:59:19 -08:00
pw_toolchain Small Cortex-M4 toolchain tweaks 2019-11-18 21:14:52 +00:00
pw_unit_test Move headers to hdrs for in pw_unit_test. 2019-11-19 05:12:08 +00:00
targets Add stm32f429i-disc1 target and pw_dumb_io 2019-11-16 00:14:52 +00:00
.clang-format Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
.gitignore Expand and organize .gitignore 2019-11-15 21:52:38 +00:00
.gn Initial Pigweed modules 2019-10-31 17:43:53 -07:00
AUTHORS Initial commit for Pigweed 2019-10-31 13:26:45 -07:00
BUILD Add pw_toolchain to bazel build. 2019-11-15 23:00:54 +00:00
BUILD.gn Add pw_dumb_io with host backend 2019-11-16 00:14:15 +00:00
BUILDCONFIG.gn Start build target config files 2019-11-14 00:34:25 +00:00
CONTRIBUTING.md Initial commit for Pigweed 2019-10-31 13:26:45 -07:00
LICENSE Initial commit for Pigweed 2019-10-31 13:26:45 -07:00
modules.gni Add stm32f429i-disc1 target and pw_dumb_io 2019-11-16 00:14:52 +00:00
presubmit.py Force use of CIPD packages in presubmit.py. 2019-11-18 20:08:00 +00:00
pw_vars_default.gni Add stm32f429i-disc1 target and pw_dumb_io 2019-11-16 00:14:52 +00:00
README.md Initial commit for Pigweed 2019-10-31 13:26:45 -07:00
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.