aboutsummaryrefslogtreecommitdiff
path: root/build_overrides
AgeCommit message (Collapse)Author
2022-03-27third_party/pico-sdk: Pi Pico GN buildArmando Montanez
Introduces a GN-based build for the Raspberry Pi Pico. Usage instructions: * clone the Pico SDK repo and then point PICO_SRC_DIR to the directory that the Pico SDK was cloned to. * ninja -C out Change-Id: I4ff058b1f32c737706a8625c916c52c21275e88f Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/88806 Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com> Reviewed-by: Anthony DiGirolamo <tonymd@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
2022-02-16Generate the dir_* build args and lists of modulesWyatt Hepler
- Generate dir_* module variables in modules.gni using the modules.py script. This consolidates the various lists of modules into a single PIGWEED_MODULES list. It also gives projects a way to include all Pigweed code without relying on its top-level BUILD.gn file. - Generate pw_modules, pw_module_tests, and pw_module_docs lists that provide the targets for the top-level pw_modules and pw_modules_tests groups and for the docs:module_docs target. - Display a warning in Pigweed's gn gen if any pw_* directories are missing from PIGWEED_MODULES. - Move the logic for excluding tests under certain conditions into the modules. Change-Id: Ied6f72315159af0d0da04505f8a91438e8b959e4 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/77940 Reviewed-by: Anthony DiGirolamo <tonymd@google.com> 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>
2020-06-16Don't declare pigweed variables as globalsArmando Montanez
Require targets to explicitly import pigweed variable definitions. This moves out some necessary logic from the BUILDCONFIG.gn file. Change-Id: If9c9fe5a680cc9d897a0e8a55889873be618ed84