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
/
check.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-18
add homogeneous multi-core support
Jorge Aparicio
1
-0
/
+22
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
1
-100
/
+187
2019-05-21
remove unused check
Jorge Aparicio
1
-260
/
+17
2019-05-01
rtfm::app: update error message
Jorge Aparicio
1
-1
/
+1
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
1
-15
/
+6
2019-02-26
refactor: make `binds` harder to misuse
Jorge Aparicio
1
-6
/
+2
2019-02-26
make cfail test actually fail
Jorge Aparicio
1
-3
/
+9
2019-02-16
cargo fmt
Jorge Aparicio
1
-4
/
+4
2019-02-12
accept `init: fn() -> init::LateResources`
Jorge Aparicio
1
-14
/
+25
2019-02-12
forbid early returns in init
Jorge Aparicio
1
-1
/
+246
2018-12-16
move macros crate to the 2018 edition
Jorge Aparicio
1
-3
/
+3
2018-12-16
properly handle `#[cfg]` (conditional compilation) on tasks
Jorge Aparicio
1
-1
/
+2
2018-11-03
v0.4.0
Jorge Aparicio
1
-81
/
+101
2018-06-07
Fix "Could not find `Op` in `proc_macro`"
Ferdia McKeogh
1
-1
/
+1
2018-04-16
update parser
Jorge Aparicio
1
-83
/
+8
2017-12-09
safe `&'static mut` references via init.resources
Jorge Aparicio
1
-0
/
+31
2017-12-09
peripherals as scoped singletons
Jorge Aparicio
1
-4
/
+14
2017-07-29
update examples
release/v0.1
Jorge Aparicio
1
-2
/
+2
2017-07-27
make task.$T.path mandatory
Jorge Aparicio
1
-2
/
+2
2017-07-27
make task.$T.enabled optional
Jorge Aparicio
1
-7
/
+66
2017-07-27
make task.$T.priority optional
Jorge Aparicio
1
-20
/
+8
2017-07-24
task! is not needed if tasks.$T.path is specified
Jorge Aparicio
1
-0
/
+2
2017-07-18
adapt to changes in rtfm-syntax
Jorge Aparicio
1
-3
/
+2
2017-07-14
rename rtfm! to app! and adapt to changes in rtfm-syntax
Jorge Aparicio
1
-17
/
+19
2017-07-14
split macro parser into its own crate and improve error handling / reporting
Jorge Aparicio
1
-9
/
+76
2017-07-06
syntax tweaks, relax check, add set_pending(), deal with imported types
Jorge Aparicio
1
-13
/
+8
2017-07-04
rtfm! macro take 2
Jorge Aparicio
1
-0
/
+17