Skip to content

Commit

Permalink
Merge pull request #905 from quartiq/bump
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
jordens authored Jun 13, 2024
2 parents 198d5f0 + 26ec6ee commit 6b28ad1
Show file tree
Hide file tree
Showing 10 changed files with 342 additions and 115 deletions.
5 changes: 4 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip STM32H743ZITx --speed 30000"
runner = "probe-rs run --chip STM32H743ZITx --log-file /dev/null"
# runner = "gdb-multiarch -q -x openocd.gdb"
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=--nmagic",
"-C", "target-cpu=cortex-m7",
# "-C", "target-feature=+fp-armv8d16",
# fp-armv8d16 is unstable and not a rustc feature but accurate
# fp-armv8 is unstable and a rustc feature but incorrect
]

[build]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
continue-on-error: ${{ matrix.continue-on-error }}
strategy:
matrix:
# keep MSRV in sync in ci.yaml and Cargo.toml
toolchain: [stable, '1.74.1']
toolchain: [stable]
features: ['']
continue-on-error: [false]
include:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ console.
### Changed
* Broker and static IP/DHCP are no longer configured at compile time,
but is maintained in device flash and can be changed via the USB port.
* MSRV bumped to v1.74.1
* MSRV removed. Stabilizer uses latest stable rust.
* The IIR (biquad) filter used for PID action has changed its serialization format.
See also the `iir_coefficients` Python CLI implementation.

Expand Down
Loading

0 comments on commit 6b28ad1

Please sign in to comment.