aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-29Replace proc-macro-error with proc-macro-error2 (#979)Sympatron GmbH
2024-09-18Fix for system_monotonic macro with 1 argument (#978)Robin Mueller
2024-09-18update docs (#977)Robin Mueller
2024-08-28docs: migration softare->software (#969)Henrik Tjäder
2024-08-21Change `timeout`/`delay` functions to non-async (#910)dalegaard
2024-08-07Fix codegen emitting unqualified `Result` (#967)Emil Fresk
2024-08-07Fix CI with 1.80Emil Fresk
2024-07-06Release rtic-monotonics v2.0.2Emil Fresk
2024-07-05Fix STM32 Monotonic for peripherals with only two Clock Compare modules (#960)Finomnis
2024-06-26Add example for STM32F411 with HW & SW tasks communicating via MPSC channel (...Milton Eduardo Sosa
2024-06-26Add ADC example for STM32F411 (#952)Milton Eduardo Sosa
2024-06-23Update `embedded-hal-bus` to 0.2 and fix `portable-atomic` featuresEmil Fresk
2024-06-23Breaking change: portable-atomic (#922)Henrik Tjäder
2024-06-23Update diffy requirement from 0.3.0 to 0.4.0 (#950)dependabot[bot]
2024-06-23Fix `Default` for `rtic_sync::signal`Emil Fresk
2024-06-23rtic-sync: clippy::new-without-default lintHenrik Tjäder
2024-06-23xtasks: handle platform flagged as unusedHenrik Tjäder
2024-06-23rtic-macros: handle backend flagged as unusedHenrik Tjäder
2024-06-19Add Signal to rtic-sync (#934)AdinAck
2024-06-02Make rtic-monotonic macros create a public typeEmil Fresk
2024-05-29Cleanup CHANGELOGs for monotonics/time v2 release (#945)Emil Fresk
2024-05-28Improve error output for prios > dispatchers (#943)Henri Lunnikivi
2024-05-27add support for nrf52805 (#941)Foo
2024-05-27Fix clippy lintsEmil Fresk
2024-05-22Update cassette requirement from 0.2 to 0.3 (#920)dependabot[bot]
2024-05-22updated esp32c3 dependency to version 0.22.0 (#937)broke
2024-05-08rtic-macros: Template: Include Span (#935)Henrik Tjäder
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