commit | 796b62d0e9f304cf251b3a98ee46b506d8858a94 | [log] [tgz] |
---|---|---|
author | Armando Montanez <amontanez@google.com> | Thu Feb 27 15:49:02 2025 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 15:49:02 2025 -0800 |
tree | 2f09e2072dfbc08a614ddb67c8040bd4a6250e18 | |
parent | b599ed3fad75ffe68cc468b92db588cef67451d5 [diff] |
pw_cli: Add helpers for looking up config files This adds some helpers for config file lookups. Traditionally, Pigweed always assumed hard-coded locations for various config paths. This imposed limitations on some tools, and sometimes caused unexpected behavior. These new building blocks will help pave the way for smarter config file loading. Bug: b/399204950 Change-Id: I0d734d1c8c67e43189ea39de47848322657a8724 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/271434 Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ted Pudlik <tpudlik@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.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/.