commit | e07218137281a0496e530c759f2e91d161ceedcc | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Thu Jun 02 10:35:10 2022 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 06 18:26:20 2022 +0000 |
tree | 43af4816f05039231a33cdcd5c06f66101274b1a | |
parent | 29f05268eadde29f6d42f91ec1d5b2968848d411 [diff] |
pw_assert: Rename assert_lite_backend.h to assert_backend.h PW_ASSERT originally used assert_lite_backend.h for its backend since the assert_backend.h header was used for PW_CHECK's backend. PW_CHECK moved to check_backend.h, so now PW_ASSERT can use assert_backend.h. Update some target names and paths to match the new assert/check split. Change-Id: I4efc3a90251585c4c5932eb38bfa5f3096d5cd5e Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/96741 Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com> Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Reviewed-by: Ewout van Bekkum <ewout@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/