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
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-03-01
Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)
Emil Fresk
2023-03-01
Clippy fixes
Emil Fresk
2023-03-01
syntax: Remove parse settings struct
Emil Fresk
2023-03-01
Add check again
Emil Fresk
2023-03-01
RTIC v2: Initial commit
Emil Fresk
2022-02-22
Clippy with pedantic suggestions
Henrik Tjäder
2022-01-28
RTIC macro expansion: Try to find target-dir
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-03-04
Preparing release 0.6.0-alpha.1
Emil Fresk
2020-12-03
Save, init generation fixed
Emil Fresk
2020-11-19
Fix the link
Henrik Tjäder
2020-11-19
Remove stale documentation, refer to the book
Henrik Tjäder
2020-10-11
Now with spawn/schedule from anywhere
Emil Fresk
2020-10-05
Added back accidentally removed block
Emil Fresk
2020-09-29
Keep user code as-is within the module, add example
Henrik Tjäder
2020-09-25
Update documentation where const is replaced by mod
Henrik Tjäder
2020-09-01
Brutally yank out multicore
Henrik Tjäder
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
2019-09-15
fix gh-pages build
Jorge Aparicio
2019-08-21
doc tweaks
Jorge Aparicio
2019-08-21
document #[app]
Jorge Aparicio
2019-08-20
adapt to changes in rtfm-syntax
Jorge Aparicio
2019-06-20
RFC #207
Jorge Aparicio
2019-06-18
add homogeneous multi-core support
Jorge Aparicio
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
2019-05-08
write generated code to disk for easier inspection
Jorge Aparicio
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
2018-12-16
move macros crate to the 2018 edition
Jorge Aparicio
2018-12-16
properly handle #[cfg] (conditional compilation) on resources
Jorge Aparicio
2018-11-03
v0.4.0
Jorge Aparicio
2018-08-24
more fixes
Jorge Aparicio
2018-04-16
update parser
Jorge Aparicio
2018-01-15
v0.3.0
Jorge Aparicio
2017-11-22
v0.2.2
Jorge Aparicio
2017-07-29
v0.2.0
Jorge Aparicio
2017-07-29
update examples
Jorge Aparicio
2017-07-20
doc tweaks
Jorge Aparicio
2017-07-14
rename rtfm! to app! and adapt to changes in rtfm-syntax
Jorge Aparicio
2017-07-14
split macro parser into its own crate and improve error handling / reporting
Jorge Aparicio
2017-07-11
compiler plugin -> proc macro
Jorge Aparicio
2017-07-06
syntax tweaks, relax check, add set_pending(), deal with imported types
Jorge Aparicio
2017-07-04
rtfm! macro take 2
Jorge Aparicio