summaryrefslogtreecommitdiff
path: root/libcr_ipc/tests
AgeCommit message (Collapse)Author
35 hoursTidy some whitespaceLuke T. Shumaker
6 daysMore GCC 15 fixesLuke T. Shumaker
2025-04-17tests: Name coroutines foo_cr, not cr_fooLuke T. Shumaker
This makes debugging failing tests easier because gdb-helpers/libcr.py assumes that anything starting with cr_* is internal to libcr.
2025-04-15libcr_ipc: Fix cr_select_lLuke T. Shumaker
2025-04-15libcr_ipc: Have generic cr_rpc_* funcs instead of chan-specific funcsLuke T. Shumaker
2025-04-15libcr_ipc: Have generic cr_chan_* funcs instead of chan-specific funcsLuke T. Shumaker
2025-04-07libcr_ipc: Add rwmutexLuke T. Shumaker
2025-04-07libcr_ipc: Pull as much as possible from public .h to .c filesLuke T. Shumaker
2025-04-07libcr_ipc: Have *_DECLARE() allow+require semicolonsLuke T. Shumaker
2025-04-07libcr_ipc: Add tests for selectLuke T. Shumaker
2025-04-07libcr_ipc: Add a test for mutexLuke T. Shumaker
2025-02-23Complete TODO comments and documentationLuke T. Shumaker
2025-02-21Make use of the generated stack.cLuke T. Shumaker
2025-02-21libcr_ipc: Fixes and tests for sema.hLuke T. Shumaker
2025-02-04libcr_ipc: Fix rpc.hLuke T. Shumaker
2024-11-29gdb-helpers/libcr.py: Use fewer breakpointsLuke T. Shumaker
They're at a premium on the RP2040.
2024-11-26wip: libcr_ipc: Add some testsLuke T. Shumaker