| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-02 | xtask: size: Store the expected output same as run | Henrik Tjäder | |
| 2025-06-15 | xtask: Add --loom argument to test | Henrik Tjäder | |
| For now filter to only rtic-sync in ci subcommand | |||
| 2025-06-15 | xtask: rename variable cargologlevel to cargoarg | Henrik Tjäder | |
| 2025-06-15 | xtask: Cargo clippy lints | Henrik Tjäder | |
| 2025-06-15 | xtask: Add AllCi functionality: Run all xtask | Henrik Tjäder | |
| 2025-06-15 | xtask: Add ci/AllCi command | Henrik Tjäder | |
| 2025-06-15 | xtask: Move info prints into run | Henrik Tjäder | |
| 2024-04-04 | Adjust esp32c3 codegen, bump pac to 0.21.0 (#906) | onsdagens | |
| * adjust esp32c3 codegen, bump pac to 0.21.0 * add esp32c3 example * adjust workflow flags * CI: Fix esp32c3 comment * esp32c3: Remove commented out git-dep * CI: Actually check the ESP32-C3 examples * Autoformat rtic/cargo.toml --------- Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2024-03-20 | RISC-V support over CLINT (#815) | Román Cárdenas Rodríguez | |
| * Rebase to master * using interrupt_mod * bug fixes * fix other backends * Add changelog * forgot about rtic-macros * backend-specific configuration * core peripherals optional over macro argument * pre_init_preprocessing binding * CI for RISC-V (WIP) * separation of concerns * add targets for RISC-V examples * remove qemu feature * prepare examples folder * move examples all together * move ci out of examples * minor changes * add cortex-m * new xtask: proof of concept * fix build.yml * feature typo * clean rtic examples * reproduce weird issue * remove unsafe code in user app * update dependencies * allow builds on riscv32imc * let's fix QEMU * Update .github/workflows/build.yml Co-authored-by: Henrik Tjäder <henrik@tjaders.com> * New build.rs * removing test features * adapt ui test to new version of clippy * add more examples to RISC-V backend * proper configuration of heapless for riscv32imc * opt-out examples for riscv32imc * point to new version of riscv-slic * adapt new macro bindings * adapt examples and CI to stable * fix cortex-m CI * Review --------- Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2023-11-01 | Fix CI with async_fn_in_trait not being a feature | Emil Fresk | |
| 2023-04-16 | Also separate all results and data | 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 | 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 | |
| 2023-04-16 | Add the most important message | datdenkikniet | |
| 2023-04-16 | xtask: build usage examples and general improvements | datdenkikniet | |
| 2023-04-15 | Fix fmt | datdenkikniet | |
| 2023-04-15 | Also log command with enough verbosity | datdenkikniet | |
| 2023-04-15 | More emojis and correct place for things | datdenkikniet | |
| 2023-04-15 | More housekeeping and making it work that bit better | datdenkikniet | |
| 2023-04-15 | Oops, these aren't std-only | datdenkikniet | |
| 2023-04-15 | Rework command execution structure and make rayon optional (since it's not ↵ | datdenkikniet | |
| necessarily faster due to workspace wide lockfile contention) | |||
| 2023-04-15 | Use pretty_env_logger instead | datdenkikniet | |
| 2023-04-15 | Always run stuff for all packages if none is specified | datdenkikniet | |
| 2023-04-15 | xtask: don't add default arguments if building for a no_std target | datdenkikniet | |
| 2023-04-15 | xtask: forward globals through the chain and add stderr-inheritance flag | datdenkikniet | |
| 2023-04-15 | Add some QoL to run_command | datdenkikniet | |
| 2023-03-15 | xtask: Fix cargo fmt logmsg | Henrik Tjäder | |
| 2023-03-15 | xtask: Change default loglevel | Henrik Tjäder | |
| 2023-03-02 | xtask: Allow passing arguments to book and doc | Henrik Tjäder | |
| 2023-03-01 | xtask: Split out cargo commands | Henrik Tjäder | |
| 2023-03-01 | xtask: Split out arg parsing | Henrik Tjäder | |
| 2023-03-01 | xtask: Add tests, clean a bit | Henrik Tjäder | |
| 2023-03-01 | xtask: Add book building | Henrik Tjäder | |
| 2023-03-01 | xtask: Cleanup check and build | Henrik Tjäder | |
| 2023-03-01 | xtask: Rename cargoarg to cargologlevel | Henrik Tjäder | |
| 2023-03-01 | xtask: Reorder commands | Henrik Tjäder | |
| 2023-03-01 | xtask: Add docs building | Henrik Tjäder | |
| 2023-03-01 | xtask: Do not add rtic features to all workspace crates | Henrik Tjäder | |
| 2023-03-01 | xtask: Add format and format-check | Henrik Tjäder | |
| 2023-03-01 | xtask: Default backend needs no argument | Henrik Tjäder | |
| Propagate features for check and build | |||
| 2023-03-01 | Update backend features to be more clear | Emil Fresk | |
| 2023-03-01 | Fix xtask to work with backends | Emil Fresk | |
| 2023-03-01 | xtask: Propagate stdio/stderr, exitcodes | Henrik Tjäder | |
| 2023-03-01 | xtask: For now test on ARM | Henrik Tjäder | |
