index
:
rtic
actor
async-2022
async_await
async_experiment
bors/staging
bors/trying
dependabot/cargo/esp32c3-0.20.0
dependabot/cargo/syn-2.0.44
dependabot/github_actions/actions/download-artifact-4
dependabot/github_actions/actions/upload-artifact-4
embedded-ci
fix_overshift
generator-tasks
generators
gh-pages
goodby_static_mut
immutable_resource_proxies
lockall
lockall_take2
lockopt
master
memory_lane_experiment
mock
next_claim
next_claim_failed
ordering
release-rtic-monotonics-v1.3
release/v0.1
release/v0.2
release/v0.3
release/v0.4
release/v0.5
release/v1
release/v2
remove-core-device-peripherals
rtic-monotonics-1.0.1
rticv2-wavedrom
systick
tq
vscode
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtic-macros
/
src
/
codegen
/
software_tasks.rs
(
unfollow
)
Age
Commit message (
Collapse
)
Author
Files
Lines
2023-04-16
Unconditionally deny warnings for clippy
datdenkikniet
2
-2
/
+20
2023-04-16
FIx printing for Run and Qemu
datdenkikniet
2
-32
/
+50
2023-04-16
Also separate all results and data
datdenkikniet
4
-243
/
+283
2023-04-16
Move run into a subdirectory and split `iter` stuff into a module
datdenkikniet
2
-77
/
+59
2023-04-16
Move all run-related stuff into `run`
datdenkikniet
3
-166
/
+160
2023-04-16
Rename cargo_commands -> run
datdenkikniet
4
-8
/
+8
Rename command -> cargo_command
2023-04-16
Redo command building so that we don't repeat as much, and to
datdenkikniet
3
-363
/
+270
make it easier to add new ones
2023-04-16
CargoCommand can take any package
datdenkikniet
4
-27
/
+29
2023-04-16
Use chdir() instead of unstable option, also confirm whenver a command ↵
datdenkikniet
3
-35
/
+63
succeeds because why not
2023-04-16
Improve locality of error messages & ExampleBuild + Qemu commands, and
datdenkikniet
2
-42
/
+42
indicate failure earlier
2023-04-16
Fix running of tests
datdenkikniet
3
-26
/
+30
2023-04-16
Fix config pickup behaviour so that both examples and usage-examples build
datdenkikniet
4
-15
/
+39
correctly
2023-04-16
Rename some things
datdenkikniet
3
-8
/
+8
2023-04-16
Also check for CommandErrors in error checking
datdenkikniet
3
-14
/
+29
2023-04-16
Add the most important message
datdenkikniet
2
-3
/
+5
2023-04-16
Check usage examples in CI
datdenkikniet
1
-0
/
+29
2023-04-16
xtask: build usage examples and general improvements
datdenkikniet
4
-18
/
+177
2023-04-16
examples: pin to specific version
datdenkikniet
2
-4
/
+4
2023-04-16
examples: commit Cargo.lock files
datdenkikniet
3
-0
/
+1170
2023-04-16
stm32f3_blinky: update to latest version
datdenkikniet
2
-5
/
+15
2023-04-16
rp2040_local_i2c_init: update to latest version
datdenkikniet
2
-9
/
+16
2023-04-16
Split remove old examples
datdenkikniet
13
-0
/
+505
2023-04-15
Don't print no cargo args here either
datdenkikniet
1
-1
/
+5
2023-04-15
Add more default members
datdenkikniet
2
-1
/
+6
2023-04-15
Missed a paren
datdenkikniet
1
-3
/
+3
2023-04-15
Fix fmt
datdenkikniet
3
-5
/
+5
2023-04-15
Add support for "feature mixer"
datdenkikniet
2
-39
/
+104
2023-04-15
Also log command with enough verbosity
datdenkikniet
2
-5
/
+16
2023-04-15
More emojis and correct place for things
datdenkikniet
4
-160
/
+147
2023-04-15
More housekeeping and making it work that bit better
datdenkikniet
4
-22
/
+223
2023-04-15
Make all globals actually global
datdenkikniet
1
-5
/
+5
2023-04-15
Oops, these aren't std-only
datdenkikniet
1
-6
/
+2
2023-04-15
Rework command execution structure and make rayon optional (since it's not ↵
datdenkikniet
6
-117
/
+223
necessarily faster due to workspace wide lockfile contention)
2023-04-15
Use pretty_env_logger instead
datdenkikniet
2
-8
/
+7
2023-04-15
Always run stuff for all packages if none is specified
datdenkikniet
3
-95
/
+115
2023-04-15
Unbrick `cargo xtask build`
datdenkikniet
1
-0
/
+3
2023-04-15
xtask: don't add default arguments if building for a no_std target
datdenkikniet
4
-75
/
+118
2023-04-15
xtask: forward globals through the chain and add stderr-inheritance flag
datdenkikniet
4
-39
/
+103
2023-04-15
Add some QoL to run_command
datdenkikniet
3
-18
/
+24
2023-04-12
remove vis restriction for local and shared resources
Andrew Gazelka
8
-77
/
+36
2023-04-10
rtic-monotonics: export fugit the same for all monotonics
Emil Fresk
2
-2
/
+2
2023-04-10
Small cleanup
datdenkikniet
1
-18
/
+26
2023-04-10
Clean up
datdenkikniet
1
-11
/
+6
2023-04-10
Use artificial time instead
datdenkikniet
2
-134
/
+197
2023-04-10
Add feature to xtask test for rtic-time
datdenkikniet
1
-1
/
+1
2023-04-10
Do not activate critical-section/std by default
datdenkikniet
2
-1
/
+4
2023-04-10
Add test for timer queue & monotonic
datdenkikniet
2
-0
/
+224
2023-04-08
Fix if a enqueued instant is first in a non-empty queue
Emil Fresk
6
-17
/
+20
2023-04-05
Fix monotonic dep
Emil Fresk
1
-0
/
+1
2023-04-05
Less keywords
Emil Fresk
2
-7
/
+7
[next]