n8tlarsen
c688b601f1
typo
...
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2022-12-19 18:17:06 -06:00
n8tlarsen
70ebcc409f
Clarify BASEPRI and NVIC interaction
...
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2022-12-19 18:16:25 -06:00
n8tlarsen
60132495d9
Expand lock explanation
...
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2022-12-19 17:48:52 -06:00
n8tlarsen
c8d60d2910
Improve basepri explanation
...
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2022-12-19 17:45:53 -06:00
Nathan
f52b5fd1c4
Add documentation for different targets
2022-12-16 11:39:28 -06:00
Emil Fresk
9afb1f888f
Docs on RTOS
2022-12-14 21:04:31 +01:00
Jonas Jacobsson
ea6f824ad2
added .toml to .cargo/config in book
2022-09-27 15:37:54 +00:00
Jonas Jacobsson
ccbaea82aa
.toml and note aboute target
2022-09-27 15:29:03 +00:00
Emil Fresk
a7a8f9f4ed
Fix error in book, shared resource need only Send
2022-03-20 12:40:30 +01:00
Riccardo Casatta
750b1853ad
Update software_tasks.md
2022-03-07 21:05:34 +01:00
bors[bot]
5a186feb16
Merge #603
...
603: Add a remark about `Sync` and `Send` traits requirement for resources r=AfoHT a=Glaeqen
Co-authored-by: Gabriel Górski <glaeqen@gmail.com>
2022-02-11 08:41:53 +00:00
Henrik Tjäder
a8a55a3913
Docs: Fix dated migration docs for spawn
2022-02-10 10:25:50 +01:00
Henrik Tjäder
120d310934
Demote Russian translation to WIP
2022-02-09 17:59:00 +01:00
Gabriel Górski
44f994dea2
Add a remark about Sync
and Send
traits requirement for resources
2022-02-08 19:25:24 +01:00
Henrik Tjäder
7af09cb126
book: Restore accidentally removed files
2022-02-08 19:08:29 +01:00
Henrik Tjäder
a39d306649
Docs: SW and HW tasks
2022-02-05 13:38:01 +01:00
Robert Jördens
c83a69599a
use permalinks for (currently broken) mono links
2022-02-04 11:25:34 +01:00
Robert Jördens
c7f6e924dc
Update tips_monotonic_impl.md
...
* There is no RTIC 0.6, only several RCs.
* Timers without interrupts (like the DWT cycle counter alone) will not be useful for `Monotonic` impls.
* Clarified some of the descriptions of the various implementations.
2022-02-03 12:58:50 +01:00
Erik
2b07e3e0dc
Fix running command examples in chapter 1.5.5 Monotonic
2022-01-24 12:27:42 +01:00
Henrik Tjäder
a34f0205b3
Highlight how to run examples locally
2022-01-21 13:28:14 +01:00
Mareq Balint
ce6e014cf0
Correct grammar in 1.5.2 Software tasks & spawn
2022-01-07 22:33:23 +00:00
Mareq Balint
3da25c75cf
Correct wording in 1.2 Resource usage
2022-01-07 22:31:30 +00:00
Emil Fresk
68fb811a11
Added nRF52 RTC based monotonic to the book
2021-12-26 10:19:04 +01:00
Henrik Tjäder
2d8252f3e5
Promote v1.0 in docs
2021-12-25 16:18:28 +01:00
perlindgren
e249813ad7
Update preface.md
...
polish
2021-12-21 19:55:05 +01:00
perlindgren
d3d650b2c7
Update tips_monotonic_impl.md
...
text polishing
2021-12-21 19:49:09 +01:00
perlindgren
278207e2ec
Update monotonic.md
...
high granularity -> fine grained
2021-12-21 19:43:45 +01:00
Henrik Tjäder
1b1b077961
Review fixup
2021-12-19 10:03:18 +01:00
Henrik Tjäder
e232d7e9df
Docs: New project touchup
2021-12-19 01:33:16 +01:00
Henrik Tjäder
56822dd3b8
Docs: Tips touchup
2021-12-19 01:33:16 +01:00
Henrik Tjäder
a2caef394c
Docs: Point to rtic-examples repo
2021-12-19 01:33:16 +01:00
Henrik Tjäder
8e68c52721
Docs: Migration docs
2021-12-19 01:33:15 +01:00
Henrik Tjäder
833e22da51
Docs: By-example Monotonics
2021-12-19 01:33:15 +01:00
Henrik Tjäder
c55016f4b2
Docs: By-example App priorities and message passing
2021-12-19 01:33:15 +01:00
Henrik Tjäder
2ac0e1b29d
Docs: By-example Software tasks
2021-12-19 01:33:14 +01:00
Henrik Tjäder
4357d8be15
Docs: By-example
2021-12-19 01:33:14 +01:00
Henrik Tjäder
628c668988
Remove note about SLEEPONEXIT in Russian book
2021-12-14 22:19:16 +01:00
Henrik Tjäder
8c8f7f12c3
Idle: Switch to NOP instead of WFI
...
Add example how to get old WFI behaviour
2021-12-14 22:18:17 +01:00
Emil Fresk
c060b5a15c
Example monotonic for nRF52
2021-11-10 13:46:34 +01:00
Emil Fresk
1a949b5fd4
Remove example impl and have a list of example impls instead
2021-11-10 10:25:09 +01:00
Emil Fresk
3b00a2bdb8
Updated the monotonic impl chapter
2021-11-10 09:51:45 +01:00
Emil Fresk
f37a928c36
Fixing bad english
2021-09-27 13:42:44 +02:00
Emil Fresk
63c6a6afc0
More docs updates
2021-09-27 10:20:19 +02:00
Emil Fresk
b71df58f2f
The great docs update
2021-09-23 16:11:04 +02:00
Alex Martens
81a7722ab6
Fix link for SLEEPONEXIT
2021-08-26 14:29:18 -07:00
Andrey Zgarbul
9134f7d36a
update russian book
2021-08-03 22:40:33 +03:00
bors[bot]
8ddfcf8efc
Merge #504
...
504: Add links to RTIC book dev version and rtic-examples r=japaric a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
2021-08-03 15:32:52 +00:00
CuriouslyCurious
f6f61f95a6
book: Properly update the note with a link
2021-07-30 12:44:35 +02:00
CuriouslyCurious
ae7b444f3d
Revert "book: Add link to new.md"
...
This reverts commit 7a977f3fa9
.
2021-07-30 12:43:35 +02:00
CuriouslyCurious
7a977f3fa9
book: Add link to new.md
2021-07-29 13:58:21 +02:00