Skip to content

Commit

Permalink
third_party/freertos: Add missing timed_mutex_backend
Browse files Browse the repository at this point in the history
Change-Id: I6cab4074f57f459547f583f9ee900490de1d19c1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/243885
Reviewed-by: Taylor Cramer <[email protected]>
Pigweed-Auto-Submit: Jonathon Reinhart <[email protected]>
Docs-Not-Needed: Jonathon Reinhart <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Austin Foxley <[email protected]>
  • Loading branch information
JonathonReinhart authored and CQ Bot Account committed Oct 24, 2024
1 parent 87face4 commit fed7295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/freertos/flags.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ FREERTOS_FLAGS = {
str(Label("//pw_sync:interrupt_spin_lock_backend")): str(Label("//pw_sync_freertos:interrupt_spin_lock")),
str(Label("//pw_sync:mutex_backend")): str(Label("//pw_sync_freertos:mutex")),
str(Label("//pw_sync:thread_notification_backend")): str(Label("//pw_sync_freertos:thread_notification")),
str(Label("//pw_sync:timed_mutex_backend")): str(Label("//pw_sync_freertos:timed_mutex")),
str(Label("//pw_sync:timed_thread_notification_backend")): str(Label("//pw_sync_freertos:timed_thread_notification")),
str(Label("//pw_thread:id_backend")): str(Label("//pw_thread_freertos:id")),
str(Label("//pw_thread:iteration_backend")): str(Label("//pw_thread_freertos:thread_iteration")),
str(Label("//pw_thread:sleep_backend")): str(Label("//pw_thread_freertos:sleep")),
str(Label("//pw_thread:thread_backend")): str(Label("//pw_thread_freertos:thread")),
str(Label("//pw_thread:test_thread_context_backend")): str(Label("//pw_thread_freertos:test_thread_context")),
str(Label("//pw_thread:thread_backend")): str(Label("//pw_thread_freertos:thread")),
str(Label("//pw_thread:yield_backend")): str(Label("//pw_thread_freertos:yield")),
}

0 comments on commit fed7295

Please sign in to comment.