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
2020-10-08
Merge branch 'master' into spawn_experiment
Emil Fresk
2
-43
/
+32
2020-10-08
Added critical sections
Emil Fresk
1
-17
/
+11
2020-10-05
spawn POC works, likely unsound, cleanup
Per Lindgren
2
-80
/
+0
2020-10-05
spawn POC works, likely unsound
Per Lindgren
7
-10
/
+168
2020-10-05
Added back accidentally removed block
Emil Fresk
1
-0
/
+6
2020-10-05
Merge branch 'master' into always_late_resources
Emil Fresk
9
-42
/
+126
2020-10-02
Merge branch 'master' into mod_const
Henrik Tjäder
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
2
-37
/
+27
2020-10-01
Rename const_app to mod_app
Henrik Tjäder
5
-39
/
+27
2020-09-25
Due to new module boundaries the schedule fn needs to be pub
Henrik Tjäder
1
-3
/
+3
2020-09-25
cfg_core is gone, cargo fmt
Henrik Tjäder
5
-11
/
+18
2020-09-25
Add format_ident imports
Henrik Tjäder
2
-2
/
+2
2020-09-25
Collect and generate required use-statements
Henrik Tjäder
6
-12
/
+57
2020-09-25
Handle user hardware and software tasks and some resources
Henrik Tjäder
3
-3
/
+46
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
16
-337
/
+32
2020-09-01
Since there only will be one init/idle use .first().unwrap(), matching rtic-s...
Henrik Tjäder
5
-18
/
+9
2020-09-01
Cargo fmt
Henrik Tjäder
8
-64
/
+32
2020-09-01
Brutally yank out multicore
Henrik Tjäder
18
-518
/
+393
2020-08-27
Reuse cortex-m
Henrik Tjäder
1
-2
/
+1
2020-07-09
rtic::export::Peripherals created by into instead of transmute
Per Lindgren
1
-6
/
+8
2020-06-30
Fixes an issue where one could double take the cortex_m Peripheral
Emil Fresk
1
-0
/
+7
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
18
-111
/
+111
2020-06-11
Fmt
Emil Fresk
1
-2
/
+3
2020-06-11
Merge #315
bors[bot]
3
-3
/
+3
2020-06-03
Run cargo fmt
Henrik Tjäder
2
-7
/
+6
2020-05-29
allow handlers to be named 'main'
Jorge Aparicio
3
-3
/
+3
2020-04-22
Retain cfg-attributes on resources
Henrik Tjäder
3
-4
/
+22
2019-10-21
do not zero late resource memory on boot
Jorge Aparicio
1
-2
/
+10
2019-09-15
don't use deprecated API
Jorge Aparicio
1
-1
/
+1
2019-08-20
adapt to changes in rtfm-syntax
Jorge Aparicio
5
-3
/
+9
2019-07-11
implement the #[shared] attribute as specified in RFC #211
Jorge Aparicio
1
-1
/
+5
2019-07-10
implement RFC #212
Jorge Aparicio
2
-42
/
+45
2019-07-03
fix (cross-core) initialization barriers
Jorge Aparicio
1
-9
/
+11
2019-06-29
WIP
Jorge Aparicio
11
-22
/
+109
2019-06-24
Monotonic trait is safe; add MultiCore trait
Jorge Aparicio
1
-2
/
+9
2019-06-20
RFC #207
Jorge Aparicio
3
-9
/
+21
2019-06-18
add homogeneous multi-core support
Jorge Aparicio
9
-17
/
+86
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
18
-0
/
+2466