aboutsummaryrefslogtreecommitdiff
path: root/pw_sync_freertos
AgeCommit message (Expand)Author
2022-03-22pw_sync_freertos: Add preconditions to ThreadNotificationsEwout van Bekkum
2022-03-05pw_sync_freertos: Add CMake supportEwout van Bekkum
2022-02-16pw_build: pw_build_assert templateWyatt Hepler
2021-12-14pw_thread_sync_freertos: Add explicit castsAnthony DiGirolamo
2021-11-23pw_sync/interrupt_spin_lock: Optimize try_lock for uniprocesorsEwout van Bekkum
2021-11-08pw_sync_backends: Expand comments in the implementationsEwout van Bekkum
2021-11-06pw_sync_freertos: Fix two TimedThreadNotification bugsEwout van Bekkum
2021-11-04pw_sync_freertos: Add optimized ThreadNotification backendEwout van Bekkum
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-09-08pw_sync: use timeout & deadline over {until,for}_at_leastEwout van Bekkum
2021-07-27pw_sync_freertos: cast to correct handle typesScott James Remnant
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-06-22pw_sync_freertos: remove unnecessary atomic in InterruptSpinLockEwout van Bekkum
2021-05-01workspace: Switches Bazel builds to using facadesNathaniel Brough
2021-04-30pw_assert: Switch to the new header namesWyatt Hepler
2021-04-09pw_sync: split out pw::sync::TimedMutex from pw::sync::MutexEwout van Bekkum
2021-03-13pw_sync: Clean up InterruptSpinLock migrationEwout van Bekkum
2021-03-12pw_sync: rename SpinLock -> InterruptSpinLockEwout van Bekkum
2021-03-10freertos: remove extra tick timeout for 0 length durationsEwout van Bekkum
2021-03-10pw_sync_freertos: remove the unnecessary handlesEwout van Bekkum
2021-03-10freertos: fix for_at_least contract to add one tickEwout van Bekkum
2021-03-10pw_sync: change SpinLock to have a constexpr ctorEwout van Bekkum
2021-03-06pw_sync_freertos: correct Mutex & Semaphore destructorsEwout van Bekkum
2021-03-05pw_sync_freertos: fix kCountingSemaphoreMaxValue constantEwout van Bekkum
2021-01-28noexcept: add some noexcepts when mirroring the STLEwout van Bekkum
2020-12-17pw_{sync,chrono}_freertos: Add initial FreeRTOS supportEwout van Bekkum