Commit graph

17 commits

Author SHA1 Message Date
Henrik Tjäder
954ec90326 Add authors to each Cargo.toml
Copy-paste the default one used for the project
2023-02-01 22:38:17 +01:00
Henrik Tjäder
63d18132bd Add alpha.0 and required Cargo fields 2023-02-01 22:38:17 +01:00
Emil Fresk
2a4218c8ff Cleanup common code and clippy fixes 2023-02-01 09:10:31 +01:00
Emil Fresk
4c95224e72 Fix spelling error 2023-02-01 09:10:30 +01:00
Emil Fresk
bad222b5a3 rtic-channel: try_* APIs now error if Sender/Receiver does not exist 2023-02-01 09:10:30 +01:00
Emil Fresk
ac891333f1 Add rtic-arbiter 2023-02-01 09:10:30 +01:00
Emil Fresk
6c48ebeeee Move common data structures to rtic-common 2023-02-01 09:10:30 +01:00
Emil Fresk
06867ca440 rtic-time: Make Send happy 2023-01-28 21:11:18 +01:00
Emil Fresk
e6c82b7a4d Fix CI for rtic-channel 2023-01-28 20:54:50 +01:00
Emil Fresk
bb98c315e0 rtic-channel: Add testing, fix bugs 2023-01-28 20:47:21 +01:00
Emil Fresk
975819cfc1 rtic-channel: Fix clippy lint 2023-01-28 13:35:37 +01:00
Emil Fresk
79799d241c Use Pin in the linked lists 2023-01-28 13:28:24 +01:00
Henrik Tjäder
f372194ab4 Add changelog templates 2023-01-28 11:15:59 +01:00
Emil Fresk
8a1503ef3e Added examples for async crates + fixed codegen for non-Copy arguments 2023-01-27 20:20:14 +01:00
Henrik Tjäder
87aa9df129 CI: Don't let warnings get away 2023-01-27 13:18:29 +01:00
Henrik Tjäder
8cef52daf7 waker registration somehow lost, back again 2023-01-27 13:00:16 +01:00
Emil Fresk
cf646adb73 Fixes in MPSC linked list and dropper handling 2023-01-26 22:51:11 +01:00