hdfirmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7091: Added UI continue to treatment user request handler

    • -13
    • +0
    /firmware/App/Modes/PreTreatmentRecirc.c
    • -1
    • +0
    /firmware/App/Modes/PreTreatmentRecirc.h
DEN-7091: Added handler for start prime msg from UI

    • -0
    • +12
    /firmware/App/Services/SystemComm.c
DEN-7091: Added handler for install confirm msg from UI

DEN-6372: Addressed code review feedback.

DEN-6372: Added countdown status message to UI for treatment stop sub-mode. Addressed code review feedback.

    • -0
    • +30
    /firmware/App/Modes/TreatmentStop.c
Merge branch 'DEN-6402-hd_dev-pre-treatment-self-tests' into staging

DEN-7091: Added sample water result handler

    • -35
    • +40
    /firmware/App/Modes/SampleWater.c
DEN-7091: Added handler for UI sample command request

DEN-7091: Added pre-treatment state data broadcast

Merge branch 'staging' into DEN-6402-hd_dev-pre-treatment-self-tests

    • -12
    • +14
    /firmware/App/Controllers/DGInterface.c
    • -1
    • +1
    /firmware/App/Controllers/DGInterface.h
Merge branch 'DEN-6078-revisit-safety-functionality-of-pumps-valves' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-6078-revisit-safety-functionality-of-pumps-valves

DEN-6078 addressed some of the merge issues

    • -1
    • +1
    /firmware/App/Controllers/DGInterface.c
    • -19
    • +1
    /firmware/App/Controllers/DGInterface.h
    • -25
    • +7
    /firmware/App/Modes/ModeTreatment.c
    • -20
    • +0
    /firmware/App/Services/SystemComm.c
DEN-6078 merged staging and ran the script

    • -14
    • +19
    /results/Build_Status_Report.csv
    • -4563
    • +6120
    /results/VectorCAST.log
DEN-7091: Added Sample Water module

    • -5
    • +2
    /firmware/App/Controllers/DGInterface.c
    • -2
    • +2
    /firmware/App/Controllers/DGInterface.h
    • -0
    • +200
    /firmware/App/Modes/SampleWater.c
    • -0
    • +43
    /firmware/App/Modes/SampleWater.h
DEN-6372: Moved blood sitting timeout logic from alarm escalation to treatment stop sub-mode.

    • -8
    • +14
    /firmware/App/Controllers/BloodFlow.c
    • -8
    • +15
    /firmware/App/Controllers/DialInFlow.c
    • -5
    • +11
    /firmware/App/Controllers/DialOutFlow.c
    • -0
    • +15
    /firmware/App/Modes/TreatmentStop.c
DEN-5980 disbaled some of the execs to be able to test NVDataMgmt

    • -1
    • +1
    /firmware/App/Controllers/DGInterface.c
    • -11
    • +1
    /firmware/App/Controllers/DGInterface.h
DEN-5887: Fixed merge conflicts from staging.

    • -47
    • +106
    /firmware/App/Controllers/DGInterface.c
    • -24
    • +17
    /firmware/App/Controllers/DGInterface.h
    • -77
    • +72
    /firmware/App/Controllers/DialOutFlow.c
    • -100
    • +78
    /firmware/App/Modes/Dialysis.c
    • -15
    • +207
    /firmware/App/Modes/ModePreTreat.c
    • -96
    • +144
    /firmware/App/Modes/ModeTreatment.c
    • -16
    • +16
    /firmware/App/Services/PIControllers.c
    • -181
    • +169
    /firmware/App/Services/SystemComm.c
    • -361
    • +468
    /firmware/App/Services/SystemCommMessages.c
    • -0
    • +173
    /results/Build_Status_Report.csv
DEN-6402: Fixed static analysis warning

DEN-6372: Changed alarm stop approach from signal push to mode pull to ensure alarm stop always occurs.

    • -22
    • +3
    /firmware/App/Modes/ModeTreatment.c
    • -16
    • +1
    /firmware/App/Modes/TreatmentRecirc.c
DEN-5887: ran local test script.

    • -156
    • +5
    /results/Build_Status_Report.csv
    • -39331
    • +4815
    /results/VectorCAST.log
DEN-6372: Added TODO.

DEN-6372: Fixes per lab testing. Added function to AlarmMgmt to determine whether any alarms w/ stop property are active. Changed treatment mode handling of alarm stop from signal to modes approach to modes polling alarm mgmt approach. Added f/w support for override of treatment time remaining.

    • -34
    • +62
    /firmware/App/Modes/ModeTreatment.c
    • -20
    • +4
    /firmware/App/Services/SystemComm.c
DEN-6078 merged staging and resolved merge conflicts

    • -15
    • +184
    /firmware/App/Modes/ModePreTreat.c
    • -37
    • +5
    /firmware/App/Modes/ModeTreatment.c
DEN-6078 commented the count to PWM conversion macros

DEN-6372: Addressed code review feedback.

    • -10
    • +8
    /firmware/App/Services/PIControllers.c
DEN-6372: Addressed code review feedback.

DEN-6372: Fixed bug in treatment recirc progress message broadcast.

DEN-6402: Switch self-test for flow meters

    • -2
    • +2
    /firmware/App/Controllers/DialInFlow.c
DEN-5980 removed old calibration functions from the drivers

    • -61
    • +9
    /firmware/App/Controllers/BloodFlow.c
    • -61
    • +8
    /firmware/App/Controllers/DialInFlow.c
    • -20
    • +0
    /firmware/App/Services/SystemComm.c
DEN-6372: Fixes per lab testing results.