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.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
Rename const_app to mod_app
Henrik Tjäder
1
-25
/
+25
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
1
-0
/
+6
2020-09-25
cfg_core is gone, cargo fmt
Henrik Tjäder
1
-8
/
+18
2020-09-25
Compose the use-statements, reduce debug-printouts
Henrik Tjäder
1
-18
/
+12
2020-09-25
Handle user hardware and software tasks and some resources
Henrik Tjäder
1
-3
/
+25
2020-09-25
Generate mod instead of const, handle import of idle and init
Henrik Tjäder
1
-3
/
+16
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
1
-7
/
+3
2020-09-01
Cargo fmt
Henrik Tjäder
1
-7
/
+3
2020-09-01
Brutally yank out multicore
Henrik Tjäder
1
-55
/
+36
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
1
-2
/
+2
2020-06-11
Merge #314
bors[bot]
1
-0
/
+2
2020-06-03
Run cargo fmt
Henrik Tjäder
1
-1
/
+2
2020-05-26
TODO(remove) codegen no-op
Jorge Aparicio
1
-0
/
+2
2020-04-22
Retain cfg-attributes on resources
Henrik Tjäder
1
-1
/
+1
2019-08-20
adapt to changes in rtfm-syntax
Jorge Aparicio
1
-1
/
+1
2019-06-29
WIP
Jorge Aparicio
1
-0
/
+2
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
1
-1
/
+1
2019-06-18
add homogeneous multi-core support
Jorge Aparicio
1
-1
/
+2
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
1
-2380
/
+87
2019-05-21
bump heapless dependency to v0.5.0; remove "nightly" feature
Jorge Aparicio
1
-97
/
+30
2019-05-21
removes the maybe_uninit feature gate
Jorge Aparicio
1
-20
/
+21
2019-05-09
generate resource proxies only when needed
Jorge Aparicio
1
-29
/
+32
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
1
-1826
/
+2050
2019-04-21
v0.4.3
Jorge Aparicio
1
-4
/
+14
2019-04-16
Merge #170
bors[bot]
1
-4
/
+2
2019-04-17
now fix the fix
Jorge Aparicio
1
-2
/
+2
2019-04-16
more nightly fixes
Jorge Aparicio
1
-11
/
+11
2019-04-16
[NFC] fix nightly ci
Jorge Aparicio
1
-7
/
+7
2019-04-16
check task priority at compile time
Jorge Aparicio
1
-4
/
+2
2019-02-26
refactor: make `binds` harder to misuse
Jorge Aparicio
1
-14
/
+6
2019-02-26
add `binds` example and make it work
Jorge Aparicio
1
-2
/
+2
2019-02-26
add `binds` argument to the `interrupt` and `exception` attributes
Jorge Aparicio
1
-8
/
+16
2019-02-19
add "nightly" feature
Jorge Aparicio
1
-80
/
+181
2019-02-16
rebase fix
Jorge Aparicio
1
-1
/
+1
2019-02-16
make debug builds reproducible
Jorge Aparicio
1
-101
/
+132
2019-02-16
Make generated names stable when sorting.
Hugo van der Wijst
1
-7
/
+28
2019-02-16
Seed RNG with package name and prepend string to full random name.
Hugo van der Wijst
1
-2
/
+8
2019-02-16
Make identifiers deterministic.
Hugo van der Wijst
1
-64
/
+54
2019-02-16
Make builds reproducible
Hugo van der Wijst
1
-7
/
+7
2019-02-13
fix non_camel_case_types warnings
Jorge Aparicio
1
-0
/
+1
2019-02-12
accept `init: fn() -> init::LateResources`
Jorge Aparicio
1
-16
/
+91
2019-01-17
Fix build on recent nightlies.
Hugo van der Wijst
1
-0
/
+1
2018-12-16
move macros crate to the 2018 edition
Jorge Aparicio
1
-2
/
+4
2018-12-16
properly handle `#[cfg]` (conditional compilation) on tasks
Jorge Aparicio
1
-16
/
+60
2018-12-16
properly handle #[cfg] (conditional compilation) on resources
Jorge Aparicio
1
-55
/
+165
2018-12-16
use the single core variant of spsc::Queue
Jorge Aparicio
1
-2
/
+2
2018-12-15
codegen/statics: forward #[cfg] attributes
Jorge Aparicio
1
-0
/
+3
2018-12-15
move some interrupt configuration to pre_init
Jorge Aparicio
1
-22
/
+26
[next]