| Age | Commit message (Collapse) | Author |
|
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
|
|
254: v0.5.0 beta release r=texitoi a=japaric
this updates all the remaining references to japaric/cortex-m-rtfm, the Cargo metadata and copyright notice. After this PR the crates will be ready for beta release.
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
|
|
|
|
253: Fix matrix.to web link for the static room view. r=japaric a=tim-seoss
Fix the matrix.to link so that the room history can be viewed in
"Matrix-Static" by users who aren't registered on Matrix (e.g. for
previewing). Hopefully this will also get the room content into search
engines.
n.b. The new matrix.to URL uses the room name instead of the room ID,
because the ID didn't work with Matrix-Static, and the matrix.to README at:
https://github.com/matrix-org/matrix.to says...
"Note that linking to rooms by ID should only be used for rooms to which
the target user has been invited: these links cannot be assumed to work for
all visitors."
Co-authored-by: Tim Small <tim@seoss.co.uk>
|
|
Fix the matrix.to link so that the room history can be viewed in
"Matrix-Static" by users who aren't registered on Matrix (e.g. for
previewing). Hopefully this will also get the room content into search
engines.
n.b. The new matrix.to URL uses the room name instead of the room ID,
because the ID didn't work with Matrix-Static, and the matrix.to README at:
https://github.com/matrix-org/matrix.to says...
"Note that linking to rooms by ID should only be used for rooms to which
the target user has been invited: these links cannot be assumed to work for
all visitors."
|
|
248: update the changelog and fix some links r=korken89 a=japaric
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
|
|
|
|
|
|
also fix link to the older documentation
|
|
|
|
|
|
245: add CONTRIBUTING.md and link to Matrix room r=korken89 a=nils-grepit
Inspired by the Rust lang [CONTRIBUTING.md](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md), but small. There might be more we want to use from there.
246: turn git deps into crates.io deps r=korken89 a=japaric
required for publishing v0.5.0-beta
Co-authored-by: nils-grepit <nils.fitinghoff@grepit.se>
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
|
|
The book (which includes the text from README.md) does not need to go into that level of detail.
|
|
|
|
241: One more place links updated r=japaric a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
|
|
|
|
This reverts commit 0f5894cafe3ebab6597174dbfcca0df38bb6da83.
|
|
|
|
236: link to older docs from the book r=korken89 a=japaric
238: Updated links in README for rtfm.rs r=japaric a=korken89
243: fix install script r=korken89 a=japaric
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
|
|
|
|
|
|
0.4: don't cross compile docs
|
|
|
|
|
|
faster doc builds and fix redirect on 0.4
|
|
|
|
fix redirects and CNAME
|
|
|
|
|
|
Added CNAME for rtfm.rs
|
|
|
|
|
|
234: fix gh-pages build r=korken89 a=japaric
this should build the latest docs and the docs for v0.4.x after successful merges
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
|
|
|
|
rtfm-syntax refactor + heterogeneous multi-core support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|