aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-04-16Merge #736bors[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-16Also allow denying for QEMU, and fix the link-arg problem caused bydatdenkikniet
overriding RUSTFLAGS
2023-04-16Merge #732bors[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-16Fix UI testdatdenkikniet
2023-04-16Tests should always deny warningsdatdenkikniet
2023-04-16Actually chain thesedatdenkikniet
2023-04-16Also print extra env variables as cmd_strdatdenkikniet
2023-04-16Rename + better printoutdatdenkikniet
2023-04-16Also always deny warnings for docdatdenkikniet
2023-04-16Placate clippydatdenkikniet
2023-04-16Deny on warnings in xtasksdatdenkikniet
2023-04-16Unconditionally deny warnings for clippydatdenkikniet
2023-04-16FIx printing for Run and Qemudatdenkikniet
2023-04-16Also separate all results and datadatdenkikniet
2023-04-16Move run into a subdirectory and split `iter` stuff into a moduledatdenkikniet
2023-04-16Move all run-related stuff into `run`datdenkikniet
2023-04-16Rename cargo_commands -> rundatdenkikniet
Rename command -> cargo_command
2023-04-16Redo command building so that we don't repeat as much, and todatdenkikniet
make it easier to add new ones
2023-04-16CargoCommand can take any packagedatdenkikniet
2023-04-16Use chdir() instead of unstable option, also confirm whenver a command ↵datdenkikniet
succeeds because why not
2023-04-16Improve locality of error messages & ExampleBuild + Qemu commands, anddatdenkikniet
indicate failure earlier
2023-04-16Fix running of testsdatdenkikniet
2023-04-16Fix config pickup behaviour so that both examples and usage-examples builddatdenkikniet
correctly
2023-04-16Rename some thingsdatdenkikniet