commit | f01f441ee28cf1688ae077003473be79a2a5e856 | [log] [tgz] |
---|---|---|
author | pigweed-integration-roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> | Mon Aug 09 23:19:47 2021 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 09 23:26:48 2021 +0000 |
tree | 0d4761ea2097803e9d025ba626b5f730c30987e6 | |
parent | 11883d595f0439303eb520a91aed322c96f0f1b4 [diff] |
[roll third_party/pigweed] pw_thread_freertos: Don't resume before scheduler is running Calling vTaskResume() before vTaskStartScheduler() can cause port_YIELD() to be called, resulting in a crash either now or later. It's safe to call xTaskResumeAll() instead, so apply the fix by only using vTaskResume() is both that method and xTaskGetSchedulerState() are available. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/56548 https://pigweed.googlesource.com/pigweed/pigweed third_party/pigweed Rolled-Commits: 0b6b443601ad4fd..bf34d289c4f9815 Roller-URL: https://ci.chromium.org/b/8839334120687393761 Cq-Cl-Tag: roller-builder:pigweed-experimental-roller Cq-Cl-Tag: roller-bid:8839334120687393761 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I455bfabd158b58ca472b2971c7151aa8761f0294 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/56551 Bot-Commit: 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.