updated release notes

This commit is contained in:
maliakal_d 2023-11-08 17:28:17 +01:00
parent d3a636b563
commit 2082f1eee7

View File

@ -107,13 +107,16 @@ This document describes the differences between v8.0.0 and v7.0.3
not change. Now, it only validates the selected bit. not change. Now, it only validates the selected bit.
* [Jungfrau] Electron collection mode * [Jungfrau] Electron collection mode (bit 14 of 0x5D register)
Bit 14 of register 0x5D controls electron collection mode. Touching this
bit will reconfigure chip if chip is v1.1 and powered on.
Affected Command line: setbit, clearbit, reg Affected Command line: setbit, clearbit, reg
Affected API: setBit, clearBit, writeRegister Affected API: setBit, clearBit, writeRegister
Electron collection mode and requires chip reconfiguration.
Temporary fix added that touching this bit will reconfigure chip if chip
is v1.1 and powered on. Permanent fix by introducing a command for the
same in future release.
Permanent fix by introducing a command for the same in future release.
* [Ctb] Fixes * [Ctb] Fixes