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