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
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-12
Bump cortex-m-rt MSRV 1.39->1.40 to support non_exhaustive in cortex-m
Adam Greig
1
-1
/
+1
2021-04-02
Minor documentation fix.
Jakub Duchniewicz
1
-0
/
+1
2021-01-27
Only emit link_section for cortex-m.
Adam Greig
1
-8
/
+4
2021-01-25
fix #74
Anatol Ulrich
1
-4
/
+8
2021-01-21
Update Reset-in-asm.
Adam Greig
1
-49
/
+14
2020-11-25
Initialize RAM in assembly
Jonas Schievink
1
-31
/
+0
2020-09-02
[ARMv6-M] initialize the LR register
Jorge Aparicio
1
-0
/
+11
2020-08-30
Avoid depending on `cortex-m`
Jonas Schievink
1
-26
/
+10
2020-08-29
Merge #280
bors[bot]
1
-1
/
+1
2020-08-23
Remove broken doctest/example
Jonas Schievink
1
-17
/
+1
2020-08-23
Document NMI handler unsafety
Jonas Schievink
1
-6
/
+24
2020-08-23
Revert "Changed Hardfault's and DefaultHander's default implementations to pa...
Jonas Schievink
1
-9
/
+13
2020-07-30
more specific ref to link_section attributes
Todd Stellanova
1
-1
/
+3
2020-07-30
remove unintended edit
Todd Stellanova
1
-1
/
+0
2020-07-30
Doc adding memory sections in memory.x
Todd Stellanova
1
-0
/
+34
2020-07-22
Make Vector public in interrupt example
Dominik Boehi
1
-1
/
+1
2020-07-12
Add barriers after FPU enabling
Thales Fragoso
1
-1
/
+4
2020-07-09
Merge #276
bors[bot]
1
-0
/
+4
2020-07-09
Keep __ONCE__ for backcompat
Adam Greig
1
-0
/
+8
2020-07-05
Mark main() with a C ABI
Ian McIntyre
1
-3
/
+2
2020-07-03
Replace __ONCE__ with Cargo links key
Adam Greig
1
-4
/
+0
2020-05-19
Get rid of #[deny(warnings)]
Daniel Egger
1
-1
/
+0
2020-04-20
Merge #257
bors[bot]
1
-13
/
+9
2020-04-05
Update MSRV to 1.39.0, fix doc test that fails <1.41.0.
Adam Greig
1
-1
/
+2
2020-04-04
Add statement of MSRV to docs
Adam Greig
1
-0
/
+4
2020-03-31
New compile-fail string for interrupt-invalid
Emil Fresk
1
-2
/
+2
2020-03-30
Changed Hardfault's and DefaultHander's default implementations to panic
Emil Fresk
1
-13
/
+9
2020-02-17
Merge #249
bors[bot]
1
-1
/
+1
2020-02-17
Ignore a doctest again
Jonas Schievink
1
-1
/
+1
2020-02-17
Expand #[pre_init] safety docs, discourage its use
Jonas Schievink
1
-1
/
+12
2020-02-06
Fix doctests and run them in CI
Jonas Schievink
1
-21
/
+286
2020-01-14
Make `ExceptionFrame` methods `#[inline(always)]`
Jonas Schievink
1
-0
/
+16
2020-01-12
Add safety docs
Jonas Schievink
1
-0
/
+40
2020-01-11
Fix typo
Jonas Schievink
1
-1
/
+1
2020-01-11
Add unsafe setters
Jonas Schievink
1
-0
/
+40
2020-01-11
Make `ExceptionFrame`s fields private
Jonas Schievink
1
-17
/
+44
2019-12-10
Remove 'extern crate cortex_m_rt' from macros
Ian McIntyre
1
-0
/
+2
2019-11-26
Inline attr. macro docs and fix links
Jonas Schievink
1
-16
/
+23
2019-06-19
add a .uninit section
Jorge Aparicio
1
-6
/
+24
2019-03-01
Update lib.rs comment describing __INTERRUPTS variable to say __INTERRUPTS in...
Raz Aloni
1
-1
/
+1
2019-01-24
doc: Remove obsolete references to entry!
chrysn
1
-20
/
+7
2018-11-14
rename UserHardFault to HardFault
Jorge Aparicio
1
-9
/
+9
2018-11-11
remove duplicated line
Jorge Aparicio
1
-1
/
+0
2018-11-11
change attribute doc links
Jorge Aparicio
1
-7
/
+6
2018-11-01
Mention interrupt attribute in main crate docs
Georg Brandl
1
-0
/
+4
2018-10-26
`b UserHardFault`
Jorge Aparicio
1
-0
/
+1
2018-09-18
implement `#[interrupt]`
Jorge Aparicio
1
-1
/
+3
2018-09-07
README: update the documentation link
Jorge Aparicio
1
-1
/
+1
2018-09-06
error during compilation if two copies of cortex-m-rt are being linked
Jorge Aparicio
1
-0
/
+4
2018-09-03
make `static mut` variables safe to access in the entry point
Jorge Aparicio
1
-11
/
+18
[next]