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
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 #314
bors[bot]
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-05-26
TODO(remove) codegen no-op
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
fix gh-pages build
Jorge Aparicio
2019-09-15
don't use deprecated API
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-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
check that the app is not compiled for more cores than were specified
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
2019-05-21
Merge #194
bors[bot]
2019-05-21
bump heapless dependency to v0.5.0; remove "nightly" feature
Jorge Aparicio
2019-05-21
remove unused check
Jorge Aparicio
2019-05-21
removes the maybe_uninit feature gate
Jorge Aparicio
2019-05-09
Merge #189
bors[bot]
2019-05-09
generate resource proxies only when needed
Jorge Aparicio
2019-05-08
write generated code to disk for easier inspection
Jorge Aparicio
2019-05-01
rtfm::app: update error message
Jorge Aparicio
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
2019-04-21
v0.4.3
Jorge Aparicio
2019-04-16
Merge #170
bors[bot]
2019-04-17
now fix the fix
Jorge Aparicio
2019-04-16
more nightly fixes
Jorge Aparicio
2019-04-16
[NFC] fix nightly ci
Jorge Aparicio
2019-04-16
check task priority at compile time
Jorge Aparicio
2019-02-26
refactor: make `binds` harder to misuse
Jorge Aparicio
2019-02-26
`binds` can only appear once in the argument list
Jorge Aparicio
2019-02-26
add `binds` example and make it work
Jorge Aparicio
2019-02-26
make cfail test actually fail
Jorge Aparicio
2019-02-26
add `binds` argument to the `interrupt` and `exception` attributes
Jorge Aparicio
2019-02-23
reject duplicate arguments in #[interrupt] and #[exception]
Jorge Aparicio
2019-02-19
add "nightly" feature
Jorge Aparicio
2019-02-16
rebase fix
Jorge Aparicio
2019-02-16
cargo fmt
Jorge Aparicio
2019-02-16
make debug builds reproducible
Jorge Aparicio
[next]