Go to file
Keir Mierle 2b0e008a75 pw_unit_test: Clang fixes
This makes two tweaks to enable compiling with Clang on the desktop:
- Switch from (&function_pointer) to (*function_pointer) style.
- Make destructor final in derived test class to prevent warning from
  the "-Wdelete-non-abstract-non-virtual-dtor" flag.

Change-Id: Ic1783e41ee8092a5ad218ebdb48376742f85ff50
2019-11-08 00:01:49 -08: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_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 Initial commit for Pigweed 2019-10-31 13:26:45 -07:00
BUILD.gn Build and run unit tests through GN 2019-11-08 01:16:04 +00:00
BUILDCONFIG.gn Initial Pigweed modules 2019-10-31 17:43:53 -07: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 preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
README.md Initial commit for Pigweed 2019-10-31 13:26:45 -07: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.