aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-05Use #!cfg_attr for inline_asmGravatar Stian Eklund 1-2/+1
2020-04-28Use llmv_asm! macro for inline assemblyGravatar Stian Eklund 1-1/+2
2020-04-10Update cfg gates with Armv8-MGravatar Hugues de Valon 1-1/+1
2020-03-14Allow clippy::match_single_bindingGravatar Hugues de Valon 1-0/+2
2020-03-02Initial Rust CMSE supportGravatar Hugues de Valon 1-0/+2
2020-01-15Remove `aligned`, improve ITM codeGravatar Jonas Schievink 1-1/+0
2019-11-26Add explanation about clippy::missing_inline_in_public_items lint.Gravatar Mara Bos 1-0/+14
2019-10-29Enable the missing_inline_in_public_items clippy lint.Gravatar Mara Bos 1-0/+1
2019-10-29Make clippy happy, again.Gravatar Mara Bos 1-0/+1
2019-10-09Make Clippy happy.Gravatar Mara Bos 1-0/+1
2019-07-29Update for 2018 editionGravatar Adam Greig 1-1/+1
2019-07-24Define MSRV to be 1.31.0 and unconditionally use const-fnGravatar Adam Greig 1-4/+3
2018-10-26deny warnings only on nightlyGravatar Jorge Aparicio 1-1/+0
2018-08-27v0.5.5Gravatar Jorge Aparicio 1-8/+1
2018-05-13add a "const-fn" featureGravatar Jorge Aparicio 1-0/+6
2018-05-11simplify #[cfg]sGravatar Jorge Aparicio 1-2/+1
2018-05-11stable by default, remove exception module, add SCB.vect_active, ..Gravatar Jorge Aparicio 1-8/+27
2018-04-26make singleton! work on stableGravatar Jorge Aparicio 1-2/+0
2018-04-26make compilable on stableGravatar Jorge Aparicio 1-3/+5
2018-01-23initialize singletons at runtimeGravatar Jorge Aparicio 1-0/+2
2018-01-16reexport Peripherals at the root for convenienceGravatar Jorge Aparicio 1-0/+2
2018-01-15fixes and make sure the whole documentation is visible on docs.rsGravatar Jorge Aparicio 1-0/+2
2017-07-07v0.3.0v0.3.0Gravatar Jorge Aparicio 1-1/+0
2017-07-06mcu -> bare-metalGravatar Jorge Aparicio 1-1/+1
2017-07-04move non Cortex-M specific bits into a crateGravatar Jorge Aparicio 1-0/+1
2017-07-04remove re-export of cortex-m-semihostingGravatar Jorge Aparicio 1-1/+0
2017-06-30drop unused feature gates, rename StackedRegisters to StackFrameGravatar Jorge Aparicio 1-3/+0
2017-06-30revamp the exception registration mechanismGravatar Jorge Aparicio 1-10/+2
2017-05-30add `itm::write_aligned` for writing 4-byte aligned buffers to an ITM portGravatar Jorge Aparicio 1-0/+1
2017-03-10remove macro_reexport feature gateGravatar Jorge Aparicio 1-1/+0
2017-03-08remove the semihosting Cargo featureGravatar Jorge Aparicio 1-2/+1
2017-03-08add macros for writing to an ITM portGravatar Jorge Aparicio 1-0/+1
2017-03-07revamp for memory safetyGravatar Jorge Aparicio 1-81/+5
2017-03-04review safety of the existing API, make the register API type safeGravatar Jorge Aparicio 1-1/+1
2017-02-28changes to better integrate with svd2rustGravatar Jorge Aparicio 1-8/+21
2017-01-22add ExceptionGravatar Jorge Aparicio 1-0/+4
2016-11-19add a mutex based on critical sectionsGravatar Jorge Aparicio 1-0/+1
2016-10-04add a StackFrame data structureGravatar Jorge Aparicio 1-0/+21
2016-09-27initial commitGravatar Jorge Aparicio 1-0/+78