Go to file
Alexei Frolov 02dfcc47d9 Make default toolchain a build argument
This change makes the default toolchain for the build system an
argument so that it can be configured per build target.

Change-Id: I32822be9a6e33376bb1e75b996f79d3451ef9963
2019-11-11 17:59:47 +00:00
pw_build Compiler option updates 2019-11-07 10:51:32 -08:00
pw_preprocessor Build and run unit tests through GN 2019-11-08 01:16:04 +00:00
pw_span pw_span module 2019-11-08 17:15:01 -08:00
pw_status Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
pw_toolchain Compiler option updates 2019-11-07 10:51:32 -08:00
pw_unit_test pw_unit_test: Clang fixes 2019-11-08 00:01:49 -08:00
.clang-format Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
.gitignore Initial Pigweed modules 2019-10-31 17:43:53 -07:00
.gn Initial Pigweed modules 2019-10-31 17:43:53 -07:00
AUTHORS
BUILD.gn pw_span module 2019-11-08 17:15:01 -08:00
BUILDCONFIG.gn Make default toolchain a build argument 2019-11-11 17:59:47 +00:00
CONTRIBUTING.md
LICENSE
modules.gni pw_span module 2019-11-08 17:15:01 -08:00
README.md

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.