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
Age
Commit message (
Expand
)
Author
2019-05-01
test RFC 147
Jorge Aparicio
2019-05-01
update compile-fail tests
Jorge Aparicio
2019-05-01
update compile-pass tests
Jorge Aparicio
2019-05-01
update examples
Jorge Aparicio
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
2019-04-21
bors: do not merge PRs labeled S-blocked
Jorge Aparicio
2019-04-21
Merge #174
bors[bot]
2019-04-21
v0.4.3
Jorge Aparicio
2019-04-21
Merge pull request #169 from japaric/late-must-be-send
Jorge Aparicio
2019-04-21
add .run file
Jorge Aparicio
2019-04-21
book: resources shared with init must also be `Send`
Jorge Aparicio
2019-04-21
note that late resources must be Send
Jorge Aparicio
2019-04-16
Merge #170
bors[bot]
2019-04-16
Merge #171
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-27
Merge #162
bors[bot]
2019-02-27
v0.4.2
Jorge Aparicio
2019-02-26
Merge #161
bors[bot]
2019-02-27
(ru) binds
Andrey Zgarbul
2019-02-26
Merge #158
bors[bot]
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
document the `binds` feature
Jorge Aparicio
2019-02-26
add `binds` example and make it work
Jorge Aparicio
2019-02-26
fix warnings in cpass test
Jorge Aparicio
2019-02-26
make cfail test actually fail
Jorge Aparicio
2019-02-26
add some tests
Jorge Aparicio
2019-02-26
add `binds` argument to the `interrupt` and `exception` attributes
Jorge Aparicio
2019-02-24
Merge #159
bors[bot]
2019-02-23
reject duplicate arguments in #[interrupt] and #[exception]
Jorge Aparicio
2019-02-23
Merge #153
bors[bot]
2019-02-23
fix ci
Jorge Aparicio
2019-02-19
Merge #154
bors[bot]
2019-02-19
add Duration.as_cycles
Jorge Aparicio
2019-02-19
turn all potential UB into panics
Jorge Aparicio
2019-02-19
ci: report the size of built examples
Jorge Aparicio
2019-02-19
document the nightly feature
Jorge Aparicio
2019-02-19
ci: test the nightly feature
Jorge Aparicio
2019-02-19
add "nightly" feature
Jorge Aparicio
2019-02-15
Merge #151
bors[bot]
2019-02-16
rebase fix
Jorge Aparicio
2019-02-16
cargo fmt
Jorge Aparicio
2019-02-16
make debug builds reproducible
Jorge Aparicio
2019-02-16
Temporarily disable checking for reproducibility of debug builds.
Hugo van der Wijst
2019-02-16
Make generated names stable when sorting.
Hugo van der Wijst
2019-02-16
Seed RNG with package name and prepend string to full random name.
Hugo van der Wijst
2019-02-16
Fix thumbv6 build.
Hugo van der Wijst
[next]