index
:
rtic
main
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtic-channel
Age
Commit message (
Expand
)
Author
2023-03-01
Make some linked list operations unsafe, and document their safety at usage
Emil Fresk
2023-03-01
Add authors to each Cargo.toml
Henrik Tjäder
2023-03-01
Add alpha.0 and required Cargo fields
Henrik Tjäder
2023-03-01
Cleanup common code and clippy fixes
Emil Fresk
2023-03-01
Fix spelling error
Emil Fresk
2023-03-01
rtic-channel: try_* APIs now error if Sender/Receiver does not exist
Emil Fresk
2023-03-01
Add `rtic-arbiter`
Emil Fresk
2023-03-01
Move common data structures to `rtic-common`
Emil Fresk
2023-03-01
rtic-time: Make Send happy
Emil Fresk
2023-03-01
Fix CI for rtic-channel
Emil Fresk
2023-03-01
rtic-channel: Add testing, fix bugs
Emil Fresk
2023-03-01
rtic-channel: Fix clippy lint
Emil Fresk
2023-03-01
Use `Pin` in the linked lists
Emil Fresk
2023-03-01
Add changelog templates
Henrik Tjäder
2023-03-01
Added examples for async crates + fixed codegen for non-Copy arguments
Emil Fresk
2023-03-01
CI: Don't let warnings get away
Henrik Tjäder
2023-03-01
waker registration somehow lost, back again
Henrik Tjäder
2023-03-01
Fixes in MPSC linked list and dropper handling
Emil Fresk