Age | Commit message (Expand) | Author | Files | Lines |
2023-02-11 | Enforce 8-byte initial stack pointer alignment | Adam Greig
| 3 | -4/+17 |
2023-02-11 | cortex-m-rt: assert in linker script that stack_start is 8-byte aligned. | Dario Nieuwenhuis
| 1 | -0/+6 |
2023-01-25 | panic-itm: update crate config so docs aren't empty | Trevor Gross
| 1 | -1/+1 |
2022-11-08 | Prepare for c-m-rt 0.7.2 | Adam Greig
| 3 | -3/+13 |
2022-08-22 | Document critical-section-single-core feature. | Dario Nieuwenhuis
| 1 | -0/+10 |
2022-08-22 | Use a `mod _export` for macro reexports. | Dario Nieuwenhuis
| 3 | -25/+26 |
2022-08-22 | Fix outdated comment in `singleton!`. | Dario Nieuwenhuis
| 1 | -1/+4 |
2022-08-12 | Fix CI compiletest breakage due to Rust 1.63 | Dario Nieuwenhuis
| 1 | -2/+2 |
2022-08-11 | Add implementation for critical-section 1.0 | Dario Nieuwenhuis
| 18 | -52/+95 |
2022-07-16 | fix and cleanup offsets in nvic | Sascha Wise
| 1 | -6/+7 |
2022-05-07 | Fix typos in cortex-m-rt lib.rs | Daniel Bevenius
| 1 | -3/+3 |
2022-05-06 | fix bug on cmse::TestTarget::mpu_region | Luo Jia
| 1 | -3/+3 |
2022-05-03 | ci: update github-actions | Alex Martens
| 6 | -15/+15 |
2022-04-28 | rt: fix veneer limit position in linker script | luojia65
| 1 | -1/+5 |
2022-04-23 | Remove unused `4:` label. | Markus Reiter
| 1 | -2/+1 |
2022-04-22 | Fix inline assembly. | Markus Reiter
| 1 | -2/+3 |
2022-04-11 | Exclude testsuite from cron, fixes #427 | Adam Greig
| 1 | -1/+1 |
2022-03-27 | Add on-target tests | Alex Martens
| 16 | -3/+735 |
2022-03-10 | Remove prelude. | Dario Nieuwenhuis
| 2 | -4/+0 |
2022-03-04 | Prepare for c-m-sh 0.5.0, p-sh 0.6.0 | Adam Greig
| 4 | -5/+11 |
2022-02-25 | Put inline asm directly into cortex-m-semihosting so it doesn't need to depen... | Adam Greig
| 1 | -1/+7 |
2022-02-25 | Remove inline-asm features from cortex-m-semihosting and panic-semihosting en... | Adam Greig
| 4 | -2/+2 |
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-02-15 | add itns field to NVIC perph | Sascha Wise
| 1 | -1/+8 |
2022-02-03 | Allow #[naked] attribute on interrupt handlers and pre_init | Adam Greig
| 1 | -0/+1 |
2022-01-29 | 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 |