Commit Graph

1445 Commits (d2b184e8e9b1066ad488d613d11a4a08aaf471f3)

Author SHA1 Message Date
Ryan Summers d2b184e8e9 Adding logging if provided IP parsing fails 2021-08-02 14:52:31 +02:00
Ryan Summers 78bad36526 Removing asserts 2021-08-02 14:40:02 +02:00
Ryan Summers 2f2e38f31c Fixing build 2021-08-02 13:17:03 +02:00
Ryan Summers fb580edcee Updating Stabilizer to remove compile-time config parameters 2021-08-02 13:11:32 +02:00
bors[bot] 251bebdc6d
Merge #419
419: LICENSE.MIT: fix copyright r=jordens a=jordens



Co-authored-by: Robert Jördens <rj@quartiq.de>
2021-07-27 16:20:59 +00:00
Robert Jördens dd766578fd LICENSE.MIT: fix copyright 2021-07-27 18:09:16 +02:00
bors[bot] e26be60738
Merge #418
418: rj/fixes r=jordens a=jordens

- remove old GPL license text
- signal_generator: actually catch the extreme symmetry cases (0 and 1)
- stream_throughput: fix port argument


Co-authored-by: Robert Jördens <rj@quartiq.de>
2021-07-27 13:53:31 +00:00
Robert Jördens fa63c6c42c stream_throughput: fix port argument 2021-07-27 14:35:51 +02:00
Robert Jördens fc60887da3 signal_generator: actually catch the extreme symmetry cases (0 and 1) 2021-07-27 14:31:00 +02:00
Robert Jördens cbd4a7d181 remove old GPL license text 2021-07-27 14:27:57 +02:00
bors[bot] 62d1a16b4a
Merge #414
414: Feature/generic stream r=jordens a=ryan-summers

This PR fixes #385 by improving the semantics by which streams are generated. Specifically, serialization format is now application-defined and data is only copied once.

TODO:
- [x] Add documentation for streaming architecture
- [x] Add format specifiers
- [x] Clean up reception script
- [x] Update lockin serialization

Co-authored-by: Ryan Summers <ryan.summers@vertigo-designs.com>
2021-07-27 11:52:48 +00:00
Ryan Summers de63be09e4 Updating after review 2021-07-27 13:12:57 +02:00
bors[bot] 3074678ad8
Merge #416
416: relicense as MIT OR Apache-2.0 r=jordens a=jordens

close #413

For explicit individual contributor permissions see the issue.


Co-authored-by: Robert Jördens <rj@quartiq.de>
2021-07-26 15:41:46 +00:00
Robert Jördens f27d0899c2 relicense as MIT OR Apache-2.0
close #413

For explicit individual contributor permissions see the issue.
2021-07-26 17:32:48 +02:00
Ryan Summers 7a4f73d558 Cleaning up lint 2021-07-26 13:52:57 +02:00
Ryan Summers 1c66310b6d Fixing issues after testing 2021-07-26 13:47:03 +02:00
Ryan Summers 11d279a1b6 StreamFormat -> Into<u8> 2021-07-26 13:07:07 +02:00
Ryan Summers c0157b7095 Including header size in frame size 2021-07-26 12:26:10 +02:00
Ryan Summers 8d4193ed62 Updating after refactor 2021-07-26 12:24:36 +02:00
Ryan Summers 4c27100c23 Updating docs for streaming 2021-07-23 15:30:38 +02:00
Ryan Summers 4d8ac95d09 Adding docs 2021-07-23 15:16:36 +02:00
Ryan Summers be6066e979 Cleaning up test script 2021-07-23 15:14:30 +02:00
Ryan Summers 26b1f3422f Reverting IP config 2021-07-23 15:10:28 +02:00
Ryan Summers 8a143a3f58 Adding stream format, updating header format 2021-07-23 15:08:07 +02:00
Ryan Summers 6c87db3778 Updating comments 2021-07-23 14:12:59 +02:00
Ryan Summers 9b3bb62811 Adding WIP refactored streaming API 2021-07-22 14:45:58 +02:00
bors[bot] 93667091e6
Merge #410
410: tighten signal_generator symmetry bounds r=jordens a=jordens

close #408 

Co-authored-by: Robert Jördens <rj@quartiq.de>
2021-07-21 11:29:56 +00:00
Robert Jördens 4f04bf17a8 signal_generator: also reject negative frequencies 2021-07-21 13:29:13 +02:00
Robert Jördens f4fd752d54 signal_generator: fix config conversion, clarify 2021-07-21 13:11:39 +02:00
bors[bot] 37fa1a0465
Merge #412
412: Updating IO expander to be configured before AD9959 r=jordens a=ryan-summers

This PR fixes #411 by refactoring the code to initialize the IO expander before the AD9959. It was discovered that the oscillator to the AD9959 may not be enabled due to a floating MOSFET gate. This was causing register configs to fail.

The fix configures the IO expander first to ensure that the OSC_ENn signal is de-asserted to enable the AD9959 oscillator.

Co-authored-by: Ryan Summers <ryan.summers@vertigo-designs.com>
2021-07-21 10:34:09 +00:00
Ryan Summers 5d141d9f58 Updating init process 2021-07-21 12:32:48 +02:00
Ryan Summers 30546a834f Updating IO expander to be configured vefore AD9959 2021-07-21 12:21:40 +02:00
Robert Jördens 0d6402e81a clippy lints [nfc] 2021-07-20 21:22:06 +02:00
Robert Jördens 943ab2bd6d signal_generator: tighten bounds
close #408
2021-07-20 21:16:29 +02:00
bors[bot] 8f7dcf32cb
Merge #409
409: Updating NAL and minimq to allow broker reconnection r=jordens a=ryan-summers

This PR updates the smoltcp-nal and minimq dependencies to resolve an issue that was encountered where Stabilizer would not reconnect to the Broker if the broker was restarted.

### Testing

I started stabilizer, waited for telemetry to come in via MQTT, then restarted mosquitto. I observed my client disconnect, and then after a few seconds, observed a reconnection and telemetry resumed.

Co-authored-by: Ryan Summers <ryan.summers@vertigo-designs.com>
2021-07-20 15:55:37 +00:00
Ryan Summers cacf519583 Updating NAL and minimq to allow broker reconnection 2021-07-20 17:53:25 +02:00
bors[bot] cc79deacf7
Merge #406
406: Delete cargosha256-dual-iir.nix r=jordens a=jordens

defunct, outdated, and unmaintained

Co-authored-by: Robert Jördens <rj@quartiq.de>
2021-07-19 14:55:16 +00:00
Robert Jördens a361046f41
Delete cargosha256-dual-iir.nix
defunct, outdated, and unmaintained
2021-07-19 16:54:51 +02:00
bors[bot] 929a7611d6
Merge #388
388: Feature/scan mode r=jordens a=ryan-summers

This PR is to add visibility on design decisions for the scan mode implementation for #86 

This PR:
* Adds a signal generator for sinusoids, triangular waves, and square waves to both channels of `dual-iir`

Testing:
The new signal generator was scanned across 0-100% symmetry for all waveform types using frequencies of 500-1KHz. It was observed on an oscilloscope to contain nominal, well-formed outputs.

Co-authored-by: Ryan Summers <ryan.summers@vertigo-designs.com>
2021-07-19 14:37:11 +00:00
bors[bot] f29a6639a2
Merge #405
405: Accelerating doc CI tests r=jordens a=ryan-summers

This PR fixes #403 by utilize github actions caches to accelerate the doc test CI check. `cargo-deadlinks` is cached, ruby gems are cached, and Rust dependency installations are cached.

Questions:
Should the Rust cache be tagged on a specific key so that we don't pollute the cache with each PR?

Co-authored-by: Ryan Summers <ryan.summers@vertigo-designs.com>
2021-07-19 13:59:07 +00:00
Ryan Summers 51cef9f515
Update src/configuration.rs
Co-authored-by: Robert Jördens <rj@quartiq.de>
2021-07-19 15:06:57 +02:00
Ryan Summers 58ceb4f307 Forcing rerun 2021-07-19 14:51:44 +02:00
Ryan Summers 232a3a8c95 Using bundle version for rake 2021-07-19 14:40:32 +02:00
Ryan Summers 1c32695a49 Fixing math 2021-07-19 14:37:34 +02:00
Ryan Summers e2d2ce0752
Apply suggestions from code review
Co-authored-by: Robert Jördens <rj@quartiq.de>
2021-07-19 14:12:48 +02:00
Ryan Summers a263835dd2 Simplifying rust cache 2021-07-19 14:07:09 +02:00
Ryan Summers 5cc1c68d50 Hashing bins for unique cache key 2021-07-19 13:56:39 +02:00
Ryan Summers 5b949d2492 Fixing path 2021-07-19 13:55:21 +02:00
Ryan Summers 820f7665a7 fixing caching 2021-07-19 13:48:10 +02:00
Ryan Summers 8f6ec3d7e4 fixing key name 2021-07-19 13:33:27 +02:00