commit | 49f21314ece3a2346fb5adf773ce123221e2712a | [log] [tgz] |
---|---|---|
author | Ewout van Bekkum <ewout@google.com> | Fri Jan 14 11:34:45 2022 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 14 23:00:41 2022 +0000 |
tree | f717a2d75b7b1fbe7e37bb9f0c5efbe8f822adad | |
parent | 6eafce383bcce53b47fd41604562ff5a10a0b86a [diff] |
pw_cpu_exception_cortex_m: Expose LogExceptionAnalysis() Exposes an internal part of the support backend to log the exception analysis as an optional utility API. The cpu_state.cc file is renamed to support.cc to reflect what the facade/backend that the file is associated with. The cpu_state.h is pulled out to a separate target to remove unnecessary circular dependencies within the module. In addition the last remaining TODOs for pwbug/296 are removed and the Bazel build files are cleaned up a little bit. Also updates the docs to include the configuration options. Bug: 296 Change-Id: Id2ea6adc5dc4f3f99c2d9cf15ea048886739736a Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/78860 Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: 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/