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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
Idle: Switch to NOP instead of WFI
Henrik Tjäder
2
-8
/
+1
2021-11-11
Better errors on when missing to lock shared resources
Emil Fresk
3
-6
/
+16
2021-11-09
Merge #547
v0.6.0-rc.4
bors[bot]
2
-19
/
+13
2021-11-09
Merge #549
v0.6.0-rc.3
bors[bot]
1
-0
/
+4
2021-11-09
New monotonic trait working
Emil Fresk
2
-19
/
+13
2021-11-07
Match new rtic-syntax naming of shared and local
Henrik Tjäder
1
-2
/
+2
2021-11-03
fix #543
Andrew Gazelka
1
-0
/
+4
2021-11-03
Fixed aliasing in lock impl
Emil Fresk
1
-1
/
+1
2021-11-03
Cleanup of resource initialization, no need to dereference
Emil Fresk
1
-2
/
+2
2021-11-02
Fixed aliasing issue due to RacyCell implementation
Emil Fresk
8
-42
/
+40
2021-09-28
Fix export of SYST
Emil Fresk
3
-4
/
+3
2021-09-27
Updated codegen for the updated syntax (default monotonic priority)
Emil Fresk
1
-1
/
+5
2021-09-23
The great docs update
Emil Fresk
1
-0
/
+7
2021-09-14
Merge #525
bors[bot]
2
-1
/
+2
2021-09-14
Cleanup export and actually use rtic::export, made fn init inline
Emil Fresk
2
-1
/
+2
2021-08-31
style fix
Jorge Aparicio
1
-1
/
+1
2021-08-31
validate unused dispatchers
Jorge Aparicio
1
-4
/
+7
2021-08-20
Merge #516
bors[bot]
1
-0
/
+2
2021-08-20
More rustanalyzer lint fixes
Emil Fresk
1
-0
/
+2
2021-08-20
Use `mark_internal_name` by default for methods in `util` to make usage of th...
datdenkikniet
11
-88
/
+40
2021-08-19
Silence rust-analyzer warnings on internal types
Henrik Tjäder
2
-0
/
+2
2021-08-19
Fixed some lints from Rust Analyzer with experimental proc-macros
Emil Fresk
6
-0
/
+22
2021-08-16
Remove linked list impl - use heapless, linked list init now const fn
Emil Fresk
3
-19
/
+10
2021-07-22
Propogate the task attributes to the spawn handles
Alex Crawford
1
-0
/
+2
2021-07-09
const generics
Andrey Zgarbul
4
-26
/
+9
2021-07-08
Cleanup from review (needs releases to compile)
Emil Fresk
5
-13
/
+5
2021-07-07
Fixing tests
Emil Fresk
7
-40
/
+41
2021-07-07
Full local resource syntax working
Emil Fresk
8
-69
/
+105
2021-07-06
Minimal app now compiles
Emil Fresk
13
-345
/
+276
2021-07-05
Started work
Emil Fresk
8
-142
/
+277
2021-05-27
Prepare release alpha.4
Emil Fresk
2
-6
/
+3
2021-05-06
Flattened the _ out of it
Emil Fresk
8
-127
/
+142
2021-04-22
Keep comments
Emil Fresk
6
-1
/
+12
2021-04-08
Goodbye static mut
Emil Fresk
9
-57
/
+115
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
2
-9
/
+16
2021-03-22
Updated schedule example with all combinations
Emil Fresk
1
-12
/
+0
2021-03-20
Cancel and reschedule working
Emil Fresk
3
-20
/
+70
2021-03-13
Added interface for cancel/reschedule
Emil Fresk
3
-11
/
+79
2021-03-02
Updated `spawn_after` docs
Emil Fresk
1
-0
/
+3
2021-02-25
Documentation generation fixes
Emil Fresk
10
-54
/
+84
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-21
Properly call `on_interrupt`
Emil Fresk
1
-0
/
+4
2021-02-21
Fixed UB in generated `Monotonic::now()`
Emil Fresk
2
-7
/
+12
2021-02-18
Now with new monotonic trait and crate
Emil Fresk
7
-23
/
+66
2021-02-04
Minor fixes
Emil Fresk
3
-4
/
+12
2020-12-13
Cleanup
Emil Fresk
2
-11
/
+0
[next]