Bazel: Retire pigweed_config (part 1) This change introduces new label flags in targets/BUILD.bazel, but doesn't yet remove the old pigweed_config mechanism. This will allow downstream projects to have a soft transition: they can replace all references to pigweed_config with those to the new label flags. A followup CL will remove the pigweed_config altogether. Bug: b/291106264 Change-Id: I2ee8517881f12a5dfd3201be1088a5777940c073 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/168721 Reviewed-by: Kayce Basques <kayce@google.com> Commit-Queue: Ted Pudlik <tpudlik@google.com> Reviewed-by: Armando Montanez <amontanez@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/.