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
/
lib.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-05
Use #!cfg_attr for inline_asm
Stian Eklund
1
-2
/
+1
2020-04-28
Use llmv_asm! macro for inline assembly
Stian Eklund
1
-1
/
+2
2020-04-10
Update cfg gates with Armv8-M
Hugues de Valon
1
-1
/
+1
2020-03-14
Allow clippy::match_single_binding
Hugues de Valon
1
-0
/
+2
2020-03-02
Initial Rust CMSE support
Hugues de Valon
1
-0
/
+2
2020-01-15
Remove `aligned`, improve ITM code
Jonas Schievink
1
-1
/
+0
2019-11-26
Add explanation about clippy::missing_inline_in_public_items lint.
Mara Bos
1
-0
/
+14
2019-10-29
Enable the missing_inline_in_public_items clippy lint.
Mara Bos
1
-0
/
+1
2019-10-29
Make clippy happy, again.
Mara Bos
1
-0
/
+1
2019-10-09
Make Clippy happy.
Mara Bos
1
-0
/
+1
2019-07-29
Update for 2018 edition
Adam Greig
1
-1
/
+1
2019-07-24
Define MSRV to be 1.31.0 and unconditionally use const-fn
Adam Greig
1
-4
/
+3
2018-10-26
deny warnings only on nightly
Jorge Aparicio
1
-1
/
+0
2018-08-27
v0.5.5
Jorge Aparicio
1
-8
/
+1
2018-05-13
add a "const-fn" feature
Jorge Aparicio
1
-0
/
+6
2018-05-11
simplify #[cfg]s
Jorge Aparicio
1
-2
/
+1
2018-05-11
stable by default, remove exception module, add SCB.vect_active, ..
Jorge Aparicio
1
-8
/
+27
2018-04-26
make singleton! work on stable
Jorge Aparicio
1
-2
/
+0
2018-04-26
make compilable on stable
Jorge Aparicio
1
-3
/
+5
2018-01-23
initialize singletons at runtime
Jorge Aparicio
1
-0
/
+2
2018-01-16
reexport Peripherals at the root for convenience
Jorge Aparicio
1
-0
/
+2
2018-01-15
fixes and make sure the whole documentation is visible on docs.rs
Jorge Aparicio
1
-0
/
+2
2017-07-07
v0.3.0
v0.3.0
Jorge Aparicio
1
-1
/
+0
2017-07-06
mcu -> bare-metal
Jorge Aparicio
1
-1
/
+1
2017-07-04
move non Cortex-M specific bits into a crate
Jorge Aparicio
1
-0
/
+1
2017-07-04
remove re-export of cortex-m-semihosting
Jorge Aparicio
1
-1
/
+0
2017-06-30
drop unused feature gates, rename StackedRegisters to StackFrame
Jorge Aparicio
1
-3
/
+0
2017-06-30
revamp the exception registration mechanism
Jorge Aparicio
1
-10
/
+2
2017-05-30
add `itm::write_aligned` for writing 4-byte aligned buffers to an ITM port
Jorge Aparicio
1
-0
/
+1
2017-03-10
remove macro_reexport feature gate
Jorge Aparicio
1
-1
/
+0
2017-03-08
remove the semihosting Cargo feature
Jorge Aparicio
1
-2
/
+1
2017-03-08
add macros for writing to an ITM port
Jorge Aparicio
1
-0
/
+1
2017-03-07
revamp for memory safety
Jorge Aparicio
1
-81
/
+5
2017-03-04
review safety of the existing API, make the register API type safe
Jorge Aparicio
1
-1
/
+1
2017-02-28
changes to better integrate with svd2rust
Jorge Aparicio
1
-8
/
+21
2017-01-22
add Exception
Jorge Aparicio
1
-0
/
+4
2016-11-19
add a mutex based on critical sections
Jorge Aparicio
1
-0
/
+1
2016-10-04
add a StackFrame data structure
Jorge Aparicio
1
-0
/
+21
2016-09-27
initial commit
Jorge Aparicio
1
-0
/
+78