Skip to content

v0.5.0 Enhancements and bugfixes to `StreamDaq`; adding `device_update` module; CI/CD updates.

Latest
Compare
Choose a tag to compare
@t-sasatani t-sasatani released this 11 Nov 12:43
· 8 commits to main since this release
722552a

Enhancements and bugfixes to StreamDaq; adding device_update module; CI/CD updates.

Features / bugfixes

  • Over-the-air device config: modules and commands for updating and rebooting; e.g., mio update --key LED --value 10, mio device --reboot.
  • Continuous run: updated error handling to continuously capture even when the data stream is interrupted.
  • UNIX timestamp: added UNIX timestamp to metadata file export.
  • More Opal Kelly bitfiles: added FPGA configuration images and organized them based on Manchester encoding conventions, frequency, etc.

CI/CD

  • Switched to pdm from poetry; now pdm install --with all for contributing.
  • Added workflow for readthedocs preview link in PRs.
  • Added snake_case enforcement (Lint).

Related PRs: #45, #48, #49, #50, #53,
Contributors: @t-sasatani, @sneakers-the-rat, @MarcelMB, @phildong