Clone this repo:
  1. c0d083c Revert "Remove builder-build-dir experiment from recipes" by Garrett Beaty · 10 hours ago main
  2. 909c658 [Perf] Update recipe for Falcon RAK 5070 UAT by John Chen · 15 hours ago
  3. b96e24c Roll recipe dependencies (trivial). by recipe-roller · 15 hours ago
  4. e32f5ae Roll recipe dependencies (trivial). by recipe-roller · 17 hours ago
  5. 6896edc Roll recipe dependencies (trivial). by recipe-roller · 18 hours ago

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.