dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-2650 made minor changes in the functions that work with Dialin

DEN-2650 Addressed code reveiw comments

Added doxygen comments to internal ADC module. Fixed indexing bug introduced in recent commit where filtering added.

    • -13
    • +13
    /firmware/App/Controllers/Pressures.c
    • -9
    • +16
    /firmware/App/Drivers/InternalADC.c
    • -30
    • +37
    /firmware/App/Drivers/InternalADC.h
Merge branch 'DEN-2650-dg-firmware-infrastructure' of ssh://dvm-linux02:7999/dg/dgfirmware into DEN-2650-dg-firmware-infrastructure

Doxygen comment updates.

    • -2
    • +2
    /firmware/App/Drivers/SafetyShutdown.c
Merged with remote branch

DEN-2650 conducted unit testing and integration testing

    • -20
    • +34
    /firmware/App/Controllers/Heaters.c
Merge fixes.

    • -3
    • +1
    /firmware/App/Drivers/SafetyShutdown.c
    • -1
    • +0
    /firmware/App/Services/PIControllers.c
Merge branch 'DEN-2650-dg-firmware-infrastructure' of ssh://dvm-linux02:7999/dg/dgfirmware into DEN-2650-dg-firmware-infrastructure

DEN-2650 merged DEN-2379

    • -1
    • +1
    /firmware/App/Drivers/SafetyShutdown.c
    • -2
    • +3
    /firmware/App/Services/PIControllers.c
    • -0
    • +11
    /firmware/App/Services/SystemComm.c
  1. … 3 more files in changeset.
Increased drain pump speed.

Added filtering to pressures and RO flow.

    • -12
    • +54
    /firmware/App/Controllers/Pressures.c
DEN-2379 Cleaned up the code

DEN-2379 Addressed code review comments, removed dead code, and continued with unit testing and integration testing

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.