aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/macros (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21Re-allow `&'static mut` resources for `#[entry]`Gravatar Jonas Schievink 1-2/+7
2019-11-21Generate trampolines instead of randomizing identsGravatar Jonas Schievink 1-147/+138
2019-11-01Merge #210Gravatar bors[bot] 2-15/+8
2019-11-01Bump rand dependency to 0.7Gravatar Daniel Egger 1-1/+2
2019-11-01Edition-2018ify crateGravatar Daniel Egger 2-15/+8
2019-11-01Bump cortex-m-rt-macro version to 0.1.6 for releaseGravatar Daniel Egger 1-2/+2
2019-08-26Update to Syn 1.0Gravatar David Tolnay 2-65/+61
2019-01-14Update documentation links to point to docs.rsGravatar Adam Greig 1-1/+1
2018-12-15prepare for v0.6.7 releaseGravatar Jorge Aparicio 1-1/+1
2018-12-15static mut transform: forward `#[cfg]`Gravatar Jorge Aparicio 1-6/+35
2018-12-07bump cortex-m-rt-macrosGravatar Jorge Aparicio 1-1/+1
2018-11-14rename UserHardFault to HardFaultGravatar Jorge Aparicio 1-2/+2
2018-11-04reject duplicate `static mut` variablesGravatar Jorge Aparicio 1-5/+24
2018-10-26Merge #143Gravatar bors[bot] 1-0/+1
2018-10-26`b UserHardFault`Gravatar Jorge Aparicio 1-0/+1
2018-10-26Merge #142Gravatar bors[bot] 1-142/+201
2018-10-26attributes: turn panics into compile errorsGravatar Jorge Aparicio 1-142/+201
2018-10-26Merge #141Gravatar bors[bot] 1-12/+17
2018-10-26entry/exception/interrupt: reachability restriction is 1.30-onlyGravatar Jorge Aparicio 1-12/+17
2018-10-26entry/exception/interrupt: forward `static mut` attributesGravatar Jorge Aparicio 1-0/+6
2018-10-26entry/exception/interrupt: reduce namespace pollution when using static mutGravatar Jorge Aparicio 1-24/+15
2018-10-23v0.6.5Gravatar Adam Greig 1-3/+3
2018-10-09Merge branch 'master' into interruptGravatar Adam Greig 2-7/+8
2018-09-25v0.6.4Gravatar Jorge Aparicio 1-1/+1
2018-09-19bump the syn dependencyGravatar Jorge Aparicio 2-6/+7
2018-09-18respect declared unsafetyGravatar Jorge Aparicio 1-1/+2
2018-09-18implement `#[interrupt]`Gravatar Jorge Aparicio 1-4/+143
2018-09-18respect declared unsafetyGravatar Jorge Aparicio 1-4/+6
2018-09-17make all exception handlers extern "C"Gravatar Jorge Aparicio 1-1/+1
2018-09-09v0.6.3 and v0.1.1Gravatar Jorge Aparicio 1-1/+1
2018-09-08Use SmallRng instead of thread_rng which is not available on no_stdGravatar Daniel Egger 1-1/+23
2018-09-07Disable default-features on rand dependency to avoid std versionGravatar Daniel Egger 1-1/+4
2018-09-06v0.6.0, take 2Gravatar Jorge Aparicio 1-2/+8
2018-09-06v0.6.0Gravatar Jorge Aparicio 1-4/+2
2018-09-06make the reachability requirement more **prominent**Gravatar Jorge Aparicio 1-4/+10
2018-09-06relax checks of the signatures of `entry` and the exceptionsGravatar Jorge Aparicio 1-17/+15
2018-09-06add compile-fail tests for passing arguments to the attributesGravatar Jorge Aparicio 1-9/+6
2018-09-06whoops, it seems like we do need some `#[allow]`s after allGravatar Jorge Aparicio 1-0/+2
2018-09-06remove `#[allow]`sGravatar Jorge Aparicio 1-2/+0
2018-09-06add compile-fail tests; test only on nightlyGravatar Jorge Aparicio 1-2/+4
2018-09-03make `static mut` variables safe to access in the entry pointGravatar Jorge Aparicio 1-36/+110
2018-08-31remove dead codeGravatar Jorge Aparicio 1-45/+3
2018-08-31fix soundness issue; change the syntax of the `exception` attributeGravatar Jorge Aparicio 2-74/+113
2018-08-31turn macros into attributesGravatar Jorge Aparicio 2-0/+479