dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-3421 added functions and states to DG heat disinfect mode and initial release of the UVReactors

    • -0
    • +29
    /firmware/App/Controllers/UVReactors.c
    • -0
    • +20
    /firmware/App/Controllers/UVReactors.h
    • -6
    • +223
    /firmware/App/Modes/ModeHeatDisinfect.c
Fixed some Dialin override command handlers.

Demoted several interrupts from FIQ to IRQ. Re-ordered IRQ interrupt priorities.

More EMC test build changes. Set Primary heater PWM freq to 15KHz.

    • -3
    • +11
    /firmware/App/Controllers/Heaters.c
    • -0
    • +14
    /firmware/App/Services/Reservoirs.c
merge.

    • -35
    • +14
    /firmware/App/Controllers/Heaters.c
Added several test/debug build flags. Added persistence to CAN buffer overflows to try to recover from one-off bursts from a node coming online. Doxygen comment fixes.

    • -13
    • +67
    /firmware/App/Services/CommBuffers.c
DEN-2650 added manual coverage to the unit tests of Heaters and TemperatureSensors

    • -35
    • +14
    /firmware/App/Controllers/Heaters.c
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