dgfirmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-4169: Updated unit tests for temperature sensors

DEN-4169: Fixed alignment and function header description

DEN-4169: Added persistence for FPGA error and time sense for persistence count

DEN-3421 work in progress

    • -5
    • +10
    /firmware/App/Controllers/UVReactors.c
    • -14
    • +99
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-4169: Fixed alignment per code reviews

DEN-4169: Fixed comments

DEN-4169: Added consistency in temperature sensor index param

DEN-4169: Corrected styling and comments

DEN-4169: Fixed unit tests and update self test check

DEN-4184: Added alarms when inlet water pressure low

    • -46
    • +65
    /firmware/App/Controllers/Pressures.c
DEN-4217: Added and implemented accelerometer module. Increased fan PWM frequency to 25KHz.

    • -0
    • +131
    /firmware/App/Services/MessagePayloads.h
    • -1
    • +17
    /firmware/App/Services/SystemComm.c
DEN-4169: Separate high and low temperature alarms

DEN-4169: Added doxygen comment and rename variable

DEN-3421 Work in progress, added code to heat disinfect states

    • -70
    • +232
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-4169: Refacor POST tests

DEN-4169: Rename temperature sensors enumeration

    • -12
    • +12
    /firmware/App/Controllers/Heaters.c
DEN 4184: Added self test for pressure sensors

    • -25
    • +72
    /firmware/App/Controllers/Pressures.c
DEN-3421 modified the control logic of the RO pump. Updated SystemCommMessages with the new commands

    • -35
    • +44
    /firmware/App/Controllers/ROPump.c
DEN-3421 added functions to DrainPump.c/h and ROPump.c/h to support open loop and closed loop control modes. Added the command functions for Dialin

    • -48
    • +124
    /firmware/App/Controllers/DrainPump.c
    • -124
    • +117
    /firmware/App/Controllers/ROPump.c
DEN-4169: Check inlet water temperature in Fill, Drain, and Re-circulate modes

DEN-3421 added more functions to RO pump

    • -20
    • +28
    /firmware/App/Controllers/DrainPump.c
    • -60
    • +90
    /firmware/App/Controllers/ROPump.c
    • -8
    • +8
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-4169: Restructure temperature sensor module

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

Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 12 more files in changeset.
Merge branch 'DEN-3922-dg-inlet-water-quality' into master

Match HD arrangement for CAN Tx manager.

    • -11
    • +7
    /firmware/App/Services/SystemComm.c
Added software fault id to support utility change

Finish fix to Valves module. Allow transition to heat disinfect mode from standby mode. Fix CAN comm logic for when DG is alone on bus.

    • -34
    • +47
    /firmware/App/Services/SystemComm.c
DEN-3421 modified the RO pump module and added commands to run from SystemComm

    • -13
    • +35
    /firmware/App/Controllers/DrainPump.c
    • -36
    • +51
    /firmware/App/Controllers/ROPump.c
    • -23
    • +84
    /firmware/App/Modes/ModeHeatDisinfect.c
    • -1
    • +1
    /firmware/App/Services/PIControllers.c
    • -1
    • +1
    /firmware/App/Services/PIControllers.h
    • -1099
    • +1059
    /firmware/App/Services/SystemComm.c
    • -47
    • +39
    /firmware/App/Services/SystemComm.h
DEN-3922 Added missing break in switch case