dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7802: Added 5 minutes wait time for HD comm timeout before transition back to standby

DEN-7802: Fixed out of range check error

DEN-7802: DEN-9693: Reset start heater flag if heater is already on

    • -15
    • +18
    /firmware/App/Controllers/Heaters.c
    • -44
    • +4
    /firmware/App/Services/Interrupts.c
DEN-7802: Turned off concentrate pumps when water is not ready

DEN-7802: Renamed re-circ to generation idle

DEN-7802: Fixed pressure reading

DEN-7802: DEN-9139: Fixed reservoir tare

DEN-7802: Used test support get override value

    • -22
    • +1
    /firmware/App/Controllers/DrainPump.c
    • -22
    • +1
    /firmware/App/Controllers/FluidLeak.c
    • -21
    • +1
    /firmware/App/Controllers/Heaters.c
    • -21
    • +1
    /firmware/App/Controllers/LoadCell.c
    • -31
    • +3
    /firmware/App/Controllers/Pressures.c
    • -22
    • +1
    /firmware/App/Controllers/Switches.c
    • -22
    • +1
    /firmware/App/Controllers/Thermistors.c
    • -30
    • +2
    /firmware/App/Controllers/UVReactors.c
    • -28
    • +2
    /firmware/App/Controllers/Voltages.c
  1. … 3 more files in changeset.
DEN-7802: Addressed code review comments

    • -4
    • +4
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-7802: Removed concentrate pump voltage broadcast data

DEN-7802: Removed concentrate pumps voltage monitor and fixed pressure checks

    • -19
    • +17
    /firmware/App/Controllers/Voltages.h
Merge branch 'staging' into DEN-7802-dg_dev-dialysate-generation

    • -89
    • +194
    /firmware/App/Controllers/Heaters.c
    • -49
    • +56
    /firmware/App/Controllers/LoadCell.c
    • -108
    • +178
    /firmware/App/Controllers/Pressures.c
    • -39
    • +128
    /firmware/App/Controllers/ROPump.c
    • -32
    • +33
    /firmware/App/Modes/ModeGenIdle.c
    • -26
    • +45
    /firmware/App/Modes/ModeHeatDisinfect.c
  1. … 7 more files in changeset.
DEN-7802: Removed unused build flag

DEN-7802: Removed V2 system define

    • -97
    • +0
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-7802: Addressed code reviews

DEN-7802: Updated according to lab findings

DEN-7802: Addressed code reviews

    • -10
    • +1
    /firmware/App/Services/Interrupts.c
DEN-7802: Refactor re-circ mode to generation idle mode

    • -0
    • +226
    /firmware/App/Modes/ModeGenIdle.c
    • -0
    • +46
    /firmware/App/Modes/ModeGenIdle.h
    • -256
    • +0
    /firmware/App/Modes/ModeRecirculate.c
    • -46
    • +0
    /firmware/App/Modes/ModeRecirculate.h
    • -11
    • +11
    /firmware/App/Modes/OperationModes.c
    • -15
    • +15
    /firmware/App/Services/Reservoirs.c
DEN-7802: Send water to drain during re-circ state

Bamboo Commit: Updated dg_build_history.log with build number and build date

Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

DEN-9054 added the message argument to the service info handler

DEN-9054 added a TRUE to the switches.c

DEN-7802: Added pressure adc count range check

    • -17
    • +21
    /firmware/App/Controllers/Voltages.h
DEN-9054 added a default to a variable in switches.c

DEN-9054 removed the message argument in the system and service record handlers

DEN-9054 Implemented the debounce code in the switches

    • -34
    • +23
    /firmware/App/Controllers/Thermistors.c
DEN-9054 merged stagin

    • -3
    • +3
    /firmware/App/Controllers/UVReactors.c
    • -3
    • +3
    /firmware/App/Modes/ModeHeatDisinfect.c
  1. … 6 more files in changeset.
DEN-9054 implemented debouncing for the DG switches and implemented FPGA GPIO power

    • -22
    • +67
    /firmware/App/Controllers/Switches.c
DEN-7802: Changed according to lab test