Commit graph

132 commits

Author SHA1 Message Date
Fabian Wolter
52aa56e265 [book] Remove non-existent anchor reference
There is no anchor named `timeout_at` in the example source file. By looking at the context, the reference doesn't look like it's supposed to be there at all.
2023-10-15 05:52:39 +00:00
Henrik Tjäder
bedaae9395 Book: Restore missing newline 2023-10-04 18:17:15 +00:00
Nils Fitinghoff
cc1e7154fc book: Update default priority to 0 2023-08-29 11:31:11 +00:00
datdenkikniet
9fa073f793 Fix link 2023-05-20 17:42:13 +02:00
datdenkikniet
311291b95a Make Monotonic implementation more obvious 2023-05-20 12:02:51 +02:00
datdenkikniet
4b3bf59215 Move some more stuff to the archive, update this link 2023-05-20 11:24:03 +02:00
datdenkikniet
ab17bbf9f3 Demarcate a bit more 2023-05-11 19:20:58 +02:00
datdenkikniet
5c6483f71b Update these 2023-05-11 19:20:58 +02:00
datdenkikniet
03b16a3a2d Archive app_task.md 2023-05-11 19:20:58 +02:00
datdenkikniet
f2a57de5c1 taste the rainbow! 2023-05-11 19:20:58 +02:00
datdenkikniet
a66540efa0 Disable the playground on all of these 2023-05-11 19:20:58 +02:00
datdenkikniet
0807aa548c Include this code as blocks instead 2023-05-11 19:20:58 +02:00
datdenkikniet
e51146a98c Move tips into their own subdir 2023-05-11 19:20:58 +02:00
datdenkikniet
cb0ceea472 Remove v1 reference here 2023-05-11 19:20:58 +02:00
datdenkikniet
a76f4cd85f monotonic.md is now deprecated 2023-05-11 19:20:58 +02:00
datdenkikniet
552ecd4458 Promote starting a new project to it's own chapter 2023-05-11 19:20:58 +02:00
datdenkikniet
a14d24007a Update delay.md file to be a bit easier to read, and add spoiler tags for the walls of code 2023-05-11 19:20:58 +02:00
datdenkikniet
3d98102a54 Refer to rtic-rs/rtic/examples instead 2023-05-11 19:20:58 +02:00
datdenkikniet
ed465b0c3b Fix #699 2023-05-11 19:20:58 +02:00
datdenkikniet
d22faec870 Fix run-on sentence 2023-05-11 19:20:58 +02:00
datdenkikniet
4437f12b30 Remove link to inactive embedded_time 2023-05-11 19:20:58 +02:00
datdenkikniet
825b2c2c3a Update tips on Monotonic implemenations 2023-05-11 19:20:58 +02:00
Henrik Tjäder
f03aede2f5 Fixes for repo rename to rtic 2023-03-02 22:38:25 +01:00
Henrik Tjäder
2f8c7d3083 Book: Fix two broken links 2023-03-01 00:35:26 +01:00
Henrik Tjäder
d82f577724 Book: Fix links, proofread targets and starting_a_project 2023-03-01 00:35:21 +01:00
Henrik Tjäder
5fadc07042 Update book/en/src/by-example/app.md 2023-03-01 00:35:12 +01:00
Per Lindgren
0f513e1e20 book/example polish 2023-03-01 00:35:12 +01:00
perlindgren
fc6343b65c Apply suggestions from code review
Thanks for all suggestions, awesome!

Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2023-03-01 00:35:09 +01:00
Per Lindgren
aa6baafa56 book remove ramfunc, remove migration 2023-03-01 00:35:09 +01:00
Per Lindgren
89632f9b22 book polish 2023-03-01 00:35:04 +01:00
Per Lindgren
6dc46ce1c6 Monotonic book 2023-03-01 00:33:41 +01:00
Henrik Tjäder
63f3d784fe Revert accidental removal of editorial changes 2023-03-01 00:33:40 +01:00
Per Lindgren
1f51b10297 Book: Major rework for RTIC v2 2023-03-01 00:33:39 +01:00
John van der Koijk
04189cc684 Mostly editorial review. 2023-01-25 21:07:38 +01:00
n8tlarsen
27d41c1a38
Revert recommended starting template
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2022-12-21 17:02:11 -06:00
Nathan
f52b5fd1c4 Add documentation for different targets 2022-12-16 11:39:28 -06: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
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
perlindgren
d3d650b2c7
Update tips_monotonic_impl.md
text polishing
2021-12-21 19:49:09 +01:00