Age | Commit message (Expand) | Author | Files | Lines |
2022-02-25 | Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, a... | Adam Greig
| 6 | -46/+33 |
2022-02-24 | Tweaks to enable building and doctesting on host platform | Adam Greig
| 2 | -5/+7 |
2022-02-24 | Add a free() method for non-cortex-m build targets that panics, to allow chec... | Adam Greig
| 2 | -1/+12 |
2022-02-24 | Bump to Edition 2021 and rust-version 1.59 | Adam Greig
| 5 | -4/+10 |
2022-02-24 | Remove references to unsupported Rust versions in cortex-m-rt | Adam Greig
| 1 | -40/+9 |
2022-02-24 | Add set-sp and set-vtor features to cortex-m-rt. | Adam Greig
| 3 | -0/+37 |
2022-02-24 | Remove prebuilt cortex-m-rt binaries, replace with global_asm | Adam Greig
| 17 | -186/+132 |
2022-02-24 | Remove outlined asm, replace with stable inline asm. | Adam Greig
| 54 | -1005/+301 |
2022-02-24 | Allow #[naked] attribute on interrupt handlers and pre_init | Adam Greig
| 1 | -0/+1 |
2022-02-24 | Exclude c-m-rt from cron test of cortex-m, fixes #417 | Adam Greig
| 1 | -1/+1 |
2022-01-26 | c-m-rt: fix macro hygiene, set to edition 2018 | Adam Greig
| 2 | -2/+3 |
2022-01-26 | Fix #414 | Adam Greig
| 2 | -1/+12 |
2022-01-23 | Bump MSRV from 1.40 to 1.42, fix clippy::match_like_matches_macro | Alex Martens
| 8 | -16/+10 |
2022-01-23 | Fix most clippy lints | Alex Martens
| 3 | -7/+7 |
2022-01-22 | Add cortex-m-rt tests to scheduled CI runs | Adam Greig
| 1 | -0/+45 |
2022-01-21 | Fix cortex-m-semihosting inline-asm on nightly | Adam Greig
| 1 | -3/+7 |
2022-01-21 | Fix break in compilefail tests on 1.58 | Adam Greig
| 1 | -2/+4 |
2022-01-12 | Move device.x example to workspace root for cortex-m-rt tests. | Adam Greig
| 2 | -5/+5 |
2022-01-12 | Fix cortex-m-rt build that was depending on old cortex-m via out-of-tree cort... | Adam Greig
| 1 | -1/+1 |
2022-01-12 | Fix cortex-m-rt compiletest tests | Adam Greig
| 3 | -7/+4 |
2022-01-12 | Move examples' memory.x to workspace root | Adam Greig
| 1 | -0/+0 |
2022-01-12 | Bump cortex-m-rt MSRV 1.39->1.40 to support non_exhaustive in cortex-m | Adam Greig
| 4 | -4/+4 |
2022-01-12 | Fix combined CI | Adam Greig
| 2 | -3/+7 |
2022-01-12 | Update GHA for integrated cortex-m-rt | Adam Greig
| 13 | -63/+20 |
2022-01-06 | update changelog for panic-itm too | Tyler Holmes
| 1 | -0/+5 |
2022-01-06 | remove the ptr() function in favor of the PTR constant | Tyler Holmes
| 12 | -144/+57 |
2022-01-06 | TPIU: improve SWOSupports documentation | Viktor Sonesten
| 1 | -1/+2 |
2022-01-06 | CHANGELOG: document TPIU::swo_supports | Viktor Sonesten
| 1 | -0/+1 |
2022-01-05 | tpiu: make SWOSupports fields public | Viktor Sonesten
| 1 | -4/+4 |
2022-01-04 | Update CHANGELOG | Rahix
| 1 | -0/+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 |
2022-01-02 | Backport 0.7.4's changelog updates and version number to master | Adam Greig
| 2 | -10/+26 |
2022-01-02 | CHANGELOG: add missing items | Viktor Vilhelm Sonesten
| 1 | -1/+4 |
2021-12-31 | clippy cleanup | Tyler Holmes
| 1 | -1/+1 |
2021-12-31 | changelog entry | Tyler Holmes
| 1 | -0/+4 |
2021-12-31 | `SCB.ICSR.VECTACTIVE` is 9 bits, not 8 | Tyler Holmes
| 1 | -7/+8 |
2021-12-29 | Construct a SysTick delay with a clock source | Ian McIntyre
| 2 | -8/+16 |
2021-12-19 | re-enable has_fpu | Tyler Holmes
| 1 | -3/+5 |
2021-12-19 | Switch "native" check from being x86_64 only to checking `HOST` | Tyler Holmes
| 4 | -14/+17 |
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 |