| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-18 | export: Update slic to edition 2024 | Oleksandr Babak | |
| 2025-06-18 | Update rtic/CHANGELOG.md | Oleksandr Babak | |
| 2025-06-18 | fix: migrate to 2024 edition and fmt | Oleksandr Babak | |
| 2025-06-18 | feat: add ui test | Oleksandr Babak | |
| 2025-06-18 | fix: bump edition. it should cause a ci error | Oleksandr Babak | |
| 2025-06-18 | Update rtic-macros/CHANGELOG.md | Oleksandr Babak | |
| 2025-06-18 | fix: in edition 2024 `link_section` is used as `unsafe(link_section = ...)` | Oleksandr Babak | |
| 2025-06-15 | Update imxrt-ral requirement from 0.5.3 to 0.6.1 | dependabot[bot] | |
| Updates the requirements on [imxrt-ral](https://github.com/imxrt-rs/imxrt-ral) to permit the latest version. - [Release notes](https://github.com/imxrt-rs/imxrt-ral/releases) - [Changelog](https://github.com/imxrt-rs/imxrt-ral/blob/master/CHANGELOG.md) - [Commits](https://github.com/imxrt-rs/imxrt-ral/compare/0.5.3...0.6.1) --- updated-dependencies: - dependency-name: imxrt-ral dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2025-06-15 | ci: QEMU: Custom QEMU only for ESP32 | Henrik Tjäder | |
| 2025-06-15 | ci: QEMU: If cache hit, do not download again | Henrik Tjäder | |
| 2025-06-15 | ci: QEMU: Do not install regular QEMU, only ESP32 | Henrik Tjäder | |
| 2025-06-15 | ci: espflash: use install-action | Henrik Tjäder | |
| Tries cargo-binstall, then if that fails compiles | |||
| 2025-06-15 | ci: QEMU ESP32: Update espflash to 3.3.0 | Henrik Tjäder | |
| Includes libudev feature to not need external dep | |||
| 2025-06-15 | Add all the timers to the list in lib.rs. | Jonathan 'theJPster' Pallant | |
| 2025-06-15 | Add details for all the other monotonic implementations. | Jonathan 'theJPster' Pallant | |
| 2025-06-15 | More details about the arguments for the systick API. | Jonathan 'theJPster' Pallant | |
| 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 | |
