| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-15 | chore: better safety comment | Oleksandr Babak | |
| 2025-06-15 | chore: changelog | Oleksandr Babak | |
| 2025-06-15 | feat(rtic-macros): expose task waker | Oleksandr Babak | |
| 2025-06-15 | feat(executor): add standalone waker constructor | Oleksandr Babak | |
| 2025-06-15 | Improved example and comments for the systick! macro. | Jonathan 'theJPster' Pallant | |
| 2025-06-15 | Updates to "Delay and TImeout using Monotonics" | Jonathan 'theJPster' Pallant | |
| Some inconsistencies in the text caused confusion on my first few read-throughs, so I've tried to add some clarity. | |||
| 2025-06-15 | Correct timer type in "Delay and Timeout using Monotonics" | Jonathan 'theJPster' Pallant | |
| The example in `lm3s6965/examples/async-timeout.rs` uses `Mono` as the monotonic timer type, so it's confusing that the second example switches to using `Systick`. | |||
| 2025-06-15 | book: view_code update for xtask | Henrik Tjäder | |
| 2025-06-15 | docs: Monotonics: Highlight rtic-time is used | Henrik Tjäder | |
| 2025-06-15 | docs: Monotonics crates: Fix old copy-paste | Henrik Tjäder | |
| 2025-06-15 | ci: Use xtask test --loom for rtic-sync | Henrik Tjäder | |
| 2025-06-15 | xtask: Add --loom argument to test | Henrik Tjäder | |
| For now filter to only rtic-sync in ci subcommand | |||
| 2025-06-15 | feat: example of wait-queue | Oleksandr Babak | |
| 2025-06-15 | chore: compile fail tests to assert that the future returned by `wait_until` ↵ | Oleksandr Babak | |
| is *not* `Unpin` | |||
| 2025-06-15 | feat: `wait_until` method for waker queue | Oleksandr Babak | |
| 2025-06-15 | feat: `OnDropWith` helper | Oleksandr Babak | |
| 2025-06-15 | chore: changelog entry | Oleksandr Babak | |
| 2025-06-15 | xtask: ci: Document in contributing instructions | Henrik Tjäder | |
| 2025-06-15 | xtask: rename variable cargologlevel to cargoarg | Henrik Tjäder | |
| 2025-06-15 | xtask: Cargo clippy lints | Henrik Tjäder | |
| 2025-06-15 | xtask: run: Use common BuildMode | Henrik Tjäder | |
| 2025-06-15 | xtask: Add AllCi functionality: Run all xtask | Henrik Tjäder | |
| 2025-06-15 | xtask: AllCi --failearly option | Henrik Tjäder | |
| 2025-06-15 | xtask: Arg is not only used for cargo size | Henrik Tjäder | |
| 2025-06-15 | xtask: cargo_format: grab check_only from struct | Henrik Tjäder | |
| 2025-06-15 | xtask: Add defaults for PackageOpt and FormatOpt | Henrik Tjäder | |
| 2025-06-15 | ci: Updated lm3s6965 Cargo.lock | Henrik Tjäder | |
| 2025-06-15 | xtask: Add ci/AllCi command | Henrik Tjäder | |
| 2025-06-15 | xtask: Move info prints into run | Henrik Tjäder | |
| 2025-06-15 | Add blocking version of `rtic_sync::arbiter::{i2c,spi}::ArbiterDevice` | Emil Fresk | |
| 2025-06-08 | Release RTIC v2.1.3 | Emil Fresk | |
| 2025-06-08 | UI: Test for references passed to spawn | Henrik Tjäder | |
| Related to and using code from Issue1065 Issue1065: https://github.com/rtic-rs/rtic/issues/1065 | |||
| 2025-06-08 | Fix references allowed in `spawn` | Emil Fresk | |
| The futures passed to the executor were not bound to be 'static, which allowed task futures to reference data that's on the spawnee's stack. The executor now requires futures to be 'static. | |||
| 2025-06-08 | CI: Update STDERR for newer Rust | Henrik Tjäder | |
| 2025-06-08 | Clippy: 1.86: Handle style lint for Option.replace | Henrik Tjäder | |
| https://rust-lang.github.io/rust-clippy/stable/index.html#mem_replace_option_with_some | |||
| 2025-05-28 | Update embedded-hal-bus requirement from 0.2.0 to 0.3.0 | dependabot[bot] | |
| Updates the requirements on [embedded-hal-bus](https://github.com/rust-embedded/embedded-hal) to permit the latest version. - [Release notes](https://github.com/rust-embedded/embedded-hal/releases) - [Commits](https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.2.0...embedded-hal-bus-v0.3.0) --- updated-dependencies: - dependency-name: embedded-hal-bus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2025-04-07 | Remove references to nightly Rust from ESP examples | Eli Hastings | |
| 2025-04-07 | Add ESP32C6 mention to book | Eli Hastings | |
| 2025-04-07 | Apply clippy fixes | Eli Hastings | |
| 2025-04-07 | Don't use interrupts reserved by esp-hal | Eli Hastings | |
| Excluding the reserved interrupts fixes the task priorities. I also considered refactoring `rtic/src/export/riscv_esp32c6.rs` to use esp-hal instead of esp32c6 directly as it has code to do all the pointer wrangling itself, but decided against it for now. It might be nice to refactor both esp implentations to use it though. | |||
| 2025-04-07 | Update esp32c6 example dependencies | Eli Hastings | |
| 2025-04-07 | Bump ESP versions | Eli Hastings | |
| 2025-04-07 | Use PLIC_MX instead of INTPRI to set interrupt priorities | Eli Hastings | |
| This doesn't fix the GPIO interrupt triggering during a higher priority CPU task, but does fix rtic-monotonics. I am unsure how to fix the former as PLIC_MX doesn't have a function like `cpu_intr_from_cpu_x` to pend/unpend CPU interrupts, and if the CPU interrupts are enabled with PLIC_MX instead of INTPRI then the MCU just hangs when there is a CPU interrupt. | |||
| 2025-04-07 | Port ESP32-C3 changes to ESP32-C6 branch | Eli Hastings | |
| 2025-04-07 | Added CI | Wouter Geraedts | |
| 2025-04-07 | Ran cargo fmt | Wouter Geraedts | |
| 2025-04-07 | Added CHANGELOG entry | Wouter Geraedts | |
| 2025-04-07 | Use explicit list of external interrupts which can be used by RTIC | Wouter Geraedts | |
| 2025-04-07 | Enable interrupt after it has been configured; use register block instead of ↵ | Wouter Geraedts | |
| hardcoded address | |||
| 2025-04-07 | Added esp32c6 support and example | Wouter Geraedts | |
