- Mar 14, 2021
-
-
Frederik Van Slycken authored
* .gitignore vim swap files * simple watchdog implementation * move wdog_init to right before the event handler loop * add instrumentation code for wdog * give ili9163c reset a little time * WDOG as makefile option
-
Frederik Van Slycken authored
* Made func_cv optional and made func_cv and func_cc disabled by default This is because func_cc and func_cv are replaced by the combined func_cl * fix build issue when CV_ENABLE is set to 1 * CV_ENABLE by default on * don't deactivate screen when there is no other screen * CC enabled by default too Co-authored-by:
Leo Leung <leo@steamr.com>
-
- Feb 14, 2021
-
-
Frederik Van Slycken authored
* make build_binaries macOS compatible * .travis.yml can also use realpath
-
martinstep authored
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.
-
Frederik Van Slycken authored
* flashing srecs means bootloader isn't overwritten by opendps * remove note on bootloader overwrite
-
- Jul 12, 2020
-
-
Leo Leung authored
* 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
-
Luke Dempsey authored
* 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>
-
- Jun 22, 2020
-
- Jun 21, 2020
-
- May 10, 2020
-
-
TheAssassin authored
* Fix PyCRC installation
-
- Nov 01, 2019
-
- Oct 20, 2019
-
-
Xenoamor authored
* Correctly unpack protocol commands * Repair emulator compilation
-
- Oct 10, 2019
-
- Oct 08, 2019
-
-
Xenoamor authored
* Make tick.c atomic * Replace tabs with spaces
- Oct 02, 2019
-
-
Johan Kanflo authored
-
Leo authored
with INVERT_ENABLE=1 when making
-
Leo authored
* Added colored power buttons * Added power graphics to makefile Removed white power button * Ensure power button state is updated * Fixed wrong reference to on/off image size * Added POWER_OFF_VISIBLE and POWER_COLORED options * Added uncolored graphics
-
Xenoamor authored
* Rework protocol handling * Repair the emulator * Update dpsboot protocol handling * Correct dpsboot's rx buffer size
- Sep 30, 2019
-
-
Leo authored
Added DP50v5A
- Sep 21, 2019
-
- Sep 19, 2019
-
-
Johan Kanflo authored
-
Johan Kanflo authored
-
Johan Kanflo authored
-
Daniel Kucera authored
-
Johan Kanflo authored
-
Daniel Kucera authored
* added tcp comms to dspctl
- Sep 15, 2019
-
-
Daniel Kucera authored
Travis integration
-
Jack authored
-