Skip to content

Tags: howie-j/opendps

Tags

untagged-d0a437e1b332fe8f05a1

Toggle untagged-d0a437e1b332fe8f05a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix for sourcecode include (kanflo#192) (kanflo#230)

untagged-aba2b655a0826cb09c94

Toggle untagged-aba2b655a0826cb09c94's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Independent flashing of openocd and bootloader (kanflo#229)

* flashing srecs means bootloader isn't overwritten by opendps

* remove note on bootloader overwrite

untagged-93ac52575f86ddd74203

Toggle untagged-93ac52575f86ddd74203's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added DPS3003 default parameters and fixed overflow in pwrctl_calc_il…

…imit_adc. (kanflo#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

Toggle untagged-4e251bc3db1d75740cf4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix leading zero being displayed (kanflo#190)

* 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

Toggle untagged-00b64ceca3cf1f2770b5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DPS5020 UI support (currents above 9.99A) (kanflo#201)

* 15.00A user interface fix for DPS5015

* Added support for DPS5020

* Add UI support for above 9.99A on DPS5020

Co-authored-by: polihedron <[email protected]>

untagged-73ac17f8957d083e94e3

Toggle untagged-73ac17f8957d083e94e3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replaced pycrc with crc16 (kanflo#220)

untagged-8cc94e3c3ecfede0b694

Toggle untagged-8cc94e3c3ecfede0b694's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed error with raw_input(). Python3 requires input() (kanflo#217)

Co-authored-by: Brant Winter <[email protected]>

untagged-6b7121e9c45df7e13363

Toggle untagged-6b7121e9c45df7e13363's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix PyCRC installation (kanflo#213)

* Fix PyCRC installation

untagged-fbd4280013628f4aefaf

Toggle untagged-fbd4280013628f4aefaf's commit message
TFT display SPI nCS fix for DPS5015

untagged-1795f01314da716d69c9

Toggle untagged-1795f01314da716d69c9's commit message
Remove dead assignment (kanflo#196)