aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2020-10-02Merge branch 'master' into mod_constHenrik Tjäder
2020-10-02Add migration to 0.6 along with updated documentationHenrik Tjäder
2020-10-01Merge #374bors[bot]
374: Multi-core cleanup from the book r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-01Remove exports related to heterogeneous multi-core supportHenrik Tjäder
2020-10-01Remove all of heterogeneous and homogeneous from the bookHenrik Tjäder
2020-10-01Merge #373bors[bot]
373: Added `bare_metal::CriticalSection` to `init::Context` r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-01Fixing test errorsEmil Fresk
2020-10-01Fixing test errorsEmil Fresk
2020-10-01Added `bare_metal::CriticalSection` to `init::Context`Emil Fresk
2020-10-01Now late resources are always usedEmil Fresk
2020-10-01Start updating the bookHenrik Tjäder
2020-10-01Use latest mdBookHenrik Tjäder
2020-10-01Rename const_app to mod_appHenrik Tjäder
2020-09-29Fix test output to match GHA runnerHenrik Tjäder