commit | b63b498bfa32e6fce2134a7637d39c6cfd63a7b7 | [log] [tgz] |
---|---|---|
author | Matt Stark <msta@google.com> | Thu Feb 01 03:24:39 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 01 03:24:39 2024 +0000 |
tree | cec962965456b459b39f69fb86134b3a26be6470 | |
parent | 0e8ccae17ac616bcc325b59c7fda6970d3ac41e0 [diff] |
pw_toolchain_bazel: Create temporary variable An internal user has written ``` pw_cc_action_config( ... implies = ["archiver_flags", "linker_param_file"], ) ``` We will: 1) Submit this CL 2) Switch their code to use this variable 3) Submit the action config CL which changes this to labels 4) Inline it in their code. Bug: 322872628 Test: None Change-Id: I4ec05c9f8af1e118f957b69ecd0d5e1e377689bd Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/189970 Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: Matt Stark <msta@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/.