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/