Skip to content

Commit d1c00c7

Browse files
committed
Remove prebuilt cortex-m-rt binaries, replace with global_asm
1 parent 8d34995 commit d1c00c7

17 files changed

+132
-186
lines changed

.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ status = [
55
"ci-linux (stable)",
66
"ci-linux (1.59.0)",
77
"rt-ci-linux (stable)",
8-
"rt-ci-linux (1.42.0)",
8+
"rt-ci-linux (1.59.0)",
99
"rt-ci-other-os (macOS-latest)",
1010
"rt-ci-other-os (windows-latest)",
1111
"rustfmt",

.github/workflows/rt-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
continue-on-error: ${{ matrix.experimental || false }}
1212
strategy:
1313
matrix:
14-
# All generated code should be running on stable now
15-
rust: [nightly, stable, 1.42.0]
14+
rust: [nightly, stable, 1.59.0]
1615

1716
include:
1817
# Nightly is only for reference and allowed to fail

cortex-m-rt/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- Moved precompiled assembly blobs to `global_asm!`, requiring Rust 1.59.
11+
1012
## Fixes
1113

1214
- Fix `cortex_m_rt::exception` macro no longer being usable fully-qualified ([#414])

cortex-m-rt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project is developed and maintained by the [Cortex-M team][team].
1111

1212
# Minimum Supported Rust Version (MSRV)
1313

14-
This crate is guaranteed to compile on stable Rust 1.42.0 and up. It *might*
14+
This crate is guaranteed to compile on stable Rust 1.59.0 and up. It *might*
1515
compile with older versions but that may change in any new patch release.
1616

1717
# License

cortex-m-rt/asm.S

Lines changed: 0 additions & 113 deletions
This file was deleted.

cortex-m-rt/assemble.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

cortex-m-rt/bin/thumbv6m-none-eabi.a

-2.67 KB
Binary file not shown.

cortex-m-rt/bin/thumbv7em-none-eabi.a

-2.68 KB
Binary file not shown.
-2.71 KB
Binary file not shown.

cortex-m-rt/bin/thumbv7m-none-eabi.a

-2.68 KB
Binary file not shown.

0 commit comments

Comments
 (0)