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
/
src
/
codegen
/
shared_resources.rs
Age
Commit message (
Expand
)
Author
2023-03-01
Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)
Emil Fresk
2023-03-01
All codegen is now explicit
Emil Fresk
2023-03-01
Removed Priority, simplified lifetime handling
Emil Fresk
2023-03-01
Min codegen
Emil Fresk
2023-03-01
RTIC v2: Initial commit
Emil Fresk
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-05-10
Fixed warning from Rust Analyzer
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-03-02
Added support for SRP based scheduling for armv6m
Per Lindgren
2022-02-22
Clippy with pedantic suggestions
Henrik Tjäder
2021-12-25
Clippy lints
Henrik Tjäder
2021-11-11
Better errors on when missing to lock shared resources
Emil Fresk
2021-11-03
Fixed aliasing in lock impl
Emil Fresk
2021-11-02
Fixed aliasing issue due to RacyCell implementation
Emil Fresk
2021-08-20
Use `mark_internal_name` by default for methods in `util` to make usage of th...
datdenkikniet
2021-08-19
Fixed some lints from Rust Analyzer with experimental proc-macros
Emil Fresk
2021-07-08
Cleanup from review (needs releases to compile)
Emil Fresk
2021-07-06
Minimal app now compiles
Emil Fresk
2021-07-05
Started work
Emil Fresk