index
:
cortex-m
c-m-in
master
mutex_add
v0.5.x
v0.6.x
v0.7.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cortex-m-rt
/
macros
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-21
Re-allow `&'static mut` resources for `#[entry]`
Jonas Schievink
1
-2
/
+7
2019-11-21
Generate trampolines instead of randomizing idents
Jonas Schievink
1
-147
/
+138
2019-11-01
Merge #210
bors[bot]
2
-15
/
+8
2019-11-01
Bump rand dependency to 0.7
Daniel Egger
1
-1
/
+2
2019-11-01
Edition-2018ify crate
Daniel Egger
2
-15
/
+8
2019-11-01
Bump cortex-m-rt-macro version to 0.1.6 for release
Daniel Egger
1
-2
/
+2
2019-08-26
Update to Syn 1.0
David Tolnay
2
-65
/
+61
2019-01-14
Update documentation links to point to docs.rs
Adam Greig
1
-1
/
+1
2018-12-15
prepare for v0.6.7 release
Jorge Aparicio
1
-1
/
+1
2018-12-15
static mut transform: forward `#[cfg]`
Jorge Aparicio
1
-6
/
+35
2018-12-07
bump cortex-m-rt-macros
Jorge Aparicio
1
-1
/
+1
2018-11-14
rename UserHardFault to HardFault
Jorge Aparicio
1
-2
/
+2
2018-11-04
reject duplicate `static mut` variables
Jorge Aparicio
1
-5
/
+24
2018-10-26
Merge #143
bors[bot]
1
-0
/
+1
2018-10-26
`b UserHardFault`
Jorge Aparicio
1
-0
/
+1
2018-10-26
Merge #142
bors[bot]
1
-142
/
+201
2018-10-26
attributes: turn panics into compile errors
Jorge Aparicio
1
-142
/
+201
2018-10-26
Merge #141
bors[bot]
1
-12
/
+17
2018-10-26
entry/exception/interrupt: reachability restriction is 1.30-only
Jorge Aparicio
1
-12
/
+17
2018-10-26
entry/exception/interrupt: forward `static mut` attributes
Jorge Aparicio
1
-0
/
+6
2018-10-26
entry/exception/interrupt: reduce namespace pollution when using static mut
Jorge Aparicio
1
-24
/
+15
2018-10-23
v0.6.5
Adam Greig
1
-3
/
+3
2018-10-09
Merge branch 'master' into interrupt
Adam Greig
2
-7
/
+8
2018-09-25
v0.6.4
Jorge Aparicio
1
-1
/
+1
2018-09-19
bump the syn dependency
Jorge Aparicio
2
-6
/
+7
2018-09-18
respect declared unsafety
Jorge Aparicio
1
-1
/
+2
2018-09-18
implement `#[interrupt]`
Jorge Aparicio
1
-4
/
+143
2018-09-18
respect declared unsafety
Jorge Aparicio
1
-4
/
+6
2018-09-17
make all exception handlers extern "C"
Jorge Aparicio
1
-1
/
+1
2018-09-09
v0.6.3 and v0.1.1
Jorge Aparicio
1
-1
/
+1
2018-09-08
Use SmallRng instead of thread_rng which is not available on no_std
Daniel Egger
1
-1
/
+23
2018-09-07
Disable default-features on rand dependency to avoid std version
Daniel Egger
1
-1
/
+4
2018-09-06
v0.6.0, take 2
Jorge Aparicio
1
-2
/
+8
2018-09-06
v0.6.0
Jorge Aparicio
1
-4
/
+2
2018-09-06
make the reachability requirement more **prominent**
Jorge Aparicio
1
-4
/
+10
2018-09-06
relax checks of the signatures of `entry` and the exceptions
Jorge Aparicio
1
-17
/
+15
2018-09-06
add compile-fail tests for passing arguments to the attributes
Jorge Aparicio
1
-9
/
+6
2018-09-06
whoops, it seems like we do need some `#[allow]`s after all
Jorge Aparicio
1
-0
/
+2
2018-09-06
remove `#[allow]`s
Jorge Aparicio
1
-2
/
+0
2018-09-06
add compile-fail tests; test only on nightly
Jorge Aparicio
1
-2
/
+4
2018-09-03
make `static mut` variables safe to access in the entry point
Jorge Aparicio
1
-36
/
+110
2018-08-31
remove dead code
Jorge Aparicio
1
-45
/
+3
2018-08-31
fix soundness issue; change the syntax of the `exception` attribute
Jorge Aparicio
2
-74
/
+113
2018-08-31
turn macros into attributes
Jorge Aparicio
2
-0
/
+479