Age | Commit message (Expand) | Author | Files | Lines |
2022-02-24 | Remove outlined asm, replace with stable inline asm. | Adam Greig
| 19 | -133/+276 |
2022-01-23 | Bump MSRV from 1.40 to 1.42, fix clippy::match_like_matches_macro | Alex Martens
| 1 | -1/+1 |
2022-01-12 | Update GHA for integrated cortex-m-rt | Adam Greig
| 1 | -0/+1 |
2022-01-06 | remove the ptr() function in favor of the PTR constant | Tyler Holmes
| 10 | -143/+53 |
2022-01-06 | Merge #381 | bors[bot]
| 1 | -5/+6 |
2022-01-06 | TPIU: improve SWOSupports documentation | Viktor Sonesten
| 1 | -1/+2 |
2022-01-05 | tpiu: make SWOSupports fields public | Viktor Sonesten
| 1 | -4/+4 |
2022-01-04 | macros: Don't use Option in singleton!() | Rahix
| 1 | -8/+9 |
2022-01-03 | macros: Allow setting a name for singleton!() statics | Rahix
| 1 | -6/+17 |
2021-12-31 | clippy cleanup | Tyler Holmes
| 1 | -1/+1 |
2021-12-31 | `SCB.ICSR.VECTACTIVE` is 9 bits, not 8 | Tyler Holmes
| 1 | -7/+8 |
2021-12-31 | Merge #366 | bors[bot]
| 2 | -2/+24 |
2021-12-31 | Merge branch 'master' into patch-1 | Adam Greig
| 12 | -62/+718 |
2021-12-29 | Merge #374 | bors[bot]
| 1 | -8/+14 |
2021-12-29 | Merge #367 | bors[bot]
| 2 | -23/+111 |
2021-12-29 | Construct a SysTick delay with a clock source | Ian McIntyre
| 1 | -8/+14 |
2021-12-19 | Switch "native" check from being x86_64 only to checking `HOST` | Tyler Holmes
| 3 | -12/+12 |
2021-12-19 | make intra-doc link | Tyler Holmes
| 1 | -1/+1 |
2021-12-19 | remove unused error | Tyler Holmes
| 1 | -2/+0 |
2021-12-19 | change has_cycle_counter to a recommended end user call | Tyler Holmes
| 1 | -7/+4 |
2021-12-19 | fix fields, SBZ as needed for address compare | Tyler Holmes
| 1 | -3/+7 |
2021-12-19 | enable has_cycle_counter for all arches. armv6m always returns false | Tyler Holmes
| 1 | -2/+5 |
2021-12-19 | SBZ fields as needed, check if block supports cycle count compare | Tyler Holmes
| 1 | -4/+21 |
2021-12-19 | tidy up doc comments | Tyler Holmes
| 1 | -5/+4 |
2021-12-19 | further comments - factor out function selection and more documentation | Tyler Holmes
| 1 | -8/+30 |
2021-12-19 | review suggestions | Tyler Holmes
| 1 | -41/+36 |
2021-12-19 | more correct comment | Tyler Holmes
| 1 | -1/+1 |
2021-12-19 | inline | Tyler Holmes
| 1 | -0/+2 |
2021-12-19 | add methods needed for cycle count comparisons | Tyler Holmes
| 2 | -15/+66 |
2021-12-16 | asm: silence warning about asm being stable | Robert Jördens
| 1 | -0/+2 |
2021-12-07 | feature gates: std-map -> std | Viktor Sonesten
| 2 | -3/+3 |
2021-12-07 | itm: derive serde for LocalTimestampOptions, impl gated TryFrom<u8> | Viktor Sonesten
| 1 | -0/+22 |
2021-11-27 | Merge #342 | bors[bot]
| 6 | -37/+462 |
2021-11-27 | bump MSRV | Viktor Sonesten
| 1 | -1/+1 |
2021-11-27 | dwt: refactor enable_exception_tracing into enable/disable funs | Viktor Sonesten
| 1 | -3/+15 |
2021-11-25 | Merge #362 | bors[bot]
| 1 | -0/+3 |
2021-11-21 | dwt, itm, tpiu: derive common traits for structs/enums | Viktor Sonesten
| 3 | -10/+11 |
2021-11-21 | tpiu: improve TYPE field documentation | Viktor Sonesten
| 1 | -1/+1 |
2021-11-21 | tpiu: use bitfield for SPPR | Viktor Sonesten
| 1 | -2/+41 |
2021-11-21 | itm: properly document ITMSettings | Viktor Sonesten
| 1 | -1/+1 |
2021-11-21 | dwt: mark ComparatorFunction, DwtError as non-exhaustive | Viktor Sonesten
| 1 | -0/+2 |
2021-11-21 | dwt: DWTError -> DwtError for in-crate consistency | Viktor Sonesten
| 1 | -2/+2 |
2021-11-21 | tpiu: remove get_ prefix, as per Rust API guidelines | Viktor Sonesten
| 1 | -1/+1 |
2021-11-21 | dwt: refactor out unnecessary explicit panic | Viktor Sonesten
| 1 | -28/+24 |
2021-11-21 | dwt: don't inline Comparator::configure | Viktor Sonesten
| 1 | -2/+2 |
2021-11-21 | dwt: improve EmitOption docstring | Viktor Sonesten
| 1 | -1/+2 |
2021-11-21 | dwt: fix clippy::bool_comparison | Viktor Sonesten
| 1 | -4/+4 |
2021-11-21 | dwt, itm, tpiu: remove get_ prefix, as per Rust API guidelines | Viktor Sonesten
| 3 | -28/+28 |
2021-11-20 | scb: derive serde, Hash, PartialOrd for VectActive behind gates | Viktor Sonesten
| 1 | -0/+6 |
2021-11-12 | add note | gnxlxnxx
| 1 | -0/+3 |