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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-15
Updated examples and rtic-name
Henrik Tjäder
2
-180
/
+0
2020-10-15
Print module name and priority
Henrik Tjäder
1
-74
/
+61
2020-10-15
task_local and lock_free analysis (take 1)
Per
2
-0
/
+193
2020-10-05
Added back accidentally removed block
Emil Fresk
2
-2
/
+7
2020-10-05
Merge branch 'master' into always_late_resources
Emil Fresk
12
-74
/
+202
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
6
-64
/
+52
2020-09-29
Remove stale comment
Henrik Tjäder
1
-1
/
+0
2020-09-29
Keep user code as-is within the module, add example
Henrik Tjäder
2
-1
/
+8
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
6
-19
/
+36
2020-09-25
Add format_ident imports
Henrik Tjäder
2
-2
/
+2
2020-09-25
Modify macro tests, use mod instead of const
Henrik Tjäder
1
-2
/
+2
2020-09-25
Compose the use-statements, reduce debug-printouts
Henrik Tjäder
1
-18
/
+12
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
4
-6
/
+71
2020-09-25
Generate mod instead of const, handle import of idle and init
Henrik Tjäder
1
-3
/
+16
2020-09-25
Update documentation where const is replaced by mod
Henrik Tjäder
1
-3
/
+2
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
20
-600
/
+40
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
11
-100
/
+54
2020-09-01
Brutally yank out multicore
Henrik Tjäder
26
-721
/
+705
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
25
-131
/
+131
2020-06-11
Fmt
Emil Fresk
1
-2
/
+3
2020-06-11
Merge #314
bors[bot]
1
-0
/
+2
2020-06-11
Merge #315
bors[bot]
3
-3
/
+3
2020-06-03
Run cargo fmt
Henrik Tjäder
3
-8
/
+8
2020-05-29
allow handlers to be named 'main'
Jorge Aparicio
3
-3
/
+3
2020-05-26
TODO(remove) codegen no-op
Jorge Aparicio
1
-0
/
+2
2020-04-22
Retain cfg-attributes on resources
Henrik Tjäder
4
-5
/
+23
2019-10-21
do not zero late resource memory on boot
Jorge Aparicio
1
-2
/
+10
2019-09-15
fix gh-pages build
Jorge Aparicio
1
-2
/
+2
2019-09-15
don't use deprecated API
Jorge Aparicio
1
-1
/
+1
2019-08-21
doc tweaks
Jorge Aparicio
1
-2
/
+2
2019-08-21
document #[app]
Jorge Aparicio
1
-0
/
+188
2019-08-20
adapt to changes in rtfm-syntax
Jorge Aparicio
8
-8
/
+14
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
12
-22
/
+111
2019-06-24
check that the app is not compiled for more cores than were specified
Jorge Aparicio
1
-0
/
+14
2019-06-24
Monotonic trait is safe; add MultiCore trait
Jorge Aparicio
2
-3
/
+10
2019-06-20
RFC #207
Jorge Aparicio
7
-45
/
+44
2019-06-18
add homogeneous multi-core support
Jorge Aparicio
12
-19
/
+111
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
26
-4405
/
+2910
[next]