| Age | Commit message (Collapse) | Author |
|
|
|
|
|
256: add migration guide r=korken89 a=japaric
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
|
|
|
|
|
|
255: more monotonic timer docs r=nils-grepit a=japaric
covers
- initialization and configuration of the timer; this is now a responsibility of
the application author
- correctness of `Monotonic::now()` in `#[init]`
- safety of `Monotonic::reset()`
closes #251
cc @jonas-schievink
(EDIT: yay, pull request number 0xFF)
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
|
|
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
|
|
covers
- initialization and configuration of the timer; this is now a responsibility of
the application author
- correctness of `Monotonic::now()` in `#[init]`
- safety of `Monotonic::reset()`
closes #251
|
|
252: critical sections book: each task gets its own context r=japaric a=chrysn
Fixing what was probably a copy-paste error; different tasks each have different types for their context.
Co-authored-by: chrysn <chrysn@fsfe.org>
|
|
|
|
Fixing what was probably a copy-paste error; different tasks each have different types for their context argument.
|
|
|
|
|
|
also fix link to the older documentation
|
|
241: One more place links updated r=japaric a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189: write generated code to disk for easier inspection r=japaric a=japaric
now that the generated code is actually readable let's make it easier to access
this commit also documents how to inspect the generated code via
`rtfm-expansion.rs` and `cargo-expand`
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
|
|
|
|
|
|
now that the generated code is actually readable let's make it easier to access
this commit also documents how to inspect the generated code via
`rtfm-expansion.rs` and `cargo-expand`
|
|
note that this assumes that RFC #155 has been implemented
|
|
|
|
|
|
|
|
|
|
before we were checking the priority at runtime. The compile time error message
when the priority is too high is kind of awful though.
|
|
cc @burrbull
|
|
cc @burrbull
|
|
|