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
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
Fix config pickup behaviour so that both examples and usage-examples build
datdenkikniet
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
Check usage examples in CI
datdenkikniet
2023-04-16
xtask: build usage examples and general improvements
datdenkikniet
2023-04-16
examples: pin to specific version
datdenkikniet
2023-04-16
examples: commit Cargo.lock files
datdenkikniet
2023-04-16
stm32f3_blinky: update to latest version
datdenkikniet
2023-04-16
rp2040_local_i2c_init: update to latest version
datdenkikniet
2023-04-16
Split remove old examples
datdenkikniet
2023-04-15
Merge #734
bors[bot]
2023-04-15
Don't print no cargo args here either
datdenkikniet
2023-04-15
Add more default members
datdenkikniet
2023-04-15
Missed a paren
datdenkikniet
2023-04-15
Fix fmt
datdenkikniet
2023-04-15
Add support for "feature mixer"
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
Make all globals actually global
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 ne...
datdenkikniet
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
Unbrick `cargo xtask build`
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-04-13
Merge #730
bors[bot]
2023-04-12
remove vis restriction for local and shared resources
Andrew Gazelka
2023-04-11
Merge pull request #729 from rtic-rs/export-fugit
Emil Fresk
2023-04-10
rtic-monotonics: export fugit the same for all monotonics
Emil Fresk
2023-04-10
Merge #728
bors[bot]
2023-04-10
Small cleanup
datdenkikniet
2023-04-10
Clean up
datdenkikniet
2023-04-10
Use artificial time instead
datdenkikniet
2023-04-10
Add feature to xtask test for rtic-time
datdenkikniet
2023-04-10
Do not activate critical-section/std by default
datdenkikniet
2023-04-10
Add test for timer queue & monotonic
datdenkikniet
2023-04-09
Merge #727
bors[bot]
2023-04-08
Fix if a enqueued instant is first in a non-empty queue
Emil Fresk
2023-04-05
Merge #726
bors[bot]
2023-04-05
Fix monotonic dep
Emil Fresk
[next]