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
/
src
/
exception.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-23
revise peripheral API
Jorge Aparicio
1
-2
/
+1
2017-11-21
turn peripherals into scoped singletons
Jorge Aparicio
1
-2
/
+2
2017-06-30
update CHANGELOG
Jorge Aparicio
1
-6
/
+6
2017-06-30
StackFrame -> ExceptionFrame
Jorge Aparicio
1
-1
/
+1
2017-06-30
drop unused feature gates, rename StackedRegisters to StackFrame
Jorge Aparicio
1
-16
/
+14
2017-06-30
move default_handler! and exception! macros to cortex-m-rt
Jorge Aparicio
1
-121
/
+29
2017-06-30
revamp the exception registration mechanism
Jorge Aparicio
1
-173
/
+128
2017-05-15
derive Clone, Copy and Debug for more structs / enums
Jorge Aparicio
1
-0
/
+1
2017-03-12
default exception handler: identify the exception that's being serviced
Jorge Aparicio
1
-1
/
+4
2017-03-11
add unsafe block
Jorge Aparicio
1
-8
/
+11
2017-03-11
remove unsafe from exception::default_handler
Jorge Aparicio
1
-9
/
+13
2017-03-11
make ITM functions operate on `Stim`
Jorge Aparicio
1
-1
/
+1
2017-03-10
add a Local.borrow_mut method, default_handler now takes the context token by
Jorge Aparicio
1
-9
/
+9
2017-03-10
rename Token to Context
Jorge Aparicio
1
-32
/
+32
2017-03-08
remove the semihosting Cargo feature
Jorge Aparicio
1
-3
/
+0
2017-03-08
turn bkpt! into a function
Jorge Aparicio
1
-14
/
+27
2017-03-07
revamp for memory safety
Jorge Aparicio
1
-17
/
+76
2017-03-04
review safety of the existing API, make the register API type safe
Jorge Aparicio
1
-8
/
+20
2017-02-28
changes to better integrate with svd2rust
Jorge Aparicio
1
-0
/
+73
2017-01-22
add Exception
Jorge Aparicio
1
-0
/
+47