| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | Break out core specific codegen to bindings | Emil Fresk | |
| 2023-03-01 | Make some linked list operations unsafe, and document their safety at usage | Emil Fresk | |
| 2023-03-01 | Make embedded-hal-async dependency optional for better compatibility with HALs | datdenkikniet | |
| Some hals implement traits for embedded-hal version `=1.0.0.alpha.<not 9>`, which is explicitly incompatible with the version `=1.0.0.alpha.9` which embedded-hal-async depends on. Making the dependency optional allows downstream projects to include rtic-monotonic without requiring that all of their other libraries also implement that specific version of embedded-hal 1.0 | |||
| 2023-03-01 | Fix spelling on "cortex_m_systick" | datdenkikniet | |
| 2023-03-01 | rtic-monotonics: Feature gate monotonics correctly to support multiple MCUs | Emil Fresk | |
| 2023-03-01 | RP2040 monotonic, rename systick monotonic to not have double name | Emil Fresk | |
| 2023-03-01 | CI: Make clippy fail on error | Henrik Tjäder | |
| 2023-03-01 | xtask: Propagate stdio/stderr, exitcodes | Henrik Tjäder | |
| 2023-03-01 | CI: Make it clearer in GHA UI which target for QEMU | Henrik Tjäder | |
| 2023-03-01 | CI: Docs use underscore, not hyphen | Henrik Tjäder | |
| 2023-03-01 | CI: xtask handling example tests | Henrik Tjäder | |
| 2023-03-01 | CI: Build docs for all crates | Henrik Tjäder | |
| 2023-03-01 | CI: Cargo clippy done via xtask | Henrik Tjäder | |
| 2023-03-01 | CI: Let xtask running the different targets | Henrik Tjäder | |
| 2023-03-01 | Add rtic-arbiter to workspace | Henrik Tjäder | |
| 2023-03-01 | xtask: For now test on ARM | Henrik Tjäder | |
| 2023-03-01 | CI: Improve naming and styling | Henrik Tjäder | |
| 2023-03-01 | xtask: Fixup, copy paste fail | Henrik Tjäder | |
| 2023-03-01 | CI: Fix macros job name | Henrik Tjäder | |
| 2023-03-01 | CI: Use xtask for all checks | Henrik Tjäder | |
| 2023-03-01 | CI: Use xtask for running QEMU examples | Henrik Tjäder | |
| 2023-03-01 | xtask: Major overhaul | Henrik Tjäder | |
| Fix error printouts for examples, Rename BuildAll -> Build Rename Build -> ExampleBuild Command interface changed, targets by defalt only v6 and v7 | |||
| 2023-03-01 | xtask: Add proper diff printing in case of incorrect results | Henrik Tjäder | |
| 2023-03-01 | xtask: Add thumbv8.base thumbv8.main | Henrik Tjäder | |
| 2023-03-01 | Improve build time with Rayon | Henrik Tjäder | |
| 2023-03-01 | Upgrade to clap v4, use log and env_logger | Henrik Tjäder | |
| 2023-03-01 | xtask: Make target flag optional, default to all targets | Henrik Tjäder | |
| 2023-03-01 | CI: Update to match separate rtic-macros | Henrik Tjäder | |
| 2023-03-01 | Added thumbv8 to rust-toolchain | Henrik Tjäder | |
| 2023-03-01 | Add other crates to workspace | Henrik Tjäder | |
| 2023-03-01 | Move rtic macros to repo root, tune xtask | Henrik Tjäder | |
| 2023-03-01 | xtask: Allow filtering examples | Henrik Tjäder | |
| 2023-03-01 | xtask: Clippy, optionally get cargo size output | Henrik Tjäder | |
| 2023-03-01 | rtic-monotonics: Simplify features, default is 1kHz | Henrik Tjäder | |
| Make 100 Hz or 10 kHz opt in through features, which are meant for testing primarily. | |||
| 2023-03-01 | Book: Touchup README and preface | Henrik Tjäder | |
| 2023-03-01 | Update book/en/src/by-example/app.md | Henrik Tjäder | |
| 2023-03-01 | book/example polish | Per Lindgren | |
| 2023-03-01 | examples polished | Per Lindgren | |
| 2023-03-01 | Fix missing crate docs in examples | Emil Fresk | |
| 2023-03-01 | deny missing docs | Per Lindgren | |
| 2023-03-01 | Simplify Systick Monotonic by integrating the TQ | Emil Fresk | |
| 2023-03-01 | Make xtask pass, clean up rtic Cargo.toml | Emil Fresk | |
| 2023-03-01 | RTIC: Examples cargo fmt | Henrik Tjäder | |
| 2023-03-01 | CI: Fix CI, missed space | Henrik Tjäder | |
| 2023-03-01 | Book: Update authors | Henrik Tjäder | |
| 2023-03-01 | Add authors to each Cargo.toml | Henrik Tjäder | |
| Copy-paste the default one used for the project | |||
| 2023-03-01 | Add alpha.0 and required Cargo fields | Henrik Tjäder | |
| 2023-03-01 | Fix cargo README paths, disable publish for xtask | Henrik Tjäder | |
| Do not publish xtask crate under any circumstance | |||
| 2023-03-01 | Apply suggestions from code review | perlindgren | |
| Thanks for all suggestions, awesome! Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2023-03-01 | book remove ramfunc, remove migration | Per Lindgren | |
