Age | Commit message (Expand) | Author | Files | Lines |
2023-02-27 | nvic: do not require `&mut self` for `request`. | Dario Nieuwenhuis
| 1 | -4/+3 |
2022-11-12 | Merge #422 | bors[bot]
| 1 | -2/+10 |
2022-08-11 | Add implementation for critical-section 1.0 | Dario Nieuwenhuis
| 2 | -5/+3 |
2022-07-16 | fix and cleanup offsets in nvic | Sascha Wise
| 1 | -6/+7 |
2022-03-27 | Add on-target tests | Alex Martens
| 1 | -0/+12 |
2022-02-25 | Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, a... | Adam Greig
| 1 | -1/+1 |
2022-02-24 | Tweaks to enable building and doctesting on host platform | Adam Greig
| 1 | -3/+0 |
2022-02-24 | Add a free() method for non-cortex-m build targets that panics, to allow chec... | Adam Greig
| 1 | -1/+0 |
2022-02-24 | Remove outlined asm, replace with stable inline asm. | Adam Greig
| 1 | -0/+2 |
2022-02-15 | add itns field to NVIC perph | Sascha Wise
| 1 | -1/+8 |
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
| 9 | -142/+52 |
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 |
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-29 | Merge #367 | bors[bot]
| 2 | -23/+111 |
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-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]
| 5 | -36/+461 |
2021-11-27 | dwt: refactor enable_exception_tracing into enable/disable funs | Viktor Sonesten
| 1 | -3/+15 |
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-10-27 | Merge branch 'master' into feat/tracing | Viktor Sonesten
| 5 | -6/+294 |
2021-09-24 | allow clippy::upper_case_acronyms | Viktor Sonesten
| 1 | -0/+14 |