commit | db965a32ba89c81e10117d3ba86440ef4d888007 | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Fri Jan 07 16:46:13 2022 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 16 08:43:51 2022 +0000 |
tree | 1bf20334a99299678c909deac80f9deccf0c322b | |
parent | 289c9c31878b5479f1f363166dc62b297b383833 [diff] |
Define new toolchains for Pigweed upstream use The pw_* host toolchains are variants of the standard host toolchains (host_clang_debug, host_gcc_size_optimized, etc.) with additional configuration that is only intended for upstream Pigweed use. Separating these toolchains from the basic existing toolchains allows Pigweed to use different, stricter flags and configurations without affecting downstream projects. Change-Id: I480276bfbdf3f5d1ad5529c64abbf8b5a666ab18 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/77560 Reviewed-by: Armando Montanez <amontanez@google.com> Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.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/