aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-15Detect if the rt flag is defined in the PAC/HALEmil Fresk
Better error message Improved error string Update UI tests
2020-10-13Merge #392bors[bot]
392: device path must be absolute; clarify r=AfoHT a=dcarosone feel free to nitpick path terminology Co-authored-by: Daniel Carosone <Daniel.Carosone@gmail.com>
2020-10-13device path must be absolute; clarifyDaniel Carosone
2020-10-12Merge #388bors[bot]
388: Now core contains the same `Peripherals` type based on monotonic r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-12UI fixEmil Fresk
2020-10-07Now core contains the same `Peripherals` type based on monotonicEmil Fresk
2020-10-07Merge #384bors[bot]
384: Fix MD-lints, add Matrix and meeting notes badges r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-07Merge #385bors[bot]
385: Doclints r=korken89 a=dcarosone Some minor doc lints and wording cleanup Co-authored-by: Daniel Carosone <Daniel.Carosone@gmail.com>
2020-10-07minor md lints and wording clarificationDaniel Carosone
2020-10-07Merge branch 'master'Daniel Carosone
of https://github.com/rtic-rs/cortex-m-rtic
2020-10-06Fix MD-lints, add Matrix and meeting notes badgesHenrik Tjäder
2020-10-06Merge #173bors[bot]
173: add sandbox example r=AfoHT a=etrombly Added a real world example for my sandbox project. Co-authored-by: Eric Trombly <etrombly@yahoo.com>
2020-10-06Merge #346bors[bot]
346: fix badges / clean up README r=AfoHT a=fuchsnj Co-authored-by: Nathan Fox <fuchsnj@gmail.com> Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-06Restore links to docsHenrik Tjäder
2020-10-05Merge #370bors[bot]
370: Use latest mdBook r=korken89 a=AfoHT Test to see if latest mdBook works with current formatting, see #369 Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Merge #383bors[bot]
383: Split up migration guides into its own sections r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-05Split up migration guides into its own sectionsEmil Fresk
2020-10-05Merge #382bors[bot]
382: Run the macro tests r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Run the macro testsHenrik Tjäder
2020-10-05Merge #372bors[bot]
372: Now late resources are always used r=AfoHT a=korken89 Awaits the PR in `rtic-syntax`: https://github.com/rtic-rs/rtic-syntax/pull/32 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-05Added back accidentally removed blockEmil Fresk
2020-10-05Move to master of rtic-syntaxEmil Fresk
2020-10-05Overwrite steerr filesEmil Fresk
2020-10-05Merge branch 'master' into always_late_resourcesEmil Fresk
2020-10-05Merge #381bors[bot]
381: Separate example check and run-pass tests r=korken89 a=AfoHT With the old 1.36.0 tests removed the full 20 free concurrent GHA jobs are not fully utilized. Separate the run-pass testing and the cargo check of examples Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Separate example check and run-pass testsHenrik Tjäder
2020-10-05Also update for the deploy stageHenrik Tjäder
2020-10-05Merge #380bors[bot]
380: Use a full copy of the book instead of symlink r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Unable to use git for tagsHenrik Tjäder
2020-10-05Use a full copy of the book instead of symlinkHenrik Tjäder
2020-10-05Merge #379bors[bot]
379: Fix broken symlink during deploy-stage r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05Fix broken symlinkHenrik Tjäder
2020-10-05Merge #368bors[bot]
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-05Use latest rtic-syntax masterHenrik Tjäder
2020-10-05Merge #378bors[bot]
378: The stable book should build from branch r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-05v must be first in the tag, document the versionHenrik Tjäder
2020-10-05Ensure pre-releases are not includedHenrik Tjäder
2020-10-05The stable book should build from branchHenrik Tjäder
2020-10-03Merge #377bors[bot]
377: Updated documentation to include the critical section token in init r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-03Updated documentation to include the critical section token in initEmil Fresk
2020-10-02Remove leftover v1.36 hacksHenrik Tjäder
2020-10-02Prepare the book for v0.6Henrik Tjäder
2020-10-02Update ui-testHenrik Tjäder
2020-10-02Merge #375bors[bot]
375: close console text blocks on a new line r=AfoHT a=dcarosone fixes #369 Co-authored-by: Daniel Carosone <Daniel.Carosone@gmail.com>
2020-10-02minor markdownlintsDaniel Carosone
2020-10-02Shared access is useful with interior mutabilityDaniel Carosone
2020-10-02Describe the resource struct attribute migration stepsHenrik Tjäder
2020-10-02Merge branch 'mod_const' of github.com:AfoHT/cortex-m-rtic into mod_constHenrik Tjäder
2020-10-02Clarify the need for resources-attributeHenrik Tjäder
2020-10-02close console text blocks on a new lineDaniel Carosone
fixes #369