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
/
post_init.rs
Age
Commit message (
Expand
)
Author
2023-03-01
Min codegen
Emil Fresk
2023-03-01
RTIC v2: Initial commit
Emil Fresk
2023-01-22
Enable at least masking out a Monotonic
Henrik Tjäder
2022-02-22
Clippy with pedantic suggestions
Henrik Tjäder
2021-11-07
Match new rtic-syntax naming of shared and local
Henrik Tjäder
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-08-20
Use `mark_internal_name` by default for methods in `util` to make usage of th...
datdenkikniet
2021-07-06
Minimal app now compiles
Emil Fresk
2021-04-22
Keep comments
Emil Fresk
2021-04-08
Goodbye static mut
Emil Fresk
2021-02-25
Documentation generation fixes
Emil Fresk
2021-02-21
Fixed UB in generated `Monotonic::now()`
Emil Fresk
2021-02-18
Now with new monotonic trait and crate
Emil Fresk
2021-02-04
Minor fixes
Emil Fresk
2020-12-03
Save, init generation fixed
Emil Fresk
2020-10-22
Merge #396
bors[bot]
2020-10-21
Namespace cleanup
Emil Fresk
2020-10-15
Implement all clippy suggestions
Henrik Tjäder
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
2020-09-01
Cargo fmt
Henrik Tjäder
2020-09-01
Brutally yank out multicore
Henrik Tjäder
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
2020-06-03
Run cargo fmt
Henrik Tjäder
2020-04-22
Retain cfg-attributes on resources
Henrik Tjäder
2019-07-03
fix (cross-core) initialization barriers
Jorge Aparicio
2019-06-18
add homogeneous multi-core support
Jorge Aparicio
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio