Skip to content

Releases: kanflo/opendps

untagged-d0a437e1b332fe8f05a1

14 Mar 16:09
9798b73
Compare
Choose a tag to compare
fix for sourcecode include (#192) (#230)

untagged-aba2b655a0826cb09c94: Independent flashing of openocd and bootloader (#229)

14 Feb 22:30
d651514
Compare
Choose a tag to compare
* flashing srecs means bootloader isn't overwritten by opendps

* remove note on bootloader overwrite

untagged-93ac52575f86ddd74203: Added DPS3003 default parameters and fixed overflow in pwrctl_calc_il…

14 Feb 22:31
c506d22
Compare
Choose a tag to compare
…imit_adc. (#226)

The calibration of DPS3003 often resulted in malfunctioning of
CC and CL function due to a bug in pwrctl.c:pwrctl_calc_ilimit_adc:
The float value in pwrctl_calc_ilimit_adc might result in overflow
during the casting to the return value of type uint16_t.
The return type is changed to uint32_t.

untagged-4e251bc3db1d75740cf4: Fix leading zero being displayed (#190)

12 Jul 20:49
ed4e00e
Compare
Choose a tag to compare
* Rewrote the digit drawing algorithm

* Ensure that digits are rendered only when in 1s place, highlighted, or meets min digit value
Otherwise, blanked.

* Signed power value

untagged-00b64ceca3cf1f2770b5: DPS5020 UI support (currents above 9.99A) (#201)

12 Jul 20:46
75a59d5
Compare
Choose a tag to compare
* 15.00A user interface fix for DPS5015

* Added support for DPS5020

* Add UI support for above 9.99A on DPS5020

Co-authored-by: polihedron <xavery.mnemonic@gmail.com>

untagged-73ac17f8957d083e94e3

22 Jun 05:21
2a40016
Compare
Choose a tag to compare
Replaced pycrc with crc16 (#220)

untagged-8cc94e3c3ecfede0b694: Fixed error with raw_input(). Python3 requires input() (#217)

21 Jun 18:36
b419eef
Compare
Choose a tag to compare

untagged-6b7121e9c45df7e13363: Fix PyCRC installation (#213)

10 May 15:54
9ef9a69
Compare
Choose a tag to compare

untagged-fbd4280013628f4aefaf

01 Nov 08:06
Compare
Choose a tag to compare
TFT display SPI nCS fix for DPS5015

untagged-9fc3706016fb7a06f1e3

20 Oct 09:58
Compare
Choose a tag to compare
Correctly unpack protocol commands (#193)