aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-01Start CI, disable docs buildingEmil Fresk
2023-03-01Clippy fixesEmil Fresk
2023-03-01Support 0 prio tasksEmil Fresk
2023-03-01All examples pass with `cargo xtask --target all`Emil Fresk
2023-03-01Update semihostingEmil Fresk
2023-03-01Fix typosEmil Fresk
2023-03-01Fix failing UI testEmil Fresk
2023-03-01Update UI tests, 1 failing that needs fixingEmil Fresk
2023-03-01more examplesPer Lindgren
2023-03-01Fix locks, basepri writeback errorEmil Fresk
2023-03-01examples/multiloc fixedPer Lindgren
2023-03-01All codegen is now explicitEmil Fresk
2023-03-01examples/lock fixedPer Lindgren
2023-03-01examples/locals fixedPer Lindgren
2023-03-01Cleanup weird locals in codegenEmil Fresk
2023-03-01examples/idle-wfi fixedPer Lindgren
2023-03-01export Cell removed, expmples updatedPer Lindgren
2023-03-01Main in main codegenEmil Fresk
2023-03-01examples/async-task fixupPer Lindgren
2023-03-01Removed same prio spawnEmil Fresk
2023-03-01Lifetime cleanupEmil Fresk
2023-03-01Break codegen for 0-prio asyncEmil Fresk
2023-03-01Removed Priority, simplified lifetime handlingEmil Fresk
2023-03-01More removalEmil Fresk
2023-03-01First example builds againEmil Fresk
2023-03-01Even more cleanupEmil Fresk
2023-03-01Fix fencesEmil Fresk
2023-03-01Added software task codegen backEmil Fresk
2023-03-01Min codegenEmil Fresk
2023-03-01syntax: Remove parse settings structEmil Fresk
2023-03-01Add check againEmil Fresk
2023-03-01Old xtask test passEmil Fresk
2023-03-01RTIC v2: Initial commitEmil Fresk
rtic-syntax is now part of RTIC repository
2023-02-26Merge #698bors[bot]
698: Release: v1.1.4 r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2023-02-26Release: v1.1.4Henrik Tjäder
2023-02-26example: pool: Do not print the addrHenrik Tjäder
Unstable and prone to fail CI
2023-01-25Merge #692bors[bot]
692: CFG: Support HW tasks, cleanup for SW tasks r=korken89 a=AfoHT Fixes #665 Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2023-01-25Merge #691bors[bot]
691: Basic cfg support, kind of, for Monotonics r=korken89 a=AfoHT - Enable at least masking out a Monotonic - Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax - Update changelog The use case detailed in linked issue seems to be covered: Fixes #664 Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2023-01-25Merge #686bors[bot]
686: Book: Editorial review r=korken89 a=AfoHT Continuation of https://github.com/rtic-rs/cortex-m-rtic/pull/618 Better late than never... A big thanks to `@jvanderk` ! Co-authored-by: John van der Koijk <33966414+jvanderk@users.noreply.github.com>
2023-01-25Mostly editorial review.John van der Koijk
2023-01-22Handle more cfgs, support cfg on HW/SW tasksHenrik Tjäder
2023-01-22Update changelogHenrik Tjäder
2023-01-22Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntaxHenrik Tjäder
2023-01-22Enable at least masking out a MonotonicHenrik Tjäder
Simplest case working, but leaves a lot to ask as shown by examples/cfg-monotonic.rs Current `rtic-syntax` is unable to validate and handle the `cfgs[]` which limits the usefulness of this.
2023-01-22Merge #690bors[bot]
690: NVIC prio bits must be in the range 1..=255: Handled by logical2hw() r=korken89 a=AfoHT Fixes #687 Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2023-01-22Merge #689bors[bot]
689: Missing docs: Improve #[doc] generation r=korken89 a=AfoHT Improve RTIC doc handling Enable use of ``` #![deny(missing_docs)] ``` and makes the cargo doc output more useful Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2023-01-22Cleanup NVIC prio too high exampleHenrik Tjäder
2023-01-22Make clippy happyHenrik Tjäder
2023-01-22Update changelogHenrik Tjäder
2023-01-22Improve RTIC doc handlingHenrik Tjäder
Enable use of ``` #![deny(missing_docs)] ```