aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/migration
AgeCommit message (Collapse)Author
2021-07-21use tuple struct syntax for Monotonics everywhereJorge Aparicio
2021-07-21update the 0.5.x -> 0.6.0 migration guideJorge Aparicio
to use the new resources syntax I also reordered the sections to cover all the resource API first before covering the spawn API I've also added a section about the old `static mut` variable transform
2021-07-01Fix syntax error in migration guideAlex Martens
2021-04-22Merge #479bors[bot]
479: book: detail import resolving for 0.6 migration r=korken89 a=tmplt That is, answering the question of why imports are no longer resolving during compilation. Co-authored-by: Viktor Sonesten <v@tmplt.dev>
2021-04-21book/migration/v5: update init signature, fix example syntaxViktor Sonesten
The example now migrates from v5 to v6 instead of an incorrect v6 syntax to a another incorrect v6 syntax.
2021-04-21book: detail import resolving for 0.6 migrationViktor Sonesten
2020-11-12Updated migration guide with symmetric locks and new spawnEmil Fresk
2020-10-29extern taskPer Lindgren
2020-10-23move dispatchers to app argumentPer Lindgren
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-05Split up migration guides into its own sectionsEmil Fresk