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
/
macros
Age
Commit message (
Expand
)
Author
2023-03-01
Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)
Emil Fresk
2023-03-01
Fix so deny(missing_docs) work
Emil Fresk
2023-03-01
executor update for less unsafe and more clear
Per Lindgren
2023-03-01
Async tasks can now take arguments at spawn again
Emil Fresk
2023-03-01
More work on new spawn/executor
Emil Fresk
2023-03-01
Start CI, disable docs building
Emil Fresk
2023-03-01
Clippy fixes
Emil Fresk
2023-03-01
Support 0 prio tasks
Emil Fresk
2023-03-01
Fix typos
Emil Fresk
2023-03-01
Fix failing UI test
Emil Fresk
2023-03-01
Update UI tests, 1 failing that needs fixing
Emil Fresk
2023-03-01
All codegen is now explicit
Emil Fresk
2023-03-01
Cleanup weird locals in codegen
Emil Fresk
2023-03-01
Main in main codegen
Emil Fresk
2023-03-01
Removed same prio spawn
Emil Fresk
2023-03-01
Lifetime cleanup
Emil Fresk
2023-03-01
Break codegen for 0-prio async
Emil Fresk
2023-03-01
Removed Priority, simplified lifetime handling
Emil Fresk
2023-03-01
First example builds again
Emil Fresk
2023-03-01
Even more cleanup
Emil Fresk
2023-03-01
Fix fences
Emil Fresk
2023-03-01
Added software task codegen back
Emil Fresk
2023-03-01
Min codegen
Emil Fresk
2023-03-01
syntax: Remove parse settings struct
Emil Fresk
2023-03-01
Add check again
Emil Fresk
2023-03-01
Old xtask test pass
Emil Fresk
2023-03-01
RTIC v2: Initial commit
Emil Fresk
2023-02-26
Release: v1.1.4
Henrik Tjäder
2023-01-22
Handle more cfgs, support cfg on HW/SW tasks
Henrik Tjäder
2023-01-22
Enable at least masking out a Monotonic
Henrik Tjäder
2023-01-22
Make clippy happy
Henrik Tjäder
2023-01-22
Improve RTIC doc handling
Henrik Tjäder
2022-12-15
Clippy: Fix (clippy::needless_borrow)
Henrik Tjäder
2022-12-14
Fix CI error caused by `critical-section` 0.2.8
Emil Fresk
2022-07-27
Merge #652
bors[bot]
2022-07-27
Remove use of basepri register on thumbv8m.base
David Watson
2022-07-27
Fix missing formatting
Gabriel Górski
2022-07-06
Allow custom `link_section` attributes for late resources
Gabriel Górski
2022-06-23
Bump rtic-syntax to v1.0.2 and fix Changelog
Henrik Tjäder
2022-05-24
Fix macros to Rust 2021
Emil Fresk
2022-05-24
Fix clash with defmt
Emil Fresk
2022-05-17
More ergonomic error from static asserts messages
Emil Fresk
2022-05-10
Fixed warning from Rust Analyzer
Emil Fresk
2022-05-09
Prepare v1.1.2
Emil Fresk
2022-04-20
Added check for resource usage and to generate an compile error for thumbv6 e...
Emil Fresk
2022-04-20
Masks take 3
Emil Fresk
2022-04-13
Release RTIC v1.1
Henrik Tjäder
2022-03-02
Added support for SRP based scheduling for armv6m
Per Lindgren
2022-02-22
Clippy with pedantic suggestions
Henrik Tjäder
2022-02-18
rtic::mutex::prelude::* fixes glob import lint
Henrik Tjäder
[next]