aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-16Rename some thingsdatdenkikniet
2023-04-16Also check for CommandErrors in error checkingdatdenkikniet
2023-04-16Add the most important messagedatdenkikniet
2023-04-16Check usage examples in CIdatdenkikniet
2023-04-16xtask: build usage examples and general improvementsdatdenkikniet
2023-04-16examples: pin to specific versiondatdenkikniet
2023-04-16examples: commit Cargo.lock filesdatdenkikniet
2023-04-16stm32f3_blinky: update to latest versiondatdenkikniet
2023-04-16rp2040_local_i2c_init: update to latest versiondatdenkikniet
2023-04-16Split remove old examplesdatdenkikniet
2023-04-15Merge #734bors[bot]
734: QoL + fixes for `xtasks` r=korken89 a=datdenkikniet Preferably merge this before #732 Draft till I get around to fixing "no package" -> "all packages" on `xtask build` (and probably others) Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-04-15Don't print no cargo args here eitherdatdenkikniet
2023-04-15Add more default membersdatdenkikniet
2023-04-15Missed a parendatdenkikniet
2023-04-15Fix fmtdatdenkikniet
2023-04-15Add support for "feature mixer"datdenkikniet
2023-04-15Also log command with enough verbositydatdenkikniet
2023-04-15More emojis and correct place for thingsdatdenkikniet
2023-04-15More housekeeping and making it work that bit betterdatdenkikniet
2023-04-15Make all globals actually globaldatdenkikniet
2023-04-15Oops, these aren't std-onlydatdenkikniet
2023-04-15Rework command execution structure and make rayon optional (since it's not ↵datdenkikniet
necessarily faster due to workspace wide lockfile contention)
2023-04-15Use pretty_env_logger insteaddatdenkikniet
2023-04-15Always run stuff for all packages if none is specifieddatdenkikniet
2023-04-15Unbrick `cargo xtask build`datdenkikniet
2023-04-15xtask: don't add default arguments if building for a no_std targetdatdenkikniet
2023-04-15xtask: forward globals through the chain and add stderr-inheritance flagdatdenkikniet
2023-04-15Add some QoL to run_commanddatdenkikniet
2023-04-13Merge #730bors[bot]
730: remove vis restriction for local and shared resources r=korken89 a=andrewgazelka Co-authored-by: Andrew Gazelka <andrew.gazelka@gmail.com>
2023-04-12remove vis restriction for local and shared resourcesAndrew Gazelka
2023-04-11Merge pull request #729 from rtic-rs/export-fugitEmil Fresk
rtic-monotonics: export fugit the same for all monotonics
2023-04-10rtic-monotonics: export fugit the same for all monotonicsEmil Fresk
2023-04-10Merge #728bors[bot]
728: Add test for timer queue & monotonic r=korken89 a=datdenkikniet Add an `std`-runnable test fixture and a `Monotonic` implementation for testing the `TimerQueue` Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-04-10Small cleanupdatdenkikniet
2023-04-10Clean updatdenkikniet
2023-04-10Use artificial time insteaddatdenkikniet
2023-04-10Add feature to xtask test for rtic-timedatdenkikniet
2023-04-10Do not activate critical-section/std by defaultdatdenkikniet
2023-04-10Add test for timer queue & monotonicdatdenkikniet
2023-04-09Merge #727bors[bot]
727: Fix if a enqueued instant is first in a non-empty queue r=perlindgren a=korken89 Fixes #715 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2023-04-08Fix if a enqueued instant is first in a non-empty queueEmil Fresk
2023-04-05Merge #726bors[bot]
726: Fix monotonic dep r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2023-04-05Fix monotonic depEmil Fresk
2023-04-05Merge #725bors[bot]
725: Less keywords r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2023-04-05Less keywordsEmil Fresk
2023-04-05Merge #724bors[bot]
724: Fix macros README path r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2023-04-05Fix macros README pathEmil Fresk
2023-04-05Merge #723bors[bot]
723: Fix monotonics race r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2023-04-05Fix monotonics raceEmil Fresk
2023-04-04Merge #721bors[bot]
721: Added nRF monotonics r=perlindgren a=korken89 Testing completed Co-authored-by: Emil Fresk <emil.fresk@gmail.com>