commit | 0dae2d63db490e752f4b770af2d24932e85bf561 | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Thu Nov 14 10:43:51 2019 -0800 |
committer | Wyatt Hepler <hepler@google.com> | Thu Nov 14 10:43:51 2019 -0800 |
tree | cab2d256722bfeaf1b54f33c9e4e22738e1bc374 | |
parent | cf185b4ccc384b32710dbdf1a29d16071460057a [diff] |
Use EXPECT_STREQ instead of EXPECT_EQ EXPECT_EQ happens to work (sometimes) because of string interning, but these strings should be compared by value with EXPECT_STREQ. Change-Id: Ifdcc7cf12d9c0868d8e7976baf549935ef117efc
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.