Skip to content

Commit

Permalink
Merge pull request #25 from OxfordIonTrapGroup/upstream_merge
Browse files Browse the repository at this point in the history
Add fnc binary
  • Loading branch information
ayushagrawal2 authored Feb 22, 2024
2 parents 1d82716 + be2abe9 commit 26dc825
Show file tree
Hide file tree
Showing 33 changed files with 2,709 additions and 403 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
# keep MSRV in sync in ci.yaml and Cargo.toml
toolchain: [stable, '1.65.0']
toolchain: [stable, '1.66.1']
features: ['']
continue-on-error: [false]
include:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/dsp/target
vpy/
.DS_Store
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/quartiq/stabilizer/compare/v0.9.0...main)

### Added
* Serial terminal is available on USB for settings configurations
* Reboot to DFU support added via the serial terminal for remote bootloading
* The `meta` topic now contains metadata about the compiler, firmware, and hardware similar to
Booster
* Panic information is now persisted after reboot and available via telemetry and the USB serial
console.

### Changed
* Broker is no longer configured at compile time, but is maintained in device memory
* MSRV bumped to v1.66
* The IIR (biquad) filter used for PID action has changed its serialization format.
See also the `iir_coefficients` Python CLI implementation.
* Bumped MSRV 1.66.0 -> 1.66.1

## [0.9.0](https://github.com/quartiq/stabilizer/compare/v0.8.1...v0.9.0)

### Fixed
Expand All @@ -21,7 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* `hitl/streaming.py` no longer requires a prefix
* Streaming now supports UDP multicast addresses

## [v0.8.1](https://github.com/quartiq/stabilizer/compare/v0.8.0...v0.8.1) - 2022-11-14)
## [v0.8.1](https://github.com/quartiq/stabilizer/compare/v0.8.0...v0.8.1) - 2022-11-14

* Fixed the python package dependencies

Expand Down
Loading

0 comments on commit 26dc825

Please sign in to comment.