index
:
rtic
main
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xtask
/
src
/
cargo_commands.rs
Age
Commit message (
Expand
)
Author
2023-04-16
Rename cargo_commands -> run
datdenkikniet
2023-04-16
Redo command building so that we don't repeat as much, and to
datdenkikniet
2023-04-16
CargoCommand can take any package
datdenkikniet
2023-04-16
Use chdir() instead of unstable option, also confirm whenver a command succee...
datdenkikniet
2023-04-16
Improve locality of error messages & ExampleBuild + Qemu commands, and
datdenkikniet
2023-04-16
Fix running of tests
datdenkikniet
2023-04-16
Also check for CommandErrors in error checking
datdenkikniet
2023-04-16
xtask: build usage examples and general improvements
datdenkikniet
2023-04-15
Add support for "feature mixer"
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
Rework command execution structure and make rayon optional (since it's not ne...
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-03-04
xtask: clippy fixes
Henrik Tjäder
2023-03-02
xtask: Allow passing arguments to book and doc
Henrik Tjäder
2023-03-02
xtask: rtic-sync
Henrik Tjäder
2023-03-01
xtask: Split out cargo commands
Henrik Tjäder