hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Fixed merge conflict

    • -340
    • +33
    /firmware/App/Controllers/BloodFlow.c
    • -121
    • +30
    /firmware/App/Controllers/DGInterface.c
    • -38
    • +5
    /firmware/App/Controllers/DGInterface.h
    • -4
    • +10
    /firmware/App/Controllers/DialInFlow.c
    • -0
    • +14
    /firmware/App/Controllers/DialOutFlow.c
    • -3
    • +49
    /firmware/App/Controllers/PresOccl.c
    • -2
    • +1
    /firmware/App/Controllers/Temperatures.c
    • -1
    • +1
    /firmware/App/Controllers/Temperatures.h
  1. … 5 more files in changeset.
Merge branch 'DEN-9906-hd_dev-flow-measurement-changes' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-9906-hd_dev-flow-measurement-changes

    • -0
    • +2
    /firmware/App/Controllers/DialInFlow.c
DEN-9906 Implemented DG dialysate flow sensor

    • -5
    • +9
    /firmware/App/Controllers/DialInFlow.c
DEN-9906: Fixed disable pump direction checks build switch.

    • -0
    • +2
    /firmware/App/Controllers/DialInFlow.c
DEN-9906: Added test code to calculate and report measured UF rate based on change in UF volume.

    • -0
    • +14
    /firmware/App/Controllers/DialOutFlow.c
DEN-9906: Removed obsolete blood flow code.

DEN-9906 Fixed merge conflict

    • -124
    • +1
    /firmware/App/Controllers/DGInterface.c
    • -42
    • +1
    /firmware/App/Controllers/DGInterface.h
    • -21
    • +7
    /firmware/App/Services/SystemComm.c
DEN-9906 Implement HD dialysate flow sensor

    • -0
    • +32
    /firmware/App/Controllers/DGInterface.c
    • -2
    • +10
    /firmware/App/Controllers/DGInterface.h
DEN-9906: Added overrides for blood pump rotor count and arterial pressure offset. Removed unused handling of DG data and related functions/variables. Fixed DEN-10973.

    • -335
    • +31
    /firmware/App/Controllers/BloodFlow.c
    • -123
    • +0
    /firmware/App/Controllers/DGInterface.c
    • -41
    • +0
    /firmware/App/Controllers/DGInterface.h
    • -3
    • +49
    /firmware/App/Controllers/PresOccl.c
    • -20
    • +6
    /firmware/App/Services/SystemComm.c
DEN-9906: Addressed code review comments.

    • -0
    • +16
    /firmware/App/Controllers/Switches.c
    • -1
    • +16
    /firmware/App/Controllers/Switches.h
    • -1
    • +16
    /firmware/App/Controllers/Temperatures.c
    • -0
    • +16
    /firmware/App/Controllers/Temperatures.h
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Enabled the bubble alarms

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Enabled disposable priming

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Changed enabled air bubble alarm

HD-DEN-10153: HD-DEN-10153-1

- Addressed code review comments.

    • -25
    • +8
    /firmware/App/Modes/ModeTreatmentParams.c
    • -4
    • +2
    /firmware/App/Modes/ModeTreatmentParams.h
DEN-10153: Treatment log's prescribed ultrafiltration volume and rate

- band-aid the staging branch to be able to build

- updated the volume treatmentLogData struct to provide original ultrafiltration volume(L) and rate(mL/min), to includ in the treatment log response in the post-treatment mode.

- updated the originTreatmentParams to store original ultrafiltration volume(L) and rate(mL/min) (set by user during the pre-treatment mode), to query later for the treatment log.

- stored the original ultrafiltration volume if the user set volume is accepted in the pre-treatment mode.

- modified the sendTreatmentLogData function to use the correct type of accepted value from F32 to Bool (although both are the same updated to be consistent.)

    • -0
    • +49
    /firmware/App/Modes/ModeTreatmentParams.c
    • -0
    • +4
    /firmware/App/Modes/ModeTreatmentParams.h
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Enable pump alarms for Tom.

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Build w/ syringe pump enabled and no skips on pre-treatment for Eliza.

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'DEN-9906-hd_dev-flow-measurement-changes' into develop

    • -2
    • +2
    /firmware/App/Controllers/DGInterface.c
DEN-9906: Fixed bugs DEN-10792 and DEN-10803.