aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-08Fix another clippy::assign_op_pattern warning (#933)Hiroaki Yutani
2024-05-03Fix clippy::assign_op_pattern lint (#932)Hiroaki Yutani
2024-05-01Make debug asserts into asserts to help find the issue (#931)Emil Fresk
2024-05-01fix: typos (#930)Cyril Marpaud
2024-04-21Bump rp2040-pac to 0.6 in rtic-monotonics (#905)Martins Polakovs
2024-04-17Use riscv-slic form crates.io (#919)Román Cárdenas Rodríguez
2024-04-16Bump peaceiris/actions-gh-pages from 3 to 4 (#915)dependabot[bot]
2024-04-16Bump peaceiris/actions-mdbook from 1 to 2 (#916)dependabot[bot]
2024-04-10Monotonic rewrite (#874)Finomnis
2024-04-10CI: Add ESP32-C3 QEMU support (#914)Henrik Tjäder
2024-04-10Clean up esp32c3 files with rustfmt (#913)Adam Hott
2024-04-05CI: docs: Use xtask doc (#901)Henrik Tjäder
2024-04-04Adjust esp32c3 codegen, bump pac to 0.21.0 (#906)onsdagens
2024-04-03fix included examples and markdown(book) (#912)Franz Dietrich
2024-03-24Docs: Rename `DelayUs` to `DelayNs` in docs for macros. (#908)Gram
2024-03-20RISC-V support over CLINT (#815)Román Cárdenas Rodríguez
2024-03-13rtic-sync: Fix xtask doc, non-compiling example (#900)Henrik Tjäder
2024-03-13Fix thumbv6 source masking (#902)Emil Fresk
2024-02-27Release rtic v2.1.0, rtic-macros v2.1.0Emil Fresk
2024-02-27Add example of using Embassy HAL(stm32) with RTIC. (#891)cschuhen
2024-02-27Make RTIC 2 work on stable by using `main`'s stack as an allocatorEmil Fresk
2024-02-27Fix thumbv7 soundness issue in the lock implementationEmil Fresk
2024-02-23rtic-sync: Remove unstable flag, and add defmt derives (#889)Emil Fresk
2024-02-23Fix nightly compiler CI failureEmil Fresk
2024-01-31Bump dorny/paths-filter from 2 to 3 (#887)dependabot[bot]
2024-01-17CI: Add extra step building and uploading QEMU (#883)Henrik Tjäder
2024-01-17Update riscv requirement from 0.10.1 to 0.11.0 (#885)dependabot[bot]
2024-01-16Update syn requirement from 1.0.107 to 2.0.48 (#881)dependabot[bot]
2024-01-16Update stm32-metapac requirement from 14.0.0 to 15.0.0 (#884)dependabot[bot]
2024-01-10bump esp32c3 pac (#878)onsdagens
2024-01-10Bump actions/download-artifact from 3 to 4 (#867)dependabot[bot]
2024-01-10Bump actions/upload-artifact from 3 to 4 (#868)dependabot[bot]
2024-01-10Upgrade everything to embedded-hal v1.0.0 (#880)Emil Fresk
2024-01-10update to embedded-hal 1 (#879)Andres Vahter
2024-01-07Changes `make_channel!` macro to accept more types (#877)Anshul Gupta
2023-12-25Add repository links to some crates hosted in this repo (#871)Jan Niehusmann
2023-12-20remove unused import (#866)onsdagens
2023-12-06Prepare release of rtic-monotonics 1.4.1 and rtic-time 1.2.0 (#861)Emil Fresk
2023-12-06Fix race condition in `calculate_now` (#860)Finomnis
2023-12-06Fix `nrf::rtc` errata workaround (#858)Finomnis
2023-12-06Fix nrf monotonics (#852)Finomnis
2023-12-04Fix docs.rs features for rtic-sync (#857)Emil Fresk
2023-12-04Release rtic-monotonics, rtic-sync and rtic-time (#854)Emil Fresk
2023-12-04Update to heapless 0.8, disable pool test for now (#846)Emil Fresk
2023-12-04Add RTC interrupt example for stm32f411 (#853)Milton Eduardo Sosa
2023-12-04Fix small error in readme (#856)Emil Fresk
2023-12-04Refactor race condition free timer helper (#850)Finomnis
2023-12-04Fix rp2040 example (#855)Emil Fresk
2023-12-01Fix mono delay (#843)Finomnis
2023-11-28rtic-sync Arbiter: impl more I2C trait fnsAndres Vahter