firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

DEN-3421 modified the RO pump module and added commands to run from SystemComm

    • -1099
    • +1059
    ./App/Services/SystemComm.c
DEN-3922 Added missing break in switch case

Added range checks to several functions.

    • -10
    • +14
    ./App/Controllers/TemperatureSensors.c
Removed V1 build option. UT updates.

DEN-3922 Added doxygen comments

DEN-3922 Addressed code reviews

    • -1
    • +1
    ./App/Controllers/ConductivitySensors.c
  1. … 3 more files in changeset.
DEN-3922 Addressed code reviews and removed VC previous import errors

    • -12
    • +18
    ./App/Controllers/ConductivitySensors.c
    • -2
    • +0
    ./App/Controllers/ConductivitySensors.h
    • -2
    • +2
    ./App/Controllers/TemperatureSensors.c
  1. … 13 more files in changeset.
DEN-3421 merged with other branches

DEN-3922 Addressed code reviews and removed VC previous import errors

    • -25
    • +32
    ./App/Controllers/ConductivitySensors.c
    • -2
    • +2
    ./App/Controllers/ConductivitySensors.h
  1. … 3 more files in changeset.
Use notifications for RTI interrupt handling like HD.

Merge branch 'DEN-2490-firmware-lockup' into DEN-3421-dg-heat-disinfection

    • -2
    • +2
    ./App/Controllers/TemperatureSensors.c
    • -144
    • +187
    ./App/Services/SystemComm.c
    • -67
    • +85
    ./App/Services/SystemCommMessages.c
Resolved a merge conflict with master

    • -15
    • +16
    ./App/Controllers/TemperatureSensors.c
    • -19
    • +20
    ./App/Services/SystemCommMessages.c
    • -15
    • +16
    ./App/Services/SystemCommMessages.h
Fix module headers.

Handle CAN and UART error/warning notifications. Differentiated HD from DG s/w fault. Updated some older module/function headers to latest format.

    • -2
    • +2
    ./App/Controllers/TemperatureSensors.c
  1. … 13 more files in changeset.
DEN-3922 Fixed doxygen errors and corrected spelling errors

    • -6
    • +8
    ./App/Controllers/ConductivitySensors.c
    • -5
    • +7
    ./App/Controllers/ConductivitySensors.h
  1. … 2 more files in changeset.
DEN-3922 Fixed constant name and FPGA control address

    • -4
    • +4
    ./App/Controllers/ConductivitySensors.c
DEN-3922 Check inlet water conductivity during Fill, Drain, and Recirculate Modes

    • -21
    • +116
    ./App/Controllers/ConductivitySensors.c
    • -1
    • +27
    ./App/Services/SystemCommMessages.c
Fixed bug where new debug event for full buffer would overflow a temporary buffer to hold the event text. Removed some obsolete comm buffer protection code. Removed obsolete CAN test build option.

    • -27
    • +1
    ./App/Services/SystemCommMessages.c
Added CAN channel for DG to send to UI. Added task/interrup timing measurement test code. Added debug code for CAN/UART error interrupts and alarm trigger/clear events. Added new f/w debug messaging support. Added FPGA version info to versions message.

    • -40
    • +84
    ./App/Services/SystemCommMessages.c
DEN-3922 Refactor and add outlet conductivity sensor

    • -0
    • +2
    ./App/Controllers/ConductivitySensors.h
    • -0
    • +45
    ./App/Services/SystemCommMessages.c
DEN-3922 Add conductivity sensor module for inlet water

    • -0
    • +260
    ./App/Controllers/ConductivitySensors.c
    • -0
    • +57
    ./App/Controllers/ConductivitySensors.h
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

    • -15
    • +16
    ./App/Controllers/TemperatureSensors.c
    • -15
    • +16
    ./App/Controllers/TemperatureSensors.h
  1. … 60 more files in changeset.
Fixed initial broadcast intervals for RO and Drain pumps.

  1. … 2 more files in changeset.
UT and IT updates. Added IT for Reservoirs.c.

DEN-3421 modified RO pump and Drain pump and added a control loop to them.

Fix reservoir mix-up in Drain/Fill modes. Added test code to turn fan on when starting re-circ mode to cool heater until fan module is written.

IT updates.