Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-10-21 | c-m-sh: fix missing prebuilt binaries. closes #271 | 4 | -3/+9 | |
2020-10-14 | Bump versions of c-m-sh and panic-sh | 4 | -7/+18 | |
2020-10-14 | Merge HStdout and HStderr into the same type | 4 | -38/+17 | |
2020-10-13 | Remove redundant files, update links | 10 | -534/+8 | |
2020-10-13 | Integrate semihosting crates | 30 | -385/+70 | |
2020-10-13 | Add semihosting crates to workspace | 1 | -1/+1 | |
2020-10-13 | Add __syscall assembly | 16 | -2/+10 | |
2020-10-13 | Import semihosting crates as-is | 45 | -0/+1954 | |
2020-10-02 | Add some Armv8-M assembly routines | 18 | -0/+49 | |
2020-09-22 | Update CHANGELOG for InterruptNumber impl for Nr | 1 | -0/+2 | |
2020-09-20 | Implement InterruptNumber for bare_metal::Nr | 1 | -1/+10 | |
2020-09-11 | Update blobs | 14 | -0/+0 | |
2020-09-05 | Add note about LTO inlining assembly to CHANGELOG | 1 | -0/+2 | |
2020-09-05 | Address review comments | 2 | -5/+18 | |
2020-09-03 | Tidy up some inline asm and add compiler fences where appropriate | 15 | -66/+76 | |
2020-08-31 | Update documented MSRV | 2 | -2/+2 | |
2020-08-30 | Bump MSRV to 1.38.0 | 1 | -1/+1 | |
2020-08-30 | Patch out the asm shim panic handler | 9 | -2/+97 | |
2020-08-29 | Delete old asm.rs | 1 | -346/+0 | |
2020-08-29 | Fix shims for v8m.main | 15 | -1/+2 | |
2020-08-29 | Merge asm implementations | 35 | -754/+603 | |
2020-08-28 | Replace shell scripts with integration test | 7 | -331/+284 | |
2020-08-27 | Remove outdated TODO | 2 | -3/+3 | |
2020-08-27 | Move feature docs to lib.rs and improve them | 2 | -5/+26 | |
2020-08-26 | automate, automate | 18 | -16/+49 | |
2020-08-26 | Only check blobs with the nightly compiler | 1 | -0/+13 | |
2020-08-26 | Rust assembly stubs | 31 | -492/+552 | |
2020-08-25 | changelog: forward-port 0.6.3 release notes | 1 | -1/+19 | |
2020-08-25 | Moar full stops. | 1 | -4/+4 | |
2020-08-24 | Add prelude | 2 | -0/+4 | |
2020-08-24 | Update src/delay.rs | 1 | -1/+1 | |
2020-08-23 | Add change log entry | 1 | -0/+1 | |
2020-08-23 | Provide a delay driver based on SysTick | 3 | -0/+121 | |
2020-08-23 | Add embedded targets to docs.rs | 1 | -0/+11 | |
2020-08-18 | Remap debuginfo paths | 8 | -14/+17 | |
2020-07-27 | Update CHANGELOG.md | 1 | -2/+1 | |
2020-07-27 | CHANGELOG: const 'PTR' is introduced for Core Peripherals | 1 | -0/+3 | |
2020-07-27 | Peipheral deref/ptr APIs now use associated const PTR | 1 | -30/+30 | |
2020-07-27 | rename associated consts to 'PTR' | 1 | -14/+14 | |
2020-07-27 | add ptr to registerblock as associated constant | 1 | -14/+56 | |
2020-07-27 | make 'fn ptr()' APIs to be 'const fn ptr()' | 1 | -15/+15 | |
2020-07-21 | please clippy | 1 | -2/+2 | |
2020-07-21 | Remove unused import in thumbv6 | 1 | -1/+3 | |
2020-07-21 | Add InterruptNumber to CHANGELOG | 1 | -0/+5 | |
2020-07-21 | Add new InterruptNumber trait | 2 | -34/+53 | |
2020-07-18 | Correct typo in RASR register aliases | 2 | -9/+9 | |
2020-07-16 | Always link pre-built asm, required for new cache management functions | 1 | -1/+1 | |
2020-07-14 | Updated repository URL in 'Cargo.toml' file | 1 | -1/+1 | |
2020-07-12 | Allow the taken flag to be optimized out | 1 | -3/+6 | |
2020-07-09 | Expand iff and reword last sentence | 1 | -2/+2 |