| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-24 | rtic-sync: introduce loom compat layer and apply it to `channel` | datdenkikniet | |
| 2025-03-23 | rtic-sync: update CHANGELOG.md | datdenkikniet | |
| 2025-03-23 | rtic-sync: we have exclusive access to the free slot pointer when in `drop` | datdenkikniet | |
| 2025-03-23 | rtic-sync: `take` link if it is popped | datdenkikniet | |
| 2025-03-23 | rtic: placate clippy for esp32c3 | datdenkikniet | |
| 2025-03-23 | ci: use reusable workflow | datdenkikniet | |
| 2025-03-23 | ci: some nicer messages | datdenkikniet | |
| 2025-03-23 | ci: riscv check examples does not need nightly toolchain | datdenkikniet | |
| 2025-03-23 | ci: fix QEMU tests for esp32 | datdenkikniet | |
| 2025-03-23 | ci: Check at least one C3 target | datdenkikniet | |
| 2025-03-23 | ci: check for hifive1 is now also supported | datdenkikniet | |
| 2025-03-23 | ci & xtask: support hifive clippy | datdenkikniet | |
| 2025-03-23 | ci: check can use the same template | datdenkikniet | |
| 2025-03-23 | ci: clippy can use the same template | datdenkikniet | |
| 2025-03-23 | ci: testexamples can use the same template | datdenkikniet | |
| 2025-03-23 | ci: checkexamples can use the same template | datdenkikniet | |
| 2025-03-16 | rtic-sync: update changelog | Cyril Marpaud | |
| 2025-03-16 | rtic-sync(docs): harmonize make_signal and make_channel macros | Cyril Marpaud | |
| 2025-03-16 | rtic-sync: don't force Signal import on make_signal!() use | Cyril Marpaud | |
| 2025-03-16 | rtic-sync: Release v1.3.2 | Emil Fresk | |
| 2025-03-16 | rtic-sync: always wake `wait_queue` when attempting to return an item | datdenkikniet | |
| to freeq | |||
| 2025-03-16 | rtic-sync: add test validating that free queue slots are not lost on drop | datdenkikniet | |
| 2025-03-16 | rtic-sync: add explicit check for being closed | datdenkikniet | |
| 2025-03-16 | rtic-sync: improve comments | datdenkikniet | |
| 2025-03-16 | rtic-sync: Channel: Sender: rewriter `send` logic to be easier to validate | datdenkikniet | |
| 2025-03-16 | Blah | datdenkikniet | |
| 2025-03-16 | rtic-sync: update README.md | datdenkikniet | |
| 2025-03-16 | rtic-sync: improve safety comments | datdenkikniet | |
| 2025-03-16 | rtic-sync: replacing SlotPtr is not actually safe | datdenkikniet | |
| 2025-03-16 | rtic-sync: explicitly send an awoken Sender the slot it can use | datdenkikniet | |
| 2025-03-12 | Book: Fix #1024 async closures stable since 1.85 | Henrik Tjäder | |
| 2025-03-12 | RTIC: Changelog newline | Henrik Tjäder | |
| 2025-03-12 | Book: Change chapter title to not be ARM specific | Henrik Tjäder | |
| 2025-03-12 | Adding docs about RISC-V | Román Cárdenas Rodríguez | |
| 2025-03-12 | Configure CI for new backends | Román Cárdenas Rodríguez | |
| 2025-03-12 | Add mecall backend | Román Cárdenas Rodríguez | |
| 2025-03-12 | Prepare for new riscv ecosystem | Román Cárdenas Rodríguez | |
| 2025-03-12 | rtic-sync: release 1.3.1 | Emil Fresk | |
| 2025-03-12 | Update CHANGELOG.md | datdenkikniet | |
| 2025-03-12 | Fix #780 | datdenkikniet | |
| 2025-03-12 | docs: fix minor typos in book preface | Joël Bourgault | |
| 2025-02-19 | Fix "the the" in comment | Ronald Weber | |
| 2025-02-09 | Update esp32-c3 and esp-hal crates (#1019) | Ronald Weber | |
| * Bump esp32-c3 to 0.27.0 * Update esp-hal to 0.23.1 * Add Changelog entry | |||
| 2025-01-24 | ATSAMD RTC monotonic referral in documentation (#1014) | Dan Whitman | |
| * rtic-monotonics: Adds a section to the module documentation about ATSAMD chip monotonics provided in the `atsamd-hal` crate * rtic-monotonics: Adds a section to README listing the supported microcontroller platforms. * rtic-sync: Fix clippy complaints error: the following explicit lifetimes could be elided: 'a --> rtic-sync/src/signal.rs:113:6 | 113 | impl<'a, T: Copy> SignalReader<'a, T> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-D clippy::needless-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 113 - impl<'a, T: Copy> SignalReader<'a, T> { 113 + impl<T: Copy> SignalReader<'_, T> { * xtask: Clippy fix warning warning: elided lifetime has a name --> xtask/src/cargo_command.rs:427:14 | 420 | fn build_args<'i, T: Iterator<Item = &'i str>>( | -- lifetime `'i` declared here ... 427 | ) -> Vec<&str> { | ^ this elided lifetime gets resolved as `'i` | = note: `#[warn(elided_named_lifetimes)]` on by default --------- Co-authored-by: Dan Whitman <daniel.whitman.2@us.af.mil> Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2025-01-22 | monotonics add readme (#1012) | Henrik Tjäder | |
| * rtic-monotonics: Add README * rtic-monotonics: Add links to changelog | |||
| 2025-01-15 | rtic-monotonics: rp2040 extra parenthesis (#1010) | Henrik Tjäder | |
| 2025-01-15 | Add blinky example for STM32F1 bluepill board (#1007) | rnld wbr | |
| Code taken from stm32f3_blinky example with LED port adapted to bluepill board. Port initialization and README from v1 rtic-examples with slight edits. | |||
| 2024-12-06 | Add default docs feature to rtic-macros | Emil Fresk | |
| 2024-12-06 | Fix documentation (docs.rs) and release 2.1.2 | Emil Fresk | |
| 2024-11-27 | docs/changelog reorder (#1000) | Henrik Tjäder | |
| * rtic: Changelog reorder based on date * rtic: Changelog: Emphasis on stack-like operation | |||
