Skip to content

Commit 6b28ad1

Browse files
authored
Merge pull request #905 from quartiq/bump
bump
2 parents 198d5f0 + 26ec6ee commit 6b28ad1

10 files changed

Lines changed: 342 additions & 115 deletions

File tree

.cargo/config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2-
runner = "probe-rs run --chip STM32H743ZITx --speed 30000"
2+
runner = "probe-rs run --chip STM32H743ZITx --log-file /dev/null"
33
# runner = "gdb-multiarch -q -x openocd.gdb"
44
rustflags = [
55
"-C", "link-arg=-Tlink.x",
66
"-C", "link-arg=--nmagic",
77
"-C", "target-cpu=cortex-m7",
8+
# "-C", "target-feature=+fp-armv8d16",
9+
# fp-armv8d16 is unstable and not a rustc feature but accurate
10+
# fp-armv8 is unstable and a rustc feature but incorrect
811
]
912

1013
[build]

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
continue-on-error: ${{ matrix.continue-on-error }}
5353
strategy:
5454
matrix:
55-
# keep MSRV in sync in ci.yaml and Cargo.toml
56-
toolchain: [stable, '1.74.1']
55+
toolchain: [stable]
5756
features: ['']
5857
continue-on-error: [false]
5958
include:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ console.
1818
### Changed
1919
* Broker and static IP/DHCP are no longer configured at compile time,
2020
but is maintained in device flash and can be changed via the USB port.
21-
* MSRV bumped to v1.74.1
21+
* MSRV removed. Stabilizer uses latest stable rust.
2222
* The IIR (biquad) filter used for PID action has changed its serialization format.
2323
See also the `iir_coefficients` Python CLI implementation.
2424

0 commit comments

Comments
 (0)