Commit graph

21 commits

Author SHA1 Message Date
Henrik Tjäder
8c9770db0c Clippy: 1.86: Handle style lint for Option.replace
https://rust-lang.github.io/rust-clippy/stable/index.html#mem_replace_option_with_some
2025-06-08 09:10:01 +00:00
Oleksandr Babak
be6648c0ee fix: move the popped check after the fence 2025-04-03 12:18:11 +00:00
Oleksandr Babak
e10866ff30 fix: check if link is already popped when removing it inside the critical section 2025-04-03 12:18:11 +00:00
Oleksandr Babak
c9eefd2e25 chore: changelog entry 2025-04-03 12:18:11 +00:00
Oleksandr Babak
08a0d7f53a feat: do not cause memory corruption if remove_from_list (safe function) is called multiple times 2025-04-03 12:18:11 +00:00
Emil Fresk
2efdef6029 Fix clippy lints 2024-05-27 11:26:06 +02:00
Jan Niehusmann
a6aeb865b7
Add repository links to some crates hosted in this repo (#871) 2023-12-25 09:24:56 +00:00
onsdagens
2b2208e217 esp32c3 support 2023-09-27 19:50:13 +00:00
Henrik Tjäder
716b1c7e75 Changelog: Common: Add date 2023-07-01 04:00:30 +00:00
Emil Fresk
c3884e212c v2.0 release 2023-05-25 08:27:58 +02:00
bors[bot]
55083fb3cc
Merge #736
736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet

This was in #732 before, but decluttering that PR seemed sensible

Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-04-16 19:19:09 +00:00
datdenkikniet
2db26c1015 Deny on warnings in xtasks 2023-04-16 13:08:46 +02:00
datdenkikniet
68ccf0423d rtic-common: rename LinkedList to DoublyLinkedList 2023-04-15 19:19:49 +02:00
datdenkikniet
068eea8425 rtic-common: docs 2023-04-15 19:19:49 +02:00
Henrik Tjäder
5dc2c1d351 rtic-common: Fix safety section formatting 2023-03-04 01:06:46 +01:00
Emil Fresk
1cda61fbda Make some linked list operations unsafe, and document their safety at usage 2023-03-01 00:35:20 +01:00
Henrik Tjäder
c2d2b1ba38 Add authors to each Cargo.toml
Copy-paste the default one used for the project
2023-03-01 00:35:10 +01:00
Henrik Tjäder
fe77b4538d Add alpha.0 and required Cargo fields 2023-03-01 00:35:10 +01:00
Emil Fresk
15d788b7fa Fix spelling error 2023-03-01 00:33:39 +01:00
Emil Fresk
5c1cefbf4e Add rtic-arbiter 2023-03-01 00:33:38 +01:00
Emil Fresk
e65e532c2a Move common data structures to rtic-common 2023-03-01 00:33:38 +01:00