Releases: QTC-UMD/dds-sweeper
Releases · QTC-UMD/dds-sweeper
v0.2.1
What's Changed
- Fix logic for checking if PLL multiplication factor is valid by @carterturn in #43
New Contributors
- @carterturn made their first contribution in #43
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Commits
- e0226a8: added last printed files (Ethan)
- eb303eb: Merge branch 'main' of https://github.com/naqslab/dds-sweeper (Ethan)
- 4cbeaca: moved test pictures to testing directory (Ethan)
- 2eb7d60: fixed picture links (Ethan)
- 0a8ee5b: use img tags for images in notebook (Ethan)
- 4e1d707: move images to testing directory (Ethan)
- 79fc579: add image alt text (Ethan)
- b5f0de0: add image alt text (Ethan)
- a9de398: added full kicad project (Ethan)
- 15aa673: labeled schematic (Ethan)
- 4e95dd3: stop autoclearing phase accumulator in single stepping mode (Ethan)
- 872ef82: fixed version mismatch and added type hints/comments (Ethan)
- c885e9e: enforce min wait times (Ethan)
- 7cc423a: increased trace width and spacing (Ethan)
- bebcfba: fixed board traces and keep outs (Ethan)
- 5aa9d75: added manual mode stipulation to docs (Ethan)
- a325f33: removed hard coded trigger pin from pio instructinos (Ethan)
- 8f28d4d: Create LICENSE (Ethan Huegler)
- f428e6a: updated license info (Ethan)
- 1815814: added sweep pattern for paper data (Ethan)
- 028cd06: updated sawishtooth script (Ethan)
- 465cb24: removed paper data generating script -> moved to google drive (Ethan)
- 2bbe3ba: added functionality for setting secondary params during a sweep (Ethan) #37
- c925142: added functionality for single stepping secondary parameters (Ethan) #37
- 63f2769: added secondary parameter stepping to documentation (Ethan) #37
- a9a90ba: improved recoverability from fatal error (Ethan) #39
- c57ddfb: hit reset pin on software reset (Ethan) #39
- dd4a7a0: added test case to readme (Ethan) #39
- e0a32e7: bigger traces (Ethan)
- 6f5bf6e: turned off input buffer on trigger pin (Ethan)
- c4ec10d: added stepping and sweeping example (Ethan)
- b62fa51: added a comment (Ethan)
- fb5e28f: Unzip KiCAD project, track individual files. (David Meyer) #40
- bf869bb: Rename src folder to match project name (David Meyer) #41
- 800a67e: Update cmake build directory to point to new name (David Meyer) #41
- 08bff62: Add docker files for building the firmware (David Meyer) #41
- b3f8a44: Slightly reduce the max size so new builds will fit in the RAM. (David Meyer) #41
- cfa7ad3: Add github workflow to get automatic builds. (David Meyer) #41
- e0c0bff: Update the readme to reflect the new firmware building. (David Meyer) #41
- dcafb9d: Remove the binary blob from the repo. (David Meyer) #41
- 07c21ba: Put workflow in correct folder. (David Meyer) #41
- e63744d: Fix errors in workflow. (David Meyer) #41
- aa283b9: Update readme with publication. Add CITATION.cff (David Meyer)
- 53bc70e: Fixes to the workflow (David Meyer) #41
- 3370fcd: Implement faster serial from the prawn projects. (David Meyer) #42
- 043656d: Fix remaining
printf
in ad9959.c (David Meyer) #42 - f992e4d: Remove extra
sscanf
argument inmode
command. (David Meyer) #42 - 1406160: Update testing notebook to actually run with current firmware (David Meyer) #42
- 76a494a: Bump minor version (David Meyer) #42
- de7f4cb: Fix workflow to trigger on our version tags (David Meyer)
- b4f2cc1: Separate github release workflow from build (David Meyer)
Code Printed To PDF
All source code has been printed to pdfs in the printed/
directory.
v0.1.0 Basic Functionality
Everything works and documented at least a little bit.