commit | cb3cacf28d0a82c120c9de7b89779f2682592bd8 | [log] [tgz] |
---|---|---|
author | Yuval Peress <peress@google.com> | Tue Aug 26 11:57:49 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 26 11:57:49 2025 -0700 |
tree | 9f8035497a2f07fa83efb56fef61c4fb2c196ce8 | |
parent | 03581907fcee871e446d25a3f71b47612f0884d5 [diff] |
pw_trace_tokenized: Fix Zephyr library dependency The Zephyr library should not be automatically linked, instead we should use a Kconfig which will set the correct value of pw_trace_tokenizer_time. This way only if the top level pw_trace_tokenized.core is linked, then the Zephyr implementation will also be linked due to the dependencies. It's fine to have this by default set to 'y' since the library will only be linked into the application if there's a dependency on the core library too. Change-Id: I5ae49c4bcf75d07268ed8a461722164af27dd1d1 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/316172 Reviewed-by: Carlos Chinchilla <cachinchilla@google.com> Commit-Queue: Yuval Peress <peress@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Pigweed-Auto-Submit: Yuval Peress <peress@google.com> Docs-Not-Needed: Yuval Peress <peress@google.com> Reviewed-by: Al Semjonovs <asemjonovs@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-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/.