commit | a930af4bf36032b8491a7b1c4274b85d1fe6caab | [log] [tgz] |
---|---|---|
author | pigweed-integration-roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> | Tue Jun 29 16:27:27 2021 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 29 16:34:53 2021 +0000 |
tree | cd3a969ec9c3cc41ec043bce940855b3dba885a7 | |
parent | 7ceb10bf04f24f5350c2eacce4fb1ca37d91aafd [diff] |
[roll third_party/pigweed] third_party/freertos: Fix non-absolute path in public_includes Without the absolute path, Source/include needs to always be under //third_party/pigweed/freertos, which both defeats the point of having the location be a build arg, and it isn't possible for other projects to nest submodules this way. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/51421 third_party/pigweed Rolled-Commits: 5fc2541e8a74a78..02364df0d4a1f24 Roller-URL: https://ci.chromium.org/b/8843074554059061953 Cq-Cl-Tag: roller-builder:pigweed-experimental-roller Cq-Cl-Tag: roller-bid:8843074554059061953 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I8aff5b1279521b6576a8be8963f0dc7fc6655796 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/51560 Reviewed-by: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> Commit-Queue: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com>
This repository contains experimental pigweed modules.
Clone this repo with --recursive
to get all required submodules.
git clone --recursive https://pigweed.googlesource.com/pigweed/experimental
This will pull the Pigweed source repository into third_party/pigweed
. If you already cloned but forgot to --recursive
run git submodule update --init
to pull all submodules.