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
/
book
/
en
/
src
/
by-example
/
resources.md
Age
Commit message (
Expand
)
Author
2024-04-03
fix included examples and markdown(book) (#912)
Franz Dietrich
2023-05-11
Disable the playground on all of these
datdenkikniet
2023-03-01
book polish
Per Lindgren
2023-03-01
Revert accidental removal of editorial changes
Henrik Tjäder
2023-03-01
Book: Major rework for RTIC v2
Per Lindgren
2023-01-25
Mostly editorial review.
John van der Koijk
2022-03-20
Fix error in book, shared resource need only `Send`
Emil Fresk
2022-02-08
Add a remark about `Sync` and `Send` traits requirement for resources
Gabriel Górski
2022-01-21
Highlight how to run examples locally
Henrik Tjäder
2022-01-07
Correct wording in 1.2 Resource usage
Mareq Balint
2021-12-19
Docs: By-example
Henrik Tjäder
2021-09-23
The great docs update
Emil Fresk
2021-07-22
book/resources: highlight that `#[lock_free]` includes a compile-time check
Jorge Aparicio
2021-07-22
book/resources: rm #[task_local] mention; add #[lock_free] example
Jorge Aparicio
2021-07-21
book/resources: remove mentions of the field attribute #[init(<expr>)]
Jorge Aparicio
2021-07-21
book/resources: do not use the lock API in the very first example
Jorge Aparicio
2020-11-14
Add multilock to the book
Emil Fresk
2020-11-12
Merge #411
bors[bot]
2020-11-12
Add static mut
Henrik Tjäder
2020-11-12
Add section about task_local and lock_free
Henrik Tjäder
2020-11-12
resources fix
Per Lindgren
2020-11-12
resources
Per Lindgren
2020-10-07
Merge branch 'master'
Daniel Carosone
2020-10-05
Merge #368
bors[bot]
2020-10-02
minor markdownlints
Daniel Carosone
2020-10-02
Shared access is useful with interior mutability
Daniel Carosone
2020-10-02
Clarify the need for resources-attribute
Henrik Tjäder
2020-10-02
close console text blocks on a new line
Daniel Carosone
2020-10-02
Add migration to 0.6 along with updated documentation
Henrik Tjäder
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
2020-06-11
Update resources.md
KENTARO OKUDA
2019-09-17
fix more links
Jorge Aparicio
2019-08-21
doc up
Jorge Aparicio
2019-05-01
update the book
Jorge Aparicio
2019-04-16
check task priority at compile time
Jorge Aparicio
2019-02-12
(en) update the text related to late resources
Jorge Aparicio
2019-02-11
change layout of books
Jorge Aparicio