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
/
macros
/
src
/
codegen
/
software_tasks.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-24
Broke out async dispatchers into their own place
Emil Fresk
1
-41
/
+45
2022-08-05
Fix UB in the access of `Priority` for asyc executors
Emil Fresk
1
-4
/
+11
2022-08-03
Example running, timeout and delay futures available
Emil Fresk
1
-8
/
+22
2022-08-03
Starting to implement async task codgen
Emil Fresk
1
-1
/
+7
2022-02-22
Clippy with pedantic suggestions
Henrik Tjäder
1
-1
/
+1
2022-02-18
rtic::mutex::prelude::* fixes glob import lint
Henrik Tjäder
1
-1
/
+1
2022-02-09
Fix/mute clippy errors
Henrik Tjäder
1
-0
/
+1
2021-11-09
New monotonic trait working
Emil Fresk
1
-1
/
+1
2021-08-20
Use `mark_internal_name` by default for methods in `util` to make usage of th...
datdenkikniet
1
-3
/
+0
2021-08-19
Fixed some lints from Rust Analyzer with experimental proc-macros
Emil Fresk
1
-0
/
+6
2021-07-09
const generics
Andrey Zgarbul
1
-6
/
+4
2021-07-08
Cleanup from review (needs releases to compile)
Emil Fresk
1
-1
/
+1
2021-07-07
Full local resource syntax working
Emil Fresk
1
-8
/
+14
2021-07-06
Minimal app now compiles
Emil Fresk
1
-11
/
+14
2021-04-22
Keep comments
Emil Fresk
1
-0
/
+1
2021-04-08
Goodbye static mut
Emil Fresk
1
-6
/
+8
2021-02-25
Documentation generation fixes
Emil Fresk
1
-9
/
+12
2021-02-18
Now with new monotonic trait and crate
Emil Fresk
1
-1
/
+1
2020-12-13
Reexport embedded-time as rtic::time
Emil Fresk
1
-1
/
+1
2020-12-12
Monotonic codegen now passing compile stage
Emil Fresk
1
-13
/
+16
2020-12-08
TQ handlers being generated
Emil Fresk
1
-12
/
+13
2020-11-14
Multilock support
Emil Fresk
1
-0
/
+1
2020-10-29
extern task
Per Lindgren
1
-15
/
+17
2020-10-23
Merge #400
bors[bot]
1
-1
/
+1
2020-10-23
move dispatchers to app argument
Per Lindgren
1
-1
/
+1
2020-10-23
Now all locks are symmetric
Emil Fresk
1
-7
/
+2
2020-10-22
Merge #396
bors[bot]
1
-21
/
+6
2020-10-21
Namespace cleanup
Emil Fresk
1
-4
/
+4
2020-10-21
Updated examples
Emil Fresk
1
-17
/
+2
2020-10-15
Implement all clippy suggestions
Henrik Tjäder
1
-1
/
+1
2020-10-11
Fixing examples and tests, modules now import user imports correctly
Emil Fresk
1
-2
/
+1
2020-10-11
Now with spawn/schedule from anywhere
Emil Fresk
1
-55
/
+34
2020-10-05
spawn POC works, likely unsound
Per Lindgren
1
-3
/
+4
2020-10-01
Rename const_app to mod_app
Henrik Tjäder
1
-9
/
+9
2020-09-25
cfg_core is gone, cargo fmt
Henrik Tjäder
1
-1
/
+1
2020-09-25
Add format_ident imports
Henrik Tjäder
1
-1
/
+1
2020-09-25
Collect and generate required use-statements
Henrik Tjäder
1
-2
/
+1
2020-09-25
Handle user hardware and software tasks and some resources
Henrik Tjäder
1
-1
/
+17
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
1
-8
/
+2
2020-09-01
Brutally yank out multicore
Henrik Tjäder
1
-93
/
+59
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
1
-10
/
+10
2019-08-20
adapt to changes in rtfm-syntax
Jorge Aparicio
1
-0
/
+1
2019-06-29
WIP
Jorge Aparicio
1
-3
/
+21
2019-06-18
add homogeneous multi-core support
Jorge Aparicio
1
-1
/
+7
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
1
-0
/
+169