dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-2379 Unit tested the override functions in SystemCommMessages

    • -23
    • +30
    /firmware/App/Controllers/Heaters.c
Added safety shutdown override command support.

    • -5
    • +95
    /firmware/App/Drivers/SafetyShutdown.c
    • -1
    • +16
    /firmware/App/Drivers/SafetyShutdown.h
DEN-2379 Added code review comments

DEN-2379 fixed a typo

DEN-2379 Addressed code review comments

    • -11
    • +11
    /firmware/App/Controllers/Heaters.c
DEN-2379 Addressed code review comments, added POST for Heaters module, continued working unit testing and integration testing. Removed .db and .xml files from VectorCAST git repositories

    • -70
    • +161
    /firmware/App/Controllers/Heaters.c
Moved DGModes.h to common folder and renamed to DGDefs.h.

    • -1
    • +1
    /firmware/App/Modes/ModeHeatDisinfect.h
DEN-2379 Added dialin support functions

DEN-2379 work in progress, added publication and broadcast functions and continues with unit testing and integration testing

DEN-2379 Added publish functions for the heaters module and continued with unit testing

    • -26
    • +141
    /firmware/App/Controllers/Heaters.c
Fixed load cell publishing as integers bug. Increased I term in PI control for RO pump. Changed CAN interrupts from FIQ to IRQ to see if resolves intermittent lock up.

    • -7
    • +18
    /firmware/App/Services/CommBuffers.c
DEN-2379 Addressed code review comments

DEN-2379 Started VectorCAST

DEN-2379 Addressed some of the code review comments

    • -31
    • +53
    /firmware/App/Controllers/Heaters.c
DEN-2379 Addressed some of the code review comments

    • -54
    • +80
    /firmware/App/Controllers/Heaters.c
Cast load cell data earlier for conversion equation.

UF fixes. Doxygen fixes.

    • -42
    • +81
    /firmware/App/Controllers/Heaters.c
  1. … 23 more files in changeset.
DEN-2379 Added a function to compensate for the heaters thermocouples

    • -12
    • +35
    /firmware/App/Controllers/Heaters.c
DEN-2379 updated the code with the code review addresses

    • -29
    • +31
    /firmware/App/Controllers/Heaters.c
DEN-2652 Finished unit testing for DG Valve Control (1 of 2)

DEN-2379 addressed some of the code review comments

    • -17
    • +17
    /firmware/App/Controllers/Heaters.c
DEN-2379 added inlet water temperature range check

DEN-2652 Corrected typo in comment

DEN-2379 Added flow sensor reader to the module

More updates to modes.

Fixed compile errors.

Updated modes.

    • -5
    • +28
    /firmware/App/Services/Reservoirs.c
Added DG_ prefix to DG op modes to differentiate from HD op modes.

    • -53
    • +53
    /firmware/App/Modes/OperationModes.c
Moved DG modes and sub-modes to a common header. Include sub-mode in DG op mode broadcast msg.

    • -13
    • +22
    /firmware/App/Modes/ModeChemicalDisinfect.c
    • -13
    • +22
    /firmware/App/Modes/ModeHeatDisinfect.c
    • -1
    • +6
    /firmware/App/Modes/ModeHeatDisinfect.h
    • -28
    • +33
    /firmware/App/Modes/ModeInitPOST.c
    • -22
    • +24
    /firmware/App/Modes/ModeRecirculate.c
  1. … 12 more files in changeset.
Addressed code review feedback.