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
2023-07-21
fmt
Dion Dokter
1
-2
/
+1
2023-07-21
Changed setup for better compiler diagnostics. We won't get a nasty assembly ...
Dion Dokter
1
-6
/
+12
2023-07-21
Changed some names around so everything should be called correctly
Dion Dokter
1
-18
/
+14
2023-06-20
Added more tests and fixed a panic
Dion Dokter
1
-18
/
+26
2023-06-16
Removed the feature flag and moved the trampoline into the macro
Dion Dokter
2
-71
/
+158
2023-05-19
Fix clippy warnings
Dion Dokter
1
-2
/
+2
2023-05-19
Hardfault trampoline is now optional
Dion Dokter
2
-1
/
+37
2023-03-18
Upgrade syn to version 2.0
Jan Niehusmann
2
-7
/
+6
2022-02-24
Bump to Edition 2021 and rust-version 1.59
Adam Greig
1
-1
/
+2
2022-02-24
Allow #[naked] attribute on interrupt handlers and pre_init
Adam Greig
1
-0
/
+1
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
2022-01-12
Update GHA for integrated cortex-m-rt
Adam Greig
1
-1
/
+1
2021-07-12
Prepare for v0.7.0
Adam Greig
1
-1
/
+1
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
2
-264
/
+0
2020-02-06
Update macros repo link
Jonas Schievink
1
-1
/
+1
2020-02-05
Change macros crate to same version as cortex-m-rt, with strict version depen...
Adam Greig
1
-1
/
+1
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-12-04
cortex-m-rt-macros 0.1.7
Jonas Schievink
1
-1
/
+1
2019-11-26
Inline attr. macro docs and fix links
Jonas Schievink
1
-0
/
+4
2019-11-21
Remove unnecessary dependency on rand
Jonas Schievink
1
-5
/
+0
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
[next]