'cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/internals/late-resources.md (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-23Fixed peripherals -> device typoGravatar Emil Fresk 1-2/+2
2019-10-21do not zero late resource memory on bootGravatar Jorge Aparicio 1-2/+10
2019-10-17version v0.5 is still betav0.5.0-beta.1Gravatar Jorge Aparicio 1-1/+1
2019-10-16ARMv7-M+Gravatar Jorge Aparicio 1-1/+1
2019-10-16add migration guideGravatar Jorge Aparicio 2-0/+226
2019-10-16Update book/en/src/by-example/timer-queue.mdGravatar Jorge Aparicio 1-1/+1
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
2019-10-15cyccnt::Instant: simplify the Send / Sync implGravatar Jorge Aparicio 1-13/+2
originally the type was made `!Send` because it loses its meaning when send from one core to another but that was an incorrect use of the `Send` bound (the send operation makes the value incorrect but that doesn't cause memory unsafety on its own). So later the type was (explicitly) made `Send` again resulting in a convoluted implementation -- this commit simplifies things.
2019-10-15document the limitations of cyccnt::{Instant,Duration}Gravatar Jorge Aparicio 1-5/+19
2019-10-15more monotonic timer docsGravatar Jorge Aparicio 6-5/+33
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
2019-10-15v0.5.0 beta releaseGravatar Jorge Aparicio 7-27/+31
2019-10-11Fix matrix.to web link for the static room view.Gravatar Tim Small 1-1/+1
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."
2019-10-10critical sections: each task gets its own contextGravatar chrysn 1-1/+1
Fixing what was probably a copy-paste error; different tasks each have different types for their context argument.
2019-09-17fix linkchecker warningGravatar Jorge Aparicio 1-1/+1
2019-09-17fix more linksGravatar Jorge Aparicio 8-15/+15
2019-09-17update the CHANGELOGGravatar Jorge Aparicio 2-3/+38
also fix link to the older documentation
2019-09-17www: fix book placementGravatar Jorge Aparicio 1-4/+3
2019-09-17www: prefix latest docs with the minor versionGravatar Jorge Aparicio 1-3/+6
2019-09-15remove reference from README to CONTRIBUTINGGravatar nils-grepit 1-1/+1
The book (which includes the text from README.md) does not need to go into that level of detail.
2019-09-15turn git deps into crates.io depsGravatar Jorge Aparicio 2-4/+2
2019-09-15add CONTRIBUTING.md and link to Matrix roomGravatar nils-grepit 2-0/+26
2019-09-15Revert "Fixed install script"Gravatar Emil Fresk 1-2/+2
This reverts commit 0f5894cafe3ebab6597174dbfcca0df38bb6da83.
2019-09-15Fixed install scriptGravatar Emil Fresk 1-2/+2
2019-09-15fix install scriptGravatar Jorge Aparicio 1-1/+1
2019-09-15Book fixGravatar Emil Fresk 1-1/+1
2019-09-150.4: don't cross compile docsGravatar Jorge Aparicio 1-0/+1
2019-09-15One more place updatedGravatar Emil Fresk 1-1/+1
2019-09-15faster doc builds and fix redirect on 0.4Gravatar Jorge Aparicio 2-12/+16
2019-09-15fix redirects and CNAMEGravatar Jorge Aparicio 2-4/+11
2019-09-15Updated links in README for rtfm.rsGravatar Emil Fresk 2-3/+3
2019-09-15link to older docs from the bookGravatar Jorge Aparicio 1-1/+4