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
/
src
/
lib.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-26
c-m-rt: fix macro hygiene, set to edition 2018
Adam Greig
1
-2
/
+2
2022-01-26
Fix #414
Adam Greig
1
-1
/
+1
2022-01-23
Bump MSRV from 1.40 to 1.42, fix clippy::match_like_matches_macro
Alex Martens
1
-8
/
+2
2022-01-23
Fix most clippy lints
Alex Martens
1
-3
/
+3
2021-02-25
Read all bits from ICSR register
Ulf Lilleengen
1
-1
/
+1
2021-02-25
Use volatile read for ICSR register
Ulf Lilleengen
1
-1
/
+1
2021-01-27
Only emit link_section for cortex-m.
Adam Greig
1
-2
/
+4
2021-01-26
Check presence of exceptions
Jonas Schievink
1
-5
/
+21
2021-01-26
fix .HardFault.user section name for macos
Anatol Ulrich
1
-1
/
+2
2020-08-23
Make it unsafe to define NMI handlers
Jonas Schievink
1
-12
/
+30
2020-05-19
Get rid of #[deny(warnings)]
Daniel Egger
1
-2
/
+0
2020-02-06
Fix doctests and run them in CI
Jonas Schievink
1
-261
/
+0
2020-01-26
`#[allow(missing_docs)]` on `#[pre_init]` hooks
Jonas Schievink
1
-0
/
+1
2020-01-16
Updated to not need blacklist
Emil Fresk
1
-28
/
+14
2020-01-16
Even better error messages
Emil Fresk
1
-23
/
+49
2020-01-16
Better error message
Emil Fresk
1
-1
/
+1
2020-01-16
Better error message on multiple attributes
Emil Fresk
1
-0
/
+14
2020-01-07
Reduced number of whitelist checks
Emil Fresk
1
-12
/
+5
2020-01-07
Updated per comments
Emil Fresk
1
-25
/
+18
2019-12-29
Fixed logic error
Emil Fresk
1
-5
/
+12
2019-12-29
Changed to whitelist
Emil Fresk
1
-4
/
+4
2019-12-29
Added blacklisted attributes
Emil Fresk
1
-0
/
+64
2019-12-28
Added missing hidden doc
Emil Fresk
1
-0
/
+4
2019-12-28
Hide trampolines from docs
Emil Fresk
1
-0
/
+1
2019-12-10
Remove 'extern crate cortex_m_rt' from macros
Ian McIntyre
1
-6
/
+2
2019-11-26
Inline attr. macro docs and fix links
Jonas Schievink
1
-0
/
+4
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
Edition-2018ify crate
Daniel Egger
1
-15
/
+7
2019-08-26
Update to Syn 1.0
David Tolnay
1
-62
/
+58
2018-12-15
static mut transform: forward `#[cfg]`
Jorge Aparicio
1
-6
/
+35
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-09
Merge branch 'master' into interrupt
Adam Greig
1
-3
/
+4
2018-09-19
bump the syn dependency
Jorge Aparicio
1
-3
/
+4
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-08
Use SmallRng instead of thread_rng which is not available on no_std
Daniel Egger
1
-1
/
+23
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
[next]