Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-14 | Merge pull request #501 from newAM/update-actions-upload-downloadHEADmaster | 1 | -4/+2 | ||
CI: update actions/{up,down}load-artifact | |||||
2023-12-14 | CI: update actions/{up,down}load-artifact | 1 | -4/+2 | ||
2023-11-29 | Merge pull request #489 from newAM/rm-actions-rs | 6 | -39/+11 | ||
CI: actions-rs/toolchain -> dtolnay/rust-toolchain | |||||
2023-11-24 | Merge pull request #497 from newAM/self-hosted-rm-node-16 | 1 | -1/+3 | ||
CI: remove node16 dependency for self-hosted runner | |||||
2023-11-24 | CI: remove node16 dependency for self-hosted runner | 1 | -1/+3 | ||
2023-11-19 | Merge pull request #496 from jamesmunns/james/rename-reset-vector | 1 | -4/+9 | ||
Rename `__reset_vector` to `__exceptions` | |||||
2023-11-19 | Rename `__reset_vector` to `__exceptions` | 1 | -4/+9 | ||
Closes #495 | |||||
2023-11-16 | Merge pull request #494 from rust-embedded/vector-repr-c | 3 | -0/+3 | ||
c-m-rt: mark Vector as repr(C) | |||||
2023-11-04 | Merge pull request #493 from rust-embedded/volatile-reg-0.2.2 | 1 | -1/+1 | ||
cortex-m: update to volatile-register 0.2.2, fixes #485 | |||||
2023-11-04 | c-m-rt: mark Vector as repr(C) | 3 | -0/+3 | ||
2023-11-04 | cortex-m: update to volatile-register 0.2.2, fixes #485 | 1 | -1/+1 | ||
2023-11-04 | Merge pull request #492 from newAM/cortex-m-hio-clippy | 1 | -0/+3 | ||
semihosting: silence clippy::result_unit_err in hio | |||||
2023-10-30 | Merge pull request #491 from newAM/cortex-m-semihosting-safety | 1 | -0/+11 | ||
semihosting: add Safety docstring to syscall | |||||
2023-10-30 | Merge pull request #490 from newAM/fix-clippy | 3 | -22/+14 | ||
Fix new clippy lints | |||||
2023-10-29 | semihosting: silence clippy::result_unit_err in hio | 1 | -0/+3 | ||
2023-10-29 | semihosting: add Safety docstring to syscall | 1 | -0/+11 | ||
2023-10-29 | Fix new clippy lints | 3 | -22/+14 | ||
2023-10-29 | CI: actions-rs/toolchain -> dtolnay/rust-toolchain | 6 | -39/+11 | ||
2023-10-16 | Merge pull request #487 from rust-embedded/move-cortex-m | 55 | -307/+113 | ||
Move cortex-m crate into cortex-m directory | |||||
2023-10-16 | Move cortex-m crate into cortex-m directory | 55 | -307/+113 | ||
2023-10-13 | Merge pull request #486 from newAM/update-actions-checkout | 6 | -11/+11 | ||
actions/checkout: 3 -> 4 | |||||
2023-10-13 | actions/checkout: 3 -> 4 | 6 | -11/+11 | ||
This is the same thing but updated from nodejs 16 to 20. | |||||
2023-08-16 | Merge pull request #476 from diondokter/optional-hardfault-trampoline | 8 | -87/+275 | ||
Hardfault trampoline is now optional | |||||
2023-08-16 | Add to docs | 1 | -9/+23 | ||
2023-07-21 | Add readme with test running clarification | 1 | -0/+7 | ||
2023-07-21 | fmt | 1 | -2/+1 | ||
2023-07-21 | Changed setup for better compiler diagnostics. We won't get a nasty assembly ↵ | 3 | -7/+39 | ||
error anymore | |||||
2023-07-21 | Changed some names around so everything should be called correctly | 1 | -18/+14 | ||
2023-07-12 | Merge pull request #482 from hannobraun/patch-1 | 1 | -1/+1 | ||
Fix word in comment | |||||
2023-07-12 | Merge pull request #483 from rust-embedded/ghmq | 6 | -20/+15 | ||
Swap to GHMQ | |||||
2023-07-11 | Swap to GHMQ | 6 | -20/+15 | ||
2023-07-07 | Fix word in comment | 1 | -1/+1 | ||
2023-06-20 | Added more tests and fixed a panic | 3 | -18/+62 | ||
2023-06-16 | Removed the feature flag and moved the trampoline into the macro | 5 | -120/+159 | ||
2023-05-19 | typo | 1 | -1/+1 | ||
2023-05-19 | Update changelog | 1 | -0/+3 | ||
2023-05-19 | Fix clippy warnings | 1 | -2/+2 | ||
2023-05-19 | Hardfault trampoline is now optional | 4 | -2/+56 | ||
2023-03-21 | Merge #474 | 2 | -7/+6 | ||
474: Upgrade syn to version 2.0 r=adamgreig a=jannic Co-authored-by: Jan Niehusmann <jan@gondor.com> | |||||
2023-03-18 | Upgrade syn to version 2.0 | 2 | -7/+6 | ||
2023-02-26 | Merge #472 | 2 | -4/+7 | ||
472: nvic: do not require `&mut self` for `request`. r=adamgreig a=Dirbaio It's not needed, the register write is stateless/atomic. Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net> | |||||
2023-02-27 | nvic: do not require `&mut self` for `request`. | 2 | -4/+7 | ||
2023-02-17 | Merge #455 | 5 | -8/+37 | ||
455: Add zero-init-ram feature r=adamgreig a=inorick Add the 'zero-init-ram' feature that initializes the RAM with zeros during startup. This is normally not necessary but might be required on custom hardware. If this step is skipped on such hardware, reading from memory that was never written to will cause a hard-fault. Co-authored-by: Norbert Fabritius <norbert.fabritius@esrlabs.com> Co-authored-by: Adam Greig <adam@adamgreig.com> | |||||
2023-02-17 | Move zero-init-ram to just before bss initialisation, so that pre_init ↵ | 2 | -15/+18 | ||
occurs before | |||||
2023-02-17 | Skip .bss memory init if zero-init-ram is active | 1 | -0/+1 | ||
2023-02-17 | zero-init-ram: Expand comment above asm code | 1 | -2/+2 | ||
2023-02-17 | Add documentation, test and changelog entry for `zero-init-ram` feature | 3 | -2/+11 | ||
2023-02-17 | Fix _ram_start and _ram_end order | 2 | -5/+5 | ||
2023-02-17 | Add zero-init-ram feature | 3 | -9/+25 | ||
Add the 'zero-init-ram' feature that initializes the RAM with zeros during startup. This is normally not necessary but might be required on custom hardware. If this step is skipped on such hardware, reading from memory that was never written to will cause a hard-fault. | |||||
2023-02-14 | Merge #470c-m-rt-v0.7.3 | 2 | -4/+15 | ||
470: Prepare for cortex-m-rt v0.7.3 r=thalesfragoso a=adamgreig This fixes the miscompilation in #467, so I'd like to release it as soon as possible. Co-authored-by: Adam Greig <adam@adamgreig.com> |