commit | 2b0e008a754fdb169e4c2788133f329dd8850ac0 | [log] [tgz] |
---|---|---|
author | Keir Mierle <keir@google.com> | Thu Nov 07 23:57:34 2019 -0800 |
committer | Keir Mierle <keir@google.com> | Fri Nov 08 00:01:49 2019 -0800 |
tree | 4787723870ca3047a3e114aaa01ae6bb2e251243 | |
parent | 925fb8f5101a145fd799e2e5773fa6457b519633 [diff] |
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
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.