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
/
src
Age
Commit message (
Expand
)
Author
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
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-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
2023-04-16
Use chdir() instead of unstable option, also confirm whenver a command succee...
datdenkikniet
2023-04-16
Improve locality of error messages & ExampleBuild + Qemu commands, and
datdenkikniet
2023-04-16
Fix running of tests
datdenkikniet
2023-04-16
Fix config pickup behaviour so that both examples and usage-examples build
datdenkikniet
2023-04-16
Rename some things
datdenkikniet
2023-04-16
Also check for CommandErrors in error checking
datdenkikniet
2023-04-16
Add the most important message
datdenkikniet
2023-04-16
xtask: build usage examples and general improvements
datdenkikniet
2023-04-15
Don't print no cargo args here either
datdenkikniet
2023-04-15
Missed a paren
datdenkikniet
2023-04-15
Fix fmt
datdenkikniet
2023-04-15
Add support for "feature mixer"
datdenkikniet
2023-04-15
Also log command with enough verbosity
datdenkikniet
2023-04-15
More emojis and correct place for things
datdenkikniet
2023-04-15
More housekeeping and making it work that bit better
datdenkikniet
2023-04-15
Make all globals actually global
datdenkikniet
2023-04-15
Oops, these aren't std-only
datdenkikniet
2023-04-15
Rework command execution structure and make rayon optional (since it's not ne...
datdenkikniet
2023-04-15
Use pretty_env_logger instead
datdenkikniet
[next]