Henrik Tjäder
|
4357d8be15
|
Docs: By-example
|
2021-12-19 01:33:14 +01:00 |
|
Emil Fresk
|
b71df58f2f
|
The great docs update
|
2021-09-23 16:11:04 +02:00 |
|
Jorge Aparicio
|
3eac8b91cf
|
book/resources: highlight that #[lock_free] includes a compile-time check
for the "same priority requirement"; this prevents data races
|
2021-07-22 10:35:09 +02:00 |
|
Jorge Aparicio
|
5805a05fac
|
book/resources: rm #[task_local] mention; add #[lock_free] example
the #[task_local] attribute was removed
|
2021-07-22 09:17:39 +02:00 |
|
Jorge Aparicio
|
cd4e8183f6
|
book/resources: remove mentions of the field attribute #[init(<expr>)]
it no longer exists. all resources are now late resources
|
2021-07-21 15:59:08 +02:00 |
|
Jorge Aparicio
|
6bf1c76d84
|
book/resources: do not use the lock API in the very first example
instead stick to `#[local]` resources
|
2021-07-21 15:55:14 +02:00 |
|
Emil Fresk
|
d079949139
|
Add multilock to the book
|
2020-11-14 16:13:00 +01:00 |
|
bors[bot]
|
ebfabd7b30
|
Merge #411
411: Add section about task_local and lock_free r=perlindgren a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
|
2020-11-12 18:34:05 +00:00 |
|
Henrik Tjäder
|
b0f6d60c3d
|
Add static mut
|
2020-11-12 18:24:57 +00:00 |
|
Henrik Tjäder
|
29b81a23d6
|
Add section about task_local and lock_free
|
2020-11-12 18:15:42 +00:00 |
|
Per Lindgren
|
15bd129161
|
resources fix
|
2020-11-12 19:06:56 +01:00 |
|
Per Lindgren
|
0cb7cb0ba8
|
resources
|
2020-11-12 18:55:11 +01:00 |
|
Daniel Carosone
|
f386cb63cb
|
Merge branch 'master'
of https://github.com/rtic-rs/cortex-m-rtic
|
2020-10-07 09:22:38 +11:00 |
|
bors[bot]
|
dbf9a7f298
|
Merge #368
368: Mod over const r=korken89 a=AfoHT
Related [RFC](https://github.com/rtic-rs/rfcs/pull/34)
Dependent on [rtic-syntax-PR30](https://github.com/rtic-rs/rtic-syntax/pull/30)
~~Currently using my own dev-branch~~
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
|
2020-10-05 08:40:19 +00:00 |
|
Daniel Carosone
|
3d6a0ea64f
|
minor markdownlints
|
2020-10-02 20:43:52 +10:00 |
|
Daniel Carosone
|
91c2d4850e
|
Shared access is useful with interior mutability
|
2020-10-02 19:56:17 +10:00 |
|
Henrik Tjäder
|
e6bc673621
|
Clarify the need for resources-attribute
|
2020-10-02 09:42:50 +00:00 |
|
Daniel Carosone
|
baa2edfe72
|
close console text blocks on a new line
fixes #369
|
2020-10-02 19:38:00 +10:00 |
|
Henrik Tjäder
|
9ca10b0d8c
|
Add migration to 0.6 along with updated documentation
|
2020-10-02 09:33:28 +00:00 |
|
Henrik Tjäder
|
602a5b4374
|
Rename RTFM to RTIC
|
2020-06-11 17:18:29 +00:00 |
|
KENTARO OKUDA
|
d44f5582d9
|
Update resources.md
|
2020-06-11 09:45:53 -04:00 |
|
Jorge Aparicio
|
1e0cfa19ba
|
fix more links
|
2019-09-17 19:55:55 +02:00 |
|
Jorge Aparicio
|
07b2b4d830
|
doc up
|
2019-08-21 10:17:27 +02:00 |
|
Jorge Aparicio
|
3adc9c31f3
|
update the book
|
2019-05-01 20:49:25 +02:00 |
|
Jorge Aparicio
|
aa7eec0299
|
check task priority at compile time
before we were checking the priority at runtime. The compile time error message
when the priority is too high is kind of awful though.
|
2019-04-16 23:04:24 +02:00 |
|
Jorge Aparicio
|
1e9058cab2
|
(en) update the text related to late resources
cc @burrbull
|
2019-02-12 15:13:41 +01:00 |
|
Jorge Aparicio
|
0007a35a27
|
change layout of books
|
2019-02-11 21:40:53 +01:00 |
|