Commit graph

1069 commits

Author SHA1 Message Date
Henrik Tjäder
247e66e0f8 Update UI-test output lockall_borrow_shared 2022-02-05 01:24:31 +01:00
Per Lindgren
fde331fdf9 CI problem fixed 2022-02-05 01:15:41 +01:00
Per Lindgren
3a24fd8bd1 more run testa 2022-02-05 01:10:32 +01:00
Per Lindgren
55cb2a70f8 lockall.run fix again 2022-02-05 01:10:32 +01:00
Per Lindgren
a60eb3de09 lockall.run fix 2022-02-05 01:10:32 +01:00
Per Lindgren
7d26d9f45e moved to stable compiler 2022-02-05 01:10:31 +01:00
Per Lindgren
5d985df284 lockall.run output fixed 2022-02-05 01:10:31 +01:00
Per Lindgren
1c709b3d8d run tests added 2022-02-05 01:10:31 +01:00
Per Lindgren
fbd31e09cc ui tests added (changelog) 2022-02-05 01:10:31 +01:00
Per Lindgren
32c11567b3 ui tests added 2022-02-05 01:10:30 +01:00
Per Lindgren
c0e9da8642 soundness and cost 2022-02-05 01:10:30 +01:00
Per Lindgren
a6aa28b277 soundness and cost 2022-02-05 01:10:30 +01:00
Per Lindgren
441e8a090c multilock relock workaround 2022-02-05 01:10:30 +01:00
Per Lindgren
a0acc70fa4 comparison between lock approaches 2022-02-05 01:10:29 +01:00
Per Lindgren
ad80d225d5 comparison between lock approaches 2022-02-05 01:10:29 +01:00
Per Lindgren
9ac4c4a2d0 Destructure reverted (priority leakage fixed) 2022-02-05 01:10:29 +01:00
Per Lindgren
2b70b1faf3 wip Priority leakage 2022-02-05 01:10:29 +01:00
Per Lindgren
c4af4eb244 destruction problem solved 2022-02-05 01:10:28 +01:00
Per Lindgren
d6cffba14d destruction problem 2022-02-05 01:10:28 +01:00
Per Lindgren
9d92f2ab70 api test, all implemented, TODO hide priority? 2022-02-05 01:10:28 +01:00
Per Lindgren
f9d05fdad0 api test, all implemented, TODO hide priority? 2022-02-05 01:10:28 +01:00
Per Lindgren
8917252dc5 api test (all but lock automated) 2022-02-05 01:10:27 +01:00
Per Lindgren
1459adadeb api test (priority automated) 2022-02-04 21:30:55 +01:00
Per Lindgren
53ace542c1 api test (mostly hard coded) 2022-02-04 21:30:55 +01:00
bors[bot]
686cfa066a
Merge #595
595: Update tips_monotonic_impl.md r=AfoHT a=jordens

* 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.

Close #597 
Close #594

Co-authored-by: Robert Jördens <rj@quartiq.de>
2022-02-04 19:26:05 +00:00
Robert Jördens
b855c1bc9b add changelog entry 2022-02-04 20:09:32 +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
bors[bot]
c3c75f2200
Merge #591
591: Fix running command examples in chapter 1.5.5 Monotonic r=AfoHT a=GreenPenguino

Run the right examples in chapter 1.5.5 in the book

Co-authored-by: Erik <erik_97@live.nl>
2022-01-24 15:11:45 +00:00
Erik
2b07e3e0dc Fix running command examples in chapter 1.5.5 Monotonic 2022-01-24 12:27:42 +01:00
bors[bot]
69cacd0597
Merge #588
588: Highlight how to run examples locally r=perlindgren a=AfoHT

How examples are run never gets properly introduced before used in `by-example/resources.md`

Fixes #587 

Co-authored-by: Henrik Tjäder <henrik@grepit.se>
2022-01-22 22:07:37 +00:00
Henrik Tjäder
a34f0205b3 Highlight how to run examples locally 2022-01-21 13:28:14 +01:00
bors[bot]
d51aaf3ad3
Merge #584
584: mq/minor corrections r=korken89 a=mareq



Co-authored-by: Mareq Balint <mareq@balint.eu>
2022-01-08 06:19:22 +00:00
bors[bot]
4a16310443
Merge #585
585: Fix the locals.rs comment r=korken89 a=keadwen

I believe that is a typo s/shared/local_to_bar

Co-authored-by: Jakub Młynarczyk <jkbmlynarczyk@gmail.com>
2022-01-08 06:14:24 +00:00
Jakub Młynarczyk
20f1c396d5
Fix the locals.rs comment
I believe that is a typo s/shared/local_to_bar
2022-01-08 16:36:59 +11: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
bors[bot]
2c921ac67c
Merge #580
580: Spawn at periodic r=korken89 a=perlindgren

Examples on drift free usage under RTIC 1.0.

Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
2022-01-06 14:20:20 +00:00
Per Lindgren
305e8295d5 Drift free timing examples 2022-01-04 22:21:57 +01:00
bors[bot]
dcba1a55dd
Merge #579
579: CI: Add link to HackMD to rtic.rs/meeting/ r=perlindgren a=AfoHT



Co-authored-by: Henrik Tjäder <henrik@grepit.se>
2022-01-04 18:42:03 +00:00
Henrik Tjäder
fcc412dfb9 CI: Add link to HackMD to rtic.rs/meeting/ 2022-01-04 19:38:57 +01:00
bors[bot]
8cff6827d1
Merge #577
577: Added changelog enforcer r=perlindgren a=korken89



Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2022-01-03 17:45:50 +00:00
Emil Fresk
5d645b1311 Added changelog enforcer 2022-01-03 18:37:54 +01:00
bors[bot]
f990268147
Merge #573
573: Improved docs on where the 12 MHz comes from in SysTick r=perlindgren a=korken89



Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2021-12-26 11:43:54 +00:00
Emil Fresk
7bec234766 Improved docs on where the 12 MHz comes from in SysTick 2021-12-26 11:42:14 +01:00
bors[bot]
5a4bcae1fb
Merge #572
572: cargo xtask is now ~40x faster r=AfoHT a=korken89



Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2021-12-26 10:26:45 +00:00
Emil Fresk
ef4e4aaaa3 cargo xtask is now ~40x faster 2021-12-26 11:05:35 +01:00
bors[bot]
3a1d42b614
Merge #571
571: Added nRF52 RTC based monotonic to the book r=AfoHT a=korken89



Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2021-12-26 09:46:46 +00:00
Emil Fresk
68fb811a11 Added nRF52 RTC based monotonic to the book 2021-12-26 10:19:04 +01:00
bors[bot]
d8746d669b
Merge #569
569: README: Remove rustc badge and Requirements r=korken89 a=perlindgren

Remove rustc badge and requirements to edition 2018.

Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2021-12-26 09:15:17 +00:00