index
:
rtic
main
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xtask
Age
Commit message (
Expand
)
Author
2025-09-17
CI: xtask: Resolve warning about mixed lifetimes
Henrik Tjäder
2025-07-02
xtask: size: Store the expected output same as run
Henrik Tjäder
2025-06-15
xtask: Add --loom argument to test
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
xtask: Add ci/AllCi command
Henrik Tjäder
2025-06-15
xtask: Move info prints into run
Henrik Tjäder
2025-04-07
Added esp32c6 support and example
Wouter Geraedts
2025-03-23
ci: Check at least one C3 target
datdenkikniet
2025-03-23
ci & xtask: support hifive clippy
datdenkikniet
2025-03-12
Configure CI for new backends
Román Cárdenas Rodríguez
2025-03-12
Prepare for new riscv ecosystem
Román Cárdenas Rodríguez
2025-01-24
ATSAMD RTC monotonic referral in documentation (#1014)
Dan Whitman
2024-06-23
Update `embedded-hal-bus` to 0.2 and fix `portable-atomic` features
Emil Fresk
2024-06-23
Breaking change: portable-atomic (#922)
Henrik Tjäder
2024-06-23
Update diffy requirement from 0.3.0 to 0.4.0 (#950)
dependabot[bot]
2024-06-23
xtasks: handle platform flagged as unused
Henrik Tjäder
2024-05-27
add support for nrf52805 (#941)
Foo
2024-04-10
Monotonic rewrite (#874)
Finomnis
2024-04-04
Adjust esp32c3 codegen, bump pac to 0.21.0 (#906)
onsdagens
2024-03-20
RISC-V support over CLINT (#815)
Román Cárdenas Rodríguez
2024-02-27
Make RTIC 2 work on stable by using `main`'s stack as an allocator
Emil Fresk
2024-02-23
rtic-sync: Remove unstable flag, and add defmt derives (#889)
Emil Fresk
2023-12-04
Refactor race condition free timer helper (#850)
Finomnis
2023-11-22
rtic-sync: Add SPI bus sharing with arbiter
Nils Fitinghoff
2023-11-01
Fix CI with async_fn_in_trait not being a feature
Emil Fresk
2023-08-25
rtic-monotonics: Add 64-bit SysTick monotonic
Nils Fitinghoff
2023-05-22
Update pretty_env_logger requirement from 0.4.0 to 0.5.0
dependabot[bot]
2023-04-23
Check rtic-monotonics with eh-async enabled
datdenkikniet
2023-04-16
Also allow denying for QEMU, and fix the link-arg problem caused by
datdenkikniet
2023-04-16
Tests should always deny warnings
datdenkikniet
2023-04-16
Actually chain these
datdenkikniet
2023-04-16
Also print extra env variables as cmd_str
datdenkikniet
2023-04-16
Rename + better printout
datdenkikniet
2023-04-16
Also always deny warnings for doc
datdenkikniet
2023-04-16
Deny on warnings in xtasks
datdenkikniet
2023-04-16
Unconditionally deny warnings for clippy
datdenkikniet
2023-04-16
FIx printing for Run and Qemu
datdenkikniet
2023-04-16
Also separate all results and data
datdenkikniet
2023-04-16
Move run into a subdirectory and split `iter` stuff into a module
datdenkikniet
2023-04-16
Move all run-related stuff into `run`
datdenkikniet
2023-04-16
Rename cargo_commands -> run
datdenkikniet
2023-04-16
Redo command building so that we don't repeat as much, and to
datdenkikniet
2023-04-16
CargoCommand can take any package
datdenkikniet
[next]