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
Age
Commit message (
Expand
)
Author
2020-10-15
Detect if the rt flag is defined in the PAC/HAL
Emil Fresk
2020-10-07
Now core contains the same `Peripherals` type based on monotonic
Emil Fresk
2020-10-05
Added back accidentally removed block
Emil Fresk
2020-10-05
Merge branch 'master' into always_late_resources
Emil Fresk
2020-10-02
Merge branch 'master' into mod_const
Henrik Tjäder
2020-10-01
Added `bare_metal::CriticalSection` to `init::Context`
Emil Fresk
2020-10-01
Now late resources are always used
Emil Fresk
2020-10-01
Rename const_app to mod_app
Henrik Tjäder
2020-09-25
Due to new module boundaries the schedule fn needs to be pub
Henrik Tjäder
2020-09-25
cfg_core is gone, cargo fmt
Henrik Tjäder
2020-09-25
Add format_ident imports
Henrik Tjäder
2020-09-25
Collect and generate required use-statements
Henrik Tjäder
2020-09-25
Handle user hardware and software tasks and some resources
Henrik Tjäder
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
2020-09-01
Since there only will be one init/idle use .first().unwrap(), matching rtic-s...
Henrik Tjäder
2020-09-01
Cargo fmt
Henrik Tjäder
2020-09-01
Brutally yank out multicore
Henrik Tjäder
2020-08-27
Reuse cortex-m
Henrik Tjäder
2020-07-09
rtic::export::Peripherals created by into instead of transmute
Per Lindgren
2020-06-30
Fixes an issue where one could double take the cortex_m Peripheral
Emil Fresk
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
2020-06-11
Fmt
Emil Fresk
2020-06-11
Merge #315
bors[bot]
2020-06-03
Run cargo fmt
Henrik Tjäder
2020-05-29
allow handlers to be named 'main'
Jorge Aparicio
2020-04-22
Retain cfg-attributes on resources
Henrik Tjäder
2019-10-21
do not zero late resource memory on boot
Jorge Aparicio
2019-09-15
don't use deprecated API
Jorge Aparicio
2019-08-20
adapt to changes in rtfm-syntax
Jorge Aparicio
2019-07-11
implement the #[shared] attribute as specified in RFC #211
Jorge Aparicio
2019-07-10
implement RFC #212
Jorge Aparicio
2019-07-03
fix (cross-core) initialization barriers
Jorge Aparicio
2019-06-29
WIP
Jorge Aparicio
2019-06-24
Monotonic trait is safe; add MultiCore trait
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