index
:
sbc-harness
lukeshu/9p-containers
lukeshu/9p-read-multi-iovec
lukeshu/clang-format
lukeshu/dhcp
lukeshu/libobj
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
lukeshu/vid
lukeshu/vid2
lukeshu/waitgroup
main
Unnamed repository; edit this file 'description' to name the repository.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcr_ipc
/
tests
Age
Commit message (
Collapse
)
Author
35 hours
Tidy some whitespace
Luke T. Shumaker
6 days
More GCC 15 fixes
Luke T. Shumaker
2025-04-17
tests: Name coroutines foo_cr, not cr_foo
Luke 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-15
libcr_ipc: Fix cr_select_l
Luke T. Shumaker
2025-04-15
libcr_ipc: Have generic cr_rpc_* funcs instead of chan-specific funcs
Luke T. Shumaker
2025-04-15
libcr_ipc: Have generic cr_chan_* funcs instead of chan-specific funcs
Luke T. Shumaker
2025-04-07
libcr_ipc: Add rwmutex
Luke T. Shumaker
2025-04-07
libcr_ipc: Pull as much as possible from public .h to .c files
Luke T. Shumaker
2025-04-07
libcr_ipc: Have *_DECLARE() allow+require semicolons
Luke T. Shumaker
2025-04-07
libcr_ipc: Add tests for select
Luke T. Shumaker
2025-04-07
libcr_ipc: Add a test for mutex
Luke T. Shumaker
2025-02-23
Complete TODO comments and documentation
Luke T. Shumaker
2025-02-21
Make use of the generated stack.c
Luke T. Shumaker
2025-02-21
libcr_ipc: Fixes and tests for sema.h
Luke T. Shumaker
2025-02-04
libcr_ipc: Fix rpc.h
Luke T. Shumaker
2024-11-29
gdb-helpers/libcr.py: Use fewer breakpoints
Luke T. Shumaker
They're at a premium on the RP2040.
2024-11-26
wip: libcr_ipc: Add some tests
Luke T. Shumaker