| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-02 | xtask: size: Store the expected output same as run | Henrik Tjäder | |
| 2025-06-30 | panic if STM32 clock prescaler value overflows | Anton Lazarev | |
| 2025-06-30 | address clippy::uninlined_format_args | Anton Lazarev | |
| 2025-06-22 | Release all crates | Emil Fresk | |
| 2025-06-18 | esp32c6: Update examples Cargo.lock | Henrik Tjäder | |
| 2025-06-18 | esp32c6: Update to v0.20.0 | Henrik Tjäder | |
| 2025-06-18 | chore(deps): update esp32c6 requirement from 0.19.0 to 0.20.0 | dependabot[bot] | |
| --- updated-dependencies: - dependency-name: esp32c6 dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2025-06-18 | chore(deps): update riscv requirement from 0.13.0 to 0.14.0 | dependabot[bot] | |
| Updates the requirements on [riscv](https://github.com/rust-embedded/riscv) to permit the latest version. - [Release notes](https://github.com/rust-embedded/riscv/releases) - [Commits](https://github.com/rust-embedded/riscv/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: riscv dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2025-06-18 | lm3s6965: Cargo.lock update | Henrik Tjäder | |
| 2025-06-18 | esp32c3: example: Update Cargo.lock | Henrik Tjäder | |
| 2025-06-18 | esp32c3: Examples: Update to v0.29.0 | Henrik Tjäder | |
| 2025-06-18 | chore(deps): update esp32c3 requirement from 0.28.0 to 0.29.0 | dependabot[bot] | |
| --- updated-dependencies: - dependency-name: esp32c3 dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2025-06-18 | Update CHANGELOG.md | datdenkikniet | |
| 2025-06-18 | rtic-sync: drop items when Receiver is dropped | datdenkikniet | |
| 2025-06-18 | rtic-sync: debug_assert and explicitly `drop(item)`. | datdenkikniet | |
| 2025-06-18 | rtic-sync: add comment about why we don't `return_free_slot` | datdenkikniet | |
| 2025-06-18 | rtic-sync: Update CHANGELOG | datdenkikniet | |
| 2025-06-18 | rtic-sync: require channel-users to deal with non-empty channels | datdenkikniet | |
| 2025-06-18 | rtic-sync: add some tests | datdenkikniet | |
| 2025-06-18 | ci: QEMU: Match more precisely with "our" QEMU | Henrik Tjäder | |
| 2025-06-18 | gitignore: Ignore QEMU logs: Updated filenames | Henrik Tjäder | |
| 2025-06-18 | ci: QEMU esp32c3: There is no kill like overkill | Henrik Tjäder | |
| 2025-06-18 | ci: QEMU esp32c3: Output into unique tmp dir | Henrik Tjäder | |
| 2025-06-18 | ci: esp32c3: runner: Store QEMU pid | Henrik Tjäder | |
| Ensure that qemu fully exited before proceeding | |||
| 2025-06-18 | docs: README: Rework how to use cargo xtask | Henrik Tjäder | |
| 2025-06-18 | contributing: Add note about changelog entries | Henrik Tjäder | |
| 2025-06-18 | contributing: RFC repo is not used as intended | Henrik Tjäder | |
| Deprecate and use issues instead | |||
| 2025-06-18 | README: Point to rtfm-lang.org archive.org | Henrik Tjäder | |
| 2025-06-18 | book: Add favicon | Henrik Tjäder | |
| 2025-06-18 | ci: Audit-check: Update to rustsec, ubuntu-latest | Henrik Tjäder | |
| 2025-06-18 | feat: add stderr file | Oleksandr Babak | |
| 2025-06-18 | fix: add a single error | Oleksandr Babak | |
| 2025-06-18 | fix: UI test: add `unsafe()` for link_section | Oleksandr Babak | |
| 2025-06-18 | export: cortex_source_mask update | Oleksandr Babak | |
| 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 | |
