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
2018-12-16
v0.4.0
Jorge Aparicio
2018-12-16
move macros crate to the 2018 edition
Jorge Aparicio
2018-12-16
properly handle `#[cfg]` (conditional compilation) on tasks
Jorge Aparicio
2018-12-16
properly handle #[cfg] (conditional compilation) on resources
Jorge Aparicio
2018-12-16
use the single core variant of spsc::Queue
Jorge Aparicio
2018-12-15
codegen/statics: forward #[cfg] attributes
Jorge Aparicio
2018-12-15
move some interrupt configuration to pre_init
Jorge Aparicio
2018-12-15
codegen: merge dictionaries related to task dispatchers
Jorge Aparicio
2018-12-15
codegen: merge dictionaries related to tasks
Jorge Aparicio
2018-12-02
codegen: stop using `export_name`
Jorge Aparicio
2018-11-04
0.4.0-beta.2
Jorge Aparicio
2018-11-04
fix codegen
Jorge Aparicio
2018-11-04
impl Mutex on all shared resources
Jorge Aparicio
2018-11-03
update macros/Cargo.toml
Jorge Aparicio
2018-11-03
v0.4.0
Jorge Aparicio
2018-08-24
v0.3.3
Jorge Aparicio
2018-08-24
more fixes
Jorge Aparicio
2018-06-07
Fix mistakes in dependencies
Ferdia McKeogh
2018-06-07
Fix "Could not find `Op` in `proc_macro`"
Ferdia McKeogh
2018-04-16
switch to a crates.io release of rtfm-syntax
Jorge Aparicio
2018-04-16
update parser
Jorge Aparicio
2018-01-15
v0.3.0
Jorge Aparicio
2018-01-11
adapt to changes in the cortex-m crate
Jorge Aparicio
2017-12-23
switch to master branches
Jorge Aparicio
2017-12-17
add missing comma
Jorge Aparicio
2017-12-09
safe `&'static mut` references via init.resources
Jorge Aparicio
2017-12-09
implement the Resource trait for owned resources
Jorge Aparicio
2017-12-09
drop the Static wrapper
Jorge Aparicio
2017-12-09
make resource proxies not Sync
Jorge Aparicio
2017-12-09
make resource proxies !Send
Jorge Aparicio
2017-12-09
rename LateResourceValues to LateResources
Jorge Aparicio
2017-12-09
remove special case around peripherals from codegen
Jorge Aparicio
2017-12-09
peripherals as scoped singletons
Jorge Aparicio
2017-11-22
v0.2.2
Jorge Aparicio
2017-10-02
fix `idle::Resources::new`
Jorge Aparicio
2017-09-22
Use rtfm-syntax 0.2.0
Jonas Schievink
2017-09-22
Fix shared resource handling and extend example.
Jonas Schievink
2017-09-22
Simplify iterator usage
Jonas Schievink
2017-09-06
Use `untagged_option` crate
Jonas Schievink
2017-09-03
Allow initialization of resources in `init`.
Jonas Schievink
2017-07-29
v0.2.0
Jorge Aparicio
2017-07-29
update examples
Jorge Aparicio
2017-07-27
`Send`-ness check is now in rtfm-core
Jorge Aparicio
2017-07-27
make task.$T.path mandatory
Jorge Aparicio
2017-07-27
make task.$T.enabled optional
Jorge Aparicio
2017-07-27
don't generate empty modules
Jorge Aparicio
2017-07-27
make task.$T.priority optional
Jorge Aparicio
2017-07-27
refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomic
Jorge Aparicio
2017-07-26
provide a Threshold token even when all resources are lockless
Jorge Aparicio
2017-07-26
fix around owned idle resource
Jorge Aparicio
[next]