aboutsummaryrefslogtreecommitdiff
path: root/pw_sync_threadx
AgeCommit message (Expand)Author
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-10-07pw_sync: Fix method's classnameCarlos Chinchilla
2021-09-08pw_sync: use timeout & deadline over {until,for}_at_leastEwout van Bekkum
2021-07-29pw_sync_threadx: add bss comment for ISL's state enumEwout van Bekkum
2021-07-29pw_sync_threadx: Adjust ISL enum to make it bss eligibleEwout van Bekkum
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-06-23pw_sync_threadx: Disable thread switching in the ISLEwout 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-11threadx: 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-01-28noexcept: add some noexcepts when mirroring the STLEwout van Bekkum
2021-01-06pw_sync_threadx: allow a custom pw::chrono::SystemClock backendEwout van Bekkum
2020-12-17pw_sync_threadx: fix semaphore max valueEwout van Bekkum
2020-12-08pw_{sync,chrono}_threadx: Add initial ThreadX supportEwout van Bekkum
2020-11-30pw_chrono_stl,pw_sync_threadx: header comment fixupsEwout van Bekkum
2020-11-24pw_sync_threadx: Add pw::sync::SpinLock backendEwout van Bekkum