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
/
module.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-07
Full local resource syntax working
Emil Fresk
1
-3
/
+4
2021-07-06
Minimal app now compiles
Emil Fresk
1
-37
/
+32
2021-05-27
Prepare release alpha.4
Emil Fresk
1
-2
/
+2
2021-05-06
Flattened the _ out of it
Emil Fresk
1
-108
/
+106
2021-04-22
Keep comments
Emil Fresk
1
-0
/
+1
2021-04-08
Goodbye static mut
Emil Fresk
1
-14
/
+24
2021-04-08
Fixed UB in `spawn_at`
Emil Fresk
1
-11
/
+5
2021-04-08
Type aliases now work in the app module
Emil Fresk
1
-9
/
+12
2021-03-22
Updated schedule example with all combinations
Emil Fresk
1
-12
/
+0
2021-03-20
Cancel and reschedule working
Emil Fresk
1
-9
/
+58
2021-03-13
Added interface for cancel/reschedule
Emil Fresk
1
-10
/
+64
2021-03-02
Updated `spawn_after` docs
Emil Fresk
1
-0
/
+3
2021-02-25
Documentation generation fixes
Emil Fresk
1
-5
/
+23
2021-02-25
Review fixes
Emil Fresk
1
-6
/
+2
2021-02-23
GHA update
Emil Fresk
1
-2
/
+2
2021-02-22
Use zero time in init for `spawn_after` to not cause panic
Emil Fresk
1
-1
/
+6
2021-02-22
Added enable/disable timer calls
Emil Fresk
1
-6
/
+15
2021-02-18
Now with new monotonic trait and crate
Emil Fresk
1
-7
/
+9
2021-02-04
Minor fixes
Emil Fresk
1
-4
/
+7
2020-12-13
Cleanup
Emil Fresk
1
-7
/
+0
2020-12-13
Now handling SysTick as well
Emil Fresk
1
-2
/
+15
2020-12-13
Reexport embedded-time as rtic::time
Emil Fresk
1
-2
/
+2
2020-12-12
Monotonic codegen now passing compile stage
Emil Fresk
1
-9
/
+12
2020-12-10
More work
Emil Fresk
1
-106
/
+106
2020-12-08
TQ handlers being generated
Emil Fresk
1
-89
/
+91
2020-12-03
Save, init generation fixed
Emil Fresk
1
-0
/
+6
2020-11-14
Multilock support
Emil Fresk
1
-0
/
+2
2020-10-23
move dispatchers to app argument
Per Lindgren
1
-8
/
+12
2020-10-22
Add the cfgs on a task to the module for that task
Henrik Tjäder
1
-0
/
+5
2020-10-11
Fixing examples and tests, modules now import user imports correctly
Emil Fresk
1
-11
/
+10
2020-10-11
Now with spawn/schedule from anywhere
Emil Fresk
1
-152
/
+60
2020-10-08
Merge branch 'master' into spawn_experiment
Emil Fresk
1
-7
/
+5
2020-10-08
Added critical sections
Emil Fresk
1
-17
/
+11
2020-10-05
spawn POC works, likely unsound, cleanup
Per Lindgren
1
-1
/
+0
2020-10-05
spawn POC works, likely unsound
Per Lindgren
1
-3
/
+73
2020-10-05
Merge branch 'master' into always_late_resources
Emil Fresk
1
-0
/
+8
2020-10-01
Added `bare_metal::CriticalSection` to `init::Context`
Emil Fresk
1
-0
/
+8
2020-10-01
Now late resources are always used
Emil Fresk
1
-7
/
+5
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
1
-4
/
+0
2020-09-01
Since there only will be one init/idle use .first().unwrap(), matching rtic-s...
Henrik Tjäder
1
-1
/
+1
2020-09-01
Brutally yank out multicore
Henrik Tjäder
1
-15
/
+15
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
1
-18
/
+18
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
1
-0
/
+328