Age | Commit message (Expand) | Author | Files | Lines |
2022-02-24 | Remove outlined asm, replace with stable inline asm. | Adam Greig
| 14 | -41/+144 |
2021-02-19 | Remove an extra function call in `primask::read` | yvt
| 1 | -5/+1 |
2021-01-07 | Remove excessive missing_inline_in_public_items | Jonas Schievink
| 5 | -9/+0 |
2020-12-03 | Update msp::write deprecation message | Jonas Schievink
| 1 | -1/+1 |
2020-12-02 | Deprecate msp::write | Jonas Schievink
| 1 | -0/+1 |
2020-10-02 | Add some Armv8-M assembly routines | Hugues de Valon
| 1 | -0/+18 |
2020-08-29 | Merge asm implementations | Jonas Schievink
| 14 | -445/+63 |
2020-07-21 | please clippy | Thales Fragoso
| 1 | -2/+2 |
2020-06-06 | Add #[allow(clippy::missing_inline_in_public_items)] for consistency | Dániel Buga
| 1 | -0/+1 |
2020-06-06 | Make RMode methods actually accessible | Dániel Buga
| 1 | -4/+4 |
2020-06-06 | Add missing #[inline]s | Dániel Buga
| 1 | -0/+14 |
2020-06-06 | Oops. Fix pattern matching | Dániel Buga
| 1 | -4/+4 |
2020-06-06 | Add methods to RMode | Dániel Buga
| 1 | -13/+39 |
2020-06-06 | Implement bit manipulation methods | Dániel Buga
| 1 | -0/+128 |
2020-05-28 | Stylistic updates, add from_bits | Dániel Buga
| 1 | -11/+17 |
2020-05-28 | Fix remaining compiler sadness | Dániel Buga
| 1 | -5/+9 |
2020-05-28 | Where did those ifs come from... | Dániel Buga
| 1 | -9/+9 |
2020-05-28 | Fix doc comments | Dániel Buga
| 1 | -15/+15 |
2020-05-28 | Fix store instructions | Dániel Buga
| 1 | -1/+1 |
2020-05-27 | Add doc comments | Dániel Buga
| 1 | -0/+12 |
2020-05-27 | Implement accessing FPSCR | Dániel Buga
| 2 | -0/+159 |
2020-04-28 | Use llmv_asm! macro for inline assembly | Stian Eklund
| 12 | -22/+22 |
2020-01-15 | Remove deprecated APIs and the `const-fn` feature | Jonas Schievink
| 1 | -21/+0 |
2019-10-29 | Enable the missing_inline_in_public_items clippy lint. | Mara Bos
| 4 | -0/+7 |
2019-10-29 | Merge #171 | bors[bot]
| 3 | -0/+10 |
2019-10-29 | Merge #167 | bors[bot]
| 1 | -3/+24 |
2019-10-29 | Add `#[inline]` to some more functions. | Mara Bos
| 3 | -0/+10 |
2019-10-09 | Make Clippy happy. | Mara Bos
| 4 | -30/+30 |
2019-09-21 | Deprecate nonexistent registers on thumbv8m.base | Jamie McClymont
| 1 | -3/+24 |
2019-09-10 | Make some trivial functions eligible for inlining | Jonas Schievink
| 1 | -0/+14 |
2019-09-08 | Remove unnecessary unsafe block | Jonas Schievink
| 1 | -1/+1 |
2019-09-08 | Fix errors and warnings | Jonas Schievink
| 1 | -16/+14 |
2019-09-06 | Allow writing to the CONTROL register | Jonas Schievink
| 1 | -2/+63 |
2019-08-11 | Add {M,P}SPLIM access routines found on ARMv8-M | Aurabindo Jayamohanan
| 3 | -0/+100 |
2019-07-29 | Fix missing `crate::` | Adam Greig
| 2 | -2/+2 |
2018-08-26 | remove build dependency on arm-none-eabi-gcc | Jorge Aparicio
| 2 | -9/+33 |
2018-05-11 | fix build for ARMv7E-M + "inline-asm" | Jorge Aparicio
| 2 | -2/+2 |
2018-05-11 | stable by default, remove exception module, add SCB.vect_active, .. | Jorge Aparicio
| 6 | -5/+15 |
2018-04-26 | make compilable on stable | Jorge Aparicio
| 11 | -63/+198 |
2017-12-23 | add a Cargo feature, cm7-r0p1, to fix a Cortex-M7 BASEPRI erratum | Jorge Aparicio
| 2 | -4/+26 |
2017-12-23 | map asm! ops to unimplemented! on non ARM targets | Jorge Aparicio
| 10 | -128/+151 |
2017-07-20 | v0.3.1v0.3.1 | Jorge Aparicio
| 2 | -2/+2 |
2017-05-15 | derive Clone, Copy and Debug for more structs / enums | Jorge Aparicio
| 4 | -5/+7 |
2017-04-11 | remove the, now unnecessary, unsafe blocks | Jorge Aparicio
| 1 | -7/+5 |
2017-04-11 | make NVIC.set_priority and basepri::write unsafe | Jorge Aparicio
| 1 | -1/+1 |
2017-03-10 | reformat | Jorge Aparicio
| 1 | -2/+2 |
2017-03-04 | remove an unnecessary cast | Jorge Aparicio
| 1 | -1/+1 |
2017-03-04 | fix cfg: thumbv6m -> armv6m | Jorge Aparicio
| 1 | -3/+3 |
2017-03-04 | review safety of the existing API, make the register API type safe | Jorge Aparicio
| 11 | -0/+433 |