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
Age
Commit message (
Expand
)
Author
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-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-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
2022-02-18
rtic::mutex::prelude::* fixes glob import lint
Henrik Tjäder
2022-02-09
Fix/mute clippy errors
Henrik Tjäder
2022-01-28
RTIC macro expansion: Try to find target-dir
Henrik Tjäder
2021-12-25
Clippy lints
Henrik Tjäder
2021-12-14
Idle: Switch to NOP instead of WFI
Henrik Tjäder
2021-11-25
Remove #[deny(warnings)], but deny warnings for CI
Henrik Tjäder
2021-11-25
Docs: add RTIC logo
Henrik Tjäder
2021-11-11
Better errors on when missing to lock shared resources
Emil Fresk
2021-11-09
Merge #547
bors[bot]
2021-11-09
Merge #549
bors[bot]
2021-11-09
New monotonic trait working
Emil Fresk
2021-11-07
Match new rtic-syntax naming of shared and local
Henrik Tjäder
2021-11-03
fix #543
Andrew Gazelka
2021-11-03
Fixed aliasing in lock impl
Emil Fresk
2021-11-03
Cleanup of resource initialization, no need to dereference
Emil Fresk
2021-11-02
Fixed aliasing issue due to RacyCell implementation
Emil Fresk
2021-09-28
Fix export of SYST
Emil Fresk
2021-09-27
Updated codegen for the updated syntax (default monotonic priority)
Emil Fresk
2021-09-23
The great docs update
Emil Fresk
2021-09-14
Merge #525
bors[bot]
2021-09-14
Cleanup export and actually use rtic::export, made fn init inline
Emil Fresk
2021-08-31
style fix
Jorge Aparicio
2021-08-31
validate unused dispatchers
Jorge Aparicio
2021-08-20
Merge #516
bors[bot]
2021-08-20
More rustanalyzer lint fixes
Emil Fresk
2021-08-20
Use `mark_internal_name` by default for methods in `util` to make usage of th...
datdenkikniet
2021-08-19
Silence rust-analyzer warnings on internal types
Henrik Tjäder
2021-08-19
Fixed some lints from Rust Analyzer with experimental proc-macros
Emil Fresk
2021-08-16
Remove linked list impl - use heapless, linked list init now const fn
Emil Fresk
2021-07-22
Propogate the task attributes to the spawn handles
Alex Crawford
2021-07-21
use tuple struct syntax for Monotonics everywhere
Jorge Aparicio
2021-07-09
const generics
Andrey Zgarbul
2021-07-08
Cleanup from review (needs releases to compile)
Emil Fresk
2021-07-07
Fixing tests
Emil Fresk
2021-07-07
Full local resource syntax working
Emil Fresk
2021-07-06
Minimal app now compiles
Emil Fresk
2021-07-05
Started work
Emil Fresk
[next]