| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-11 | Promote starting a new project to it's own chapter | datdenkikniet | |
| 2023-05-11 | Update delay.md file to be a bit easier to read, and add spoiler tags for ↵ | datdenkikniet | |
| the walls of code | |||
| 2023-05-11 | Refer to rtic-rs/rtic/examples instead | datdenkikniet | |
| 2023-05-11 | Move deprecated migration guides to deprecated folder | datdenkikniet | |
| 2023-05-11 | Fix #699 | datdenkikniet | |
| 2023-05-11 | Fix run-on sentence | datdenkikniet | |
| 2023-05-11 | Fix links & info | datdenkikniet | |
| 2023-05-11 | Remove link to inactive `embedded_time` | datdenkikniet | |
| 2023-05-11 | Update tips on Monotonic implemenations | datdenkikniet | |
| 2023-05-11 | Include the examples | datdenkikniet | |
| 2023-05-11 | Add some more | datdenkikniet | |
| 2023-05-11 | Begin migration guide | datdenkikniet | |
| 2023-05-11 | Fix this link | datdenkikniet | |
| 2023-05-10 | Merge #748 | bors[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-10 | Fix zero prio tasks when all async tasks have default (no) arguments | Emil Fresk | |
| 2023-04-23 | Merge #744 | bors[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-23 | Merge #745 | bors[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-23 | Prepare release of rtic-monotonics with new eha version | Emil Fresk | |
| 2023-04-23 | Check rtic-monotonics with eh-async enabled | datdenkikniet | |
| 2023-04-23 | Merge #743 | bors[bot] | |
| 743: Update embedded-hal-async r=korken89 a=datdenkikniet Co-authored-by: datdenkikniet <jcdra1@gmail.com> | |||
| 2023-04-23 | Update embedded-hal-async | datdenkikniet | |
| 2023-04-20 | Merge #738 | bors[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-19 | comment on how to link on macOS apple silicon machine | Michael Kefeder | |
| 2023-04-17 | Merge #737 | bors[bot] | |
| 737: Fix example r=korken89 a=datdenkikniet Co-authored-by: datdenkikniet <jcdra1@gmail.com> | |||
| 2023-04-17 | Fix example | datdenkikniet | |
| 2023-04-16 | Merge #736 | bors[bot] | |
| 736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet This was in #732 before, but decluttering that PR seemed sensible Co-authored-by: datdenkikniet <jcdra1@gmail.com> | |||
| 2023-04-16 | Also allow denying for QEMU, and fix the link-arg problem caused by | datdenkikniet | |
| overriding RUSTFLAGS | |||
| 2023-04-16 | Merge #732 | bors[bot] | |
| 732: Docs 1 r=korken89 a=datdenkikniet Going over all of the subprojects and trying to find stuff that may need docs Co-authored-by: datdenkikniet <jcdra1@gmail.com> | |||
| 2023-04-16 | Fix UI test | datdenkikniet | |
| 2023-04-16 | Tests should always deny warnings | datdenkikniet | |
| 2023-04-16 | Actually chain these | datdenkikniet | |
| 2023-04-16 | Also print extra env variables as cmd_str | datdenkikniet | |
| 2023-04-16 | Rename + better printout | datdenkikniet | |
| 2023-04-16 | Also always deny warnings for doc | datdenkikniet | |
| 2023-04-16 | Placate clippy | datdenkikniet | |
| 2023-04-16 | Deny on warnings in xtasks | datdenkikniet | |
| 2023-04-16 | Unconditionally deny warnings for clippy | datdenkikniet | |
| 2023-04-16 | FIx printing for Run and Qemu | datdenkikniet | |
| 2023-04-16 | Also separate all results and data | datdenkikniet | |
| 2023-04-16 | Move run into a subdirectory and split `iter` stuff into a module | datdenkikniet | |
| 2023-04-16 | Move all run-related stuff into `run` | datdenkikniet | |
| 2023-04-16 | Rename cargo_commands -> run | datdenkikniet | |
| Rename command -> cargo_command | |||
| 2023-04-16 | Redo command building so that we don't repeat as much, and to | datdenkikniet | |
| make it easier to add new ones | |||
| 2023-04-16 | CargoCommand can take any package | datdenkikniet | |
| 2023-04-16 | Use chdir() instead of unstable option, also confirm whenver a command ↵ | datdenkikniet | |
| succeeds because why not | |||
| 2023-04-16 | Improve locality of error messages & ExampleBuild + Qemu commands, and | datdenkikniet | |
| indicate failure earlier | |||
| 2023-04-16 | Fix running of tests | datdenkikniet | |
| 2023-04-16 | Fix config pickup behaviour so that both examples and usage-examples build | datdenkikniet | |
| correctly | |||
| 2023-04-16 | Rename some things | datdenkikniet | |
| 2023-04-16 | Also check for CommandErrors in error checking | datdenkikniet | |
