hdfirmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed merge conflicts.

    • -1
    • +0
    /firmware/App/Controllers/DialInFlow.c
Merge branch 'DEN-7117-hd_dev-hd-heparin-delivery' into develop

    • -12
    • +16
    /firmware/App/Controllers/BloodFlow.c
DEN-7117: Fix issue with blood volume safety check.

    • -12
    • +16
    /firmware/App/Controllers/BloodFlow.c
Why is UF off state goes back to UF running state right away? Should we remove this state then?

Why is UF off state goes back to UF running state right away? Should we remove this state then?

Suggest combining into one line.

Suggest combining into one line.

Need doxygen description for new functions.

Need doxygen description for new functions.

DEN-7091: Skipped setting calibration gain and offset

    • -1
    • +3
    /firmware/App/Controllers/DialInFlow.c
Fixed merge conflict.

    • -0
    • +3
    /firmware/App/Controllers/DialInFlow.c
DEN-7117: fix to last.

    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.c
DEN-7117: added build switch check on pump flow self-test to prevent zeroing of calibration gain while calibration functionality is still TBD.

    • -0
    • +4
    /firmware/App/Controllers/DialInFlow.c
Merge branch 'DEN-7091-pre-treatment-mode' into develop

    • -1
    • +1
    /firmware/App/Controllers/DGInterface.c
    • -1
    • +1
    /firmware/App/Controllers/DGInterface.h
    • -14
    • +99
    /firmware/App/Modes/ModePreTreat.c
Renamed to consumableInstallConfirmed for less confusing.

Renamed to consumableInstallConfirmed for less confusing.

Fixed merge conflicts.

    • -8
    • +46
    /firmware/App/Controllers/DGInterface.c
    • -3
    • +6
    /firmware/App/Controllers/DGInterface.h
    • -2
    • +3
    /firmware/App/Controllers/DialInFlow.c
    • -2
    • +1
    /firmware/App/Controllers/DialOutFlow.c
    • -50
    • +536
    /firmware/App/Modes/ModePreTreat.c
    • -1
    • +35
    /firmware/App/Services/SystemComm.c
DEN-7091: Implemented empty reservoirs and flushed bypass circuit

    • -9
    • +150
    /firmware/App/Modes/ModePostTreat.c
DEN-7091: Moved skip wet self-test into prime module

    • -1
    • +1
    /firmware/App/Modes/ConsumableSelfTest.c
DEN-7117: Finished bolus and continuous delivery operations.

    • -14
    • +23
    /firmware/App/Controllers/SyringePump.c
    • -2
    • +2
    /firmware/App/Controllers/SyringePump.h
    • -3
    • +2
    /firmware/App/Modes/ModeTreatmentParams.c
DEN-7091: Added build switch to skip UI interaction

    • -1
    • +1
    /firmware/App/Controllers/DGInterface.h
    • -3
    • +0
    /firmware/App/Modes/ConsumableSelfTest.c
    • -12
    • +90
    /firmware/App/Modes/ModePreTreat.c
DEN-7091: Added build switch to skip sample water

It was used to calculated how much to fill the first reservoir in mode pretreatment module, but not anymore. Removed.

It was used to calculated how much to fill the first reservoir in mode pretreatment module, but not anymore.
Removed.

DEN-7091: Addressed code reviews

    • -1
    • +1
    /firmware/App/Controllers/DGInterface.c
    • -4
    • +4
    /firmware/App/Modes/ConsumableSelfTest.c
Since the UI follows HD states and not DG, HD has to follow these next 3 states of DG. This allows UI to tick off the checklist.

Since the UI follows HD states and not DG, HD has to follow these next 3 states of DG. This allows UI to tick off the checklist.

Fixed.

Fixed.

It is called from task general.

It is called from task general.

DEN-7347: Implemented post-treatment skeleton

    • -1
    • +247
    /firmware/App/Modes/ModePostTreat.c
Where is this used? Does it need to be public?

Where is this used? Does it need to be public?

Does HD have to follow these next 3 states of DG? Or could it just wait for DG to get to the dialysate productions state?

Does HD have to follow these next 3 states of DG? Or could it just wait for DG to get to the dialysate productions state?

Does this flag indicate install requested or install confirmed?

Does this flag indicate install requested or install confirmed?

From where is this function called?

From where is this function called?

First condition should be in parenthesis too.

First condition should be in parenthesis too.