aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-28Do the book trickdatdenkikniet
2023-05-25v2.0 releaseEmil Fresk
2023-05-23Merge #755bors[bot]
755: Fix this anchor r=korken89 a=datdenkikniet Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-05-23Fix this anchordatdenkikniet
2023-05-23Merge #754bors[bot]
754: Update pretty_env_logger requirement from 0.4.0 to 0.5.0 r=korken89 a=dependabot[bot] Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/pretty-env-logger/commit/0e238400e18649415dc710c025e99c009a1bb744"><code>0e23840</code></a> v0.5.0</li> <li><a href="https://github.com/seanmonstar/pretty-env-logger/commit/4dde161d219521091020ebf015766ee9a3fbcb4a"><code>4dde161</code></a> deps: env_logger 0.10</li> <li><a href="https://github.com/seanmonstar/pretty-env-logger/commit/f9e35b6dbbf06de55222c944c9e1e176ce73b3a7"><code>f9e35b6</code></a> Update env logger (<a href="https://redirect.github.com/seanmonstar/pretty-env-logger/issues/49">#49</a>)</li> <li><a href="https://github.com/seanmonstar/pretty-env-logger/commit/93d6d19e069d600212c008041763dd9e298ee539"><code>93d6d19</code></a> Run CI on linux,mac,windows using GitHub actions (<a href="https://redirect.github.com/seanmonstar/pretty-env-logger/issues/51">#51</a>)</li> <li><a href="https://github.com/seanmonstar/pretty-env-logger/commit/5cb49cade25fffb504135c1a166ff345d993c054"><code>5cb49ca</code></a> Update README.md (<a href="https://redirect.github.com/seanmonstar/pretty-env-logger/issues/34">#34</a>)</li> <li><a href="https://github.com/seanmonstar/pretty-env-logger/commit/cfad8e9445848f5d909c88f84e25794428c20603"><code>cfad8e9</code></a> Update Cargo.toml instructions in README.md (<a href="https://redirect.github.com/seanmonstar/pretty-env-logger/issues/32">#32</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/pretty-env-logger/compare/v0.4.0...v0.5.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23Merge #741bors[bot]
741: Docs 2 r=korken89 a=datdenkikniet Working on the migration guide and other docs TODO: - [x] Migration guide - [x] Hardcoded examples should link to example code that is tested (this was already done, AFAICT) - [x] Address #699 - [x] Discuss: should we remove references to non-v2, apart from the migration guide and link to the book for v1? (Off-github conclusion: yes) - [x] RTIC {vs,and} Embassy (important: distinction between embassy runtime & HALs) - [x] More descriptive docs on how to implement & PR implementations of `Monotonic` to `rtic-monotonics` Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-05-22Update pretty_env_logger requirement from 0.4.0 to 0.5.0dependabot[bot]
Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version. - [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: pretty_env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-05-20Fix linkdatdenkikniet
2023-05-20Make Monotonic implementation more obviousdatdenkikniet
2023-05-20Add some docs on RTIC AND embassydatdenkikniet
2023-05-20Move some more stuff to the archive, update this linkdatdenkikniet
2023-05-11Demarcate a bit moredatdenkikniet
2023-05-11Update thesedatdenkikniet
2023-05-11Archive app_task.mddatdenkikniet
2023-05-11Don't build core and alloc & update Cargo.lockdatdenkikniet
2023-05-11taste the rainbow!datdenkikniet
2023-05-11Rename deprecated to archivedatdenkikniet
2023-05-11Fix linksdatdenkikniet
2023-05-11Add check-book.sh scriptdatdenkikniet
2023-05-11Disable the playground on all of thesedatdenkikniet
2023-05-11Include this code as blocks insteaddatdenkikniet
2023-05-11Move tips into their own subdirdatdenkikniet
2023-05-11Remove v1 reference heredatdenkikniet
2023-05-11Clarify delay and timeout uses monotonicsdatdenkikniet
2023-05-11monotonic.md is now deprecateddatdenkikniet
2023-05-11Promote starting a new project to it's own chapterdatdenkikniet
2023-05-11Update delay.md file to be a bit easier to read, and add spoiler tags for ↵datdenkikniet
the walls of code
2023-05-11Refer to rtic-rs/rtic/examples insteaddatdenkikniet
2023-05-11Move deprecated migration guides to deprecated folderdatdenkikniet
2023-05-11Fix #699datdenkikniet
2023-05-11Fix run-on sentencedatdenkikniet
2023-05-11Fix links & infodatdenkikniet
2023-05-11Remove link to inactive `embedded_time`datdenkikniet
2023-05-11Update tips on Monotonic implemenationsdatdenkikniet
2023-05-11Include the examplesdatdenkikniet
2023-05-11Add some moredatdenkikniet
2023-05-11Begin migration guidedatdenkikniet
2023-05-11Fix this linkdatdenkikniet
2023-05-10Merge #748bors[bot]
748: Fix zero prio tasks when all async tasks have default (no) arguments r=datdenkikneit a=korken89 Without this fix the default tasks get priority 1 instead of the intended 0. Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2023-05-10Fix zero prio tasks when all async tasks have default (no) argumentsEmil Fresk
2023-04-23Merge #744bors[bot]
744: Prepare release of rtic-monotonics with new eha version r=perlindgren a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2023-04-23Merge #745bors[bot]
745: Check rtic-monotonics with eh-async enabled r=korken89 a=datdenkikniet `@korken89` discovered that the embedded-hal-async stuff had been broken for a longer time. This should've been caught by CI, but we don't test it with this feature enabled. This PR fixes that. Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-04-23Prepare release of rtic-monotonics with new eha versionEmil Fresk
2023-04-23Check rtic-monotonics with eh-async enableddatdenkikniet
2023-04-23Merge #743bors[bot]
743: Update embedded-hal-async r=korken89 a=datdenkikniet Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-04-23Update embedded-hal-asyncdatdenkikniet
2023-04-20Merge #738bors[bot]
738: comment on how to link on macOS apple silicon machine r=korken89 a=mike-kfed probably messes with building on other OS, so I made it a comment, but I figure this can be useful for macOS users to have it link successfully. Co-authored-by: Michael Kefeder <m.kefeder@gmail.com>
2023-04-19comment on how to link on macOS apple silicon machineMichael Kefeder
2023-04-17Merge #737bors[bot]
737: Fix example r=korken89 a=datdenkikniet Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-04-17Fix exampledatdenkikniet