Skip to content

Releases: open-ephys-plugins/acquisition-board

v1.1.3

18 Jul 00:50
4e4f00f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

26 Jun 21:35
d71507a
Compare
Choose a tag to compare

Acquisition Board Plugin v1.1.2

Release Notes

  • Fix buffer overflow when acquisition is started for the first time causing timestamp jumps
  • Rename the "Memory Usage" stream to "memory_usage" and "IMU Port X" to "IMU_port_X" for standardization.

v1.1.1

13 Jun 00:18
287578e
Compare
Choose a tag to compare

Acquisition Board Plugin v1.1.1

Release Notes

  • Handle invalid sample rates gracefully by falling back to 30kS/s
  • Package and install Opal Kelly FPGA bit files with the plugin
  • Show alert if uploading FPGA bit file fails

v1.1.0

06 Jun 22:41
Compare
Choose a tag to compare

Acquisition Board Plugin v1.1.0

Release Notes

  • Ensure hardware timestamps are used for ONI Acquisition Boards when recording by @bparks13 in #41
  • Fix rare race condition on reset on v3 Acquisition Boards by @aacuevas in #40

Full Changelog: v1.0.0...v1.1.0

v1.0.0

29 May 17:45
f68f94a
Compare
Choose a tag to compare

What's Changed

  • Fix oni calls crashing when no acquisition board is present by @aacuevas in #1
  • Prevent crashes if no board is detected by @bparks13 in #9
  • Initialize DAC trigger thresholds to zero by @bparks13 in #11
  • Update error messages when checking memory status by @bparks13 in #12
  • Refactor to use unique pointers instead of ScopedPointers by @bparks13 in #13
  • Set version to 0.1.0 by @bparks13 in #14
  • Add universal binary support for macOS and UI cleanup by @anjaldoshi in #15
  • Add background initialization thread for ONI Acquisition Board by @anjaldoshi in #17
  • Refactor AcqBoardOutput to correctly register parameters and fix crashes by @anjaldoshi in #20
  • Address initial comments on updates to firmware by @bparks13 in #19
  • Add BNO functionality by @bparks13 in #25
  • Detect board version by @bparks13 in #27
  • Add MemoryMonitor usage indicator to editor by @bparks13 in #26
  • Some extra fixes by @aacuevas in #28
  • Read EEPROM id in v1 and v2 of the format by @aacuevas in #31
  • Add BNO channels to stream, and update stream/channel identifiers by @bparks13 in #32
  • Separate calibration status into four distinct channels by @bparks13 in #34
  • Only enable memory monitor for firmware >= v1.5.1 by @bparks13 in #36
  • Support for acquisition board v3 by @aacuevas in #35
  • Bump plugin version to 0.2.0 by @jsiegle in #37
  • Update libONI for Linux by @anjaldoshi in #38
  • Bump plugin version to 1.0.0 by @anjaldoshi in #39

New Contributors

Full Changelog: https://github.com/open-ephys-plugins/acquisition-board/commits/v1.0.0