aboutsummaryrefslogtreecommitdiff
path: root/pw_thread_freertos
AgeCommit message (Expand)Author
2023-10-09pw_thread_freertos: Fix extra wakeups when detaching threadsAustin Foxley
2023-10-09*: Update formatting for new clang versionRob Mohr
2023-09-20docs: Clean up remaining instances of code::Armando Montanez
2023-09-18*: Use new TODO styleRob Mohr
2023-09-05pw_thread_freertos: Add missing dep to libraryTed Pudlik
2023-07-26python: Remove setup.py filesAnthony DiGirolamo
2023-07-20pw_protobuf_compiler: Disable legacy namespaceAustin Foxley
2023-07-13pw_thread: Rename test_threads.h, update docsWyatt Hepler
2023-07-07pw_thread: Remove redundant Bazel targetsTed Pudlik
2023-07-06bazel: Fix facade layering_check violationsTed Pudlik
2023-06-12pw_thread_freertos: Don't assume thread iteration backend is setAustin Foxley
2023-03-09bazel: FreeRTOS supportTed Pudlik
2023-01-06pw_thread_freertos/thread: Require INCLUDE_xTaskGetSchedulerState == 1Ewout van Bekkum
2022-12-12pw_thread: Add missing top-of-stack value in thread stack snapshotHarish Kulkarni
2022-11-30pw_thread: Format with blackRob Mohr
2022-11-29pw_thread_freertos: Get wildcard build passingArmando Montanez
2022-11-15pw_build/cmake: Migrate pw_add_module_facade -> pw_add_facadeEwout van Bekkum
2022-11-15pw_build/cmake: Migrate pw_add_module_library -> pw_add_libraryEwout van Bekkum
2022-11-11cmake/pw_add_module_library: Remove use of IMPLEMENTS_FACADESEwout van Bekkum
2022-11-10cmake: Migrate all facades to use BACKEND variablesEwout van Bekkum
2022-11-09pw_build/cmake: Rename pw_add_facade to pw_add_module_facadeEwout van Bekkum
2022-11-06all_modules: Update OWNERS files to match stylingTim Laurence
2022-10-20python: Start enforcing mypy --no-implicit-optionalRob Mohr
2022-10-14pw_thread: Fix support for multiple facades in the same moduleYvonne Yip
2022-10-08OWNERS: Add keep_sorted linesRob Mohr
2022-09-28pw_thread: Move protos to pw.thread.protoArmando Montanez
2022-09-27pw_{multisync, thread}: Enforce pw::Status return checksrachumalla
2022-09-26pw_thread_freertos: Fix peak stack usage capture sizeArmando Montanez
2022-08-26pw_system: Thread Snapshot RPC service upstream integrationMedha Kini
2022-08-26pw_thread_freertos: Fix peak stack usage captureMedha Kini
2022-08-24pw_thread_freertos: Generate freertos_tsktcb.hArmando Montanez
2022-08-20pw_thread_freertos: Thread iteration API implementationMedha Kini
2022-08-20pw_thread_freertos: Update Options classMedha Kini
2022-06-30Replace some pwbug/### TODOs with b/###Rob Mohr
2022-06-29Replace some pwbug/### TODOs with b/###Rob Mohr
2022-06-29pw_span: Replace pw_polyfill.span deps with pw_spanWyatt Hepler
2022-06-29pw_span: Switch from std::span to pw::spanWyatt Hepler
2022-06-24pw_span: Explicitly specify pw_span dependencies in GNWyatt Hepler
2022-06-21pw_thread: Add explicit public default ctor for stl::OptionsDennis Kormalev
2022-06-21Revert "pw_thread: Add explicit public default ctor for stl::Options"Scott James Remnant
2022-06-21pw_thread_freertos: Suppress compiler warning on unused callbackYicheng Li
2022-06-20pw_thread: Add explicit public default ctor for stl::OptionsDennis Kormalev
2022-02-16pw_build: pw_build_assert templateWyatt Hepler
2022-01-24pw_thread_freertos/util: Adjust to avoid -fpermissive errorsEwout van Bekkum
2022-01-20pw_thread_freertos: Add CMake supportEwout van Bekkum
2021-12-06Fix a typo in pw_thread_freertosEdwin Vane
2021-12-01pw_thread_freertos: Add missing pw_assert depAlex Deymo
2021-11-24pw_thread/backends: Expand docsEwout van Bekkum
2021-11-17pw_thread: Extend docs and update duration/deadline terminologyEwout van Bekkum
2021-11-09pw_function: Pass by reference or rvalue referenceWyatt Hepler