hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged DEN-8030

    • -17
    • +1
    /firmware/App/Controllers/PresOccl.c
    • -2
    • +23
    /firmware/App/Services/SystemComm.c
DEN-8103: Skipped homing syringe pump when heparin is not used

.

    • -5
    • +5
    /firmware/App/Controllers/DialInFlow.c
DEN-8030 updated the valves controller

    • -61
    • +78
    /firmware/App/Controllers/Valves.c
    • -0
    • +7
    /firmware/App/Drivers/SafetyShutdown.h
Merge branch 'DEN-7605-hd_dg_dev-self-tests' into develop

DEN-7605: Added safety shutdown state to alarm info broadcast.

Fixed merge conflicts.

DEN-7605: Added build switches.

    • -0
    • +2
    /firmware/App/Controllers/DialInFlow.c
Need to remove this comment.

Need to remove this comment.

Need to remove this comment.

Need to remove this comment.

Same as comment from DialinFlow.c

Same as comment from DialinFlow.c

We can't have 3 calls to isPersistentAlarmTriggered() on same alarm. If the first call starts the timer and the second or third call is good, it will reset the timer to 0 again. Suggest creating a ...

We can't have 3 calls to isPersistentAlarmTriggered() on same alarm. If the first call starts the timer and the second or third call is good, it will reset the timer to 0 again.
Suggest creating a BOOL variable to have all three conditions or with each other and call isPersistentAlarmTriggered() only once.

Merge branch 'DEN-7605-hd_dg_dev-self-tests' into develop

DEN-7605: Fixed dialysate flow read count error typo.

    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.c
v0.5.0.9035

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

DEN-7860: Initial push for HD air bubble detectors module

    • -0
    • +474
    /firmware/App/Controllers/Bubble.c
    • -0
    • +70
    /firmware/App/Controllers/Bubble.h
DEN-7605: minor fixes to compatibility checks.

DEN-7605: Added FPGA compatibility to FPGA POST test. Added skeleton POST for f/w compatibility.

initBloodPrime() is called every time we transition to blood prime sub-mode.

initBloodPrime() is called every time we transition to blood prime sub-mode.

Blood prime last motor count does not seem to get updated except in initBloodPrime(). Should it be updated continuously somewhere?

Blood prime last motor count does not seem to get updated except in initBloodPrime(). Should it be updated continuously somewhere?

DEN-8103: Fixed build warnings

    • -13
    • +0
    /firmware/App/Controllers/AirTrap.c
    • -2
    • +3
    /firmware/App/Controllers/DialOutFlow.c
    • -5
    • +4
    /firmware/App/Controllers/SyringePump.c
    • -2
    • +3
    /firmware/App/Modes/ConsumableSelfTest.c
    • -0
    • +12
    /firmware/App/Modes/OperationModes.c
DEN-8103: Cleaned up TODO and added alarms

    • -4
    • +4
    /firmware/App/Controllers/DGInterface.c
    • -0
    • +1
    /firmware/App/Modes/ConsumableSelfTest.c
    • -2
    • +1
    /firmware/App/Modes/PreTreatmentRecirc.c
  1. … 3 more files in changeset.
DEN-8103: Converted blood pump alarms to use persistent alarm

    • -154
    • +74
    /firmware/App/Controllers/BloodFlow.c
DEN-7605: Added FPGA read timeout checks/alarms for blood/dialysate flow.

    • -13
    • +53
    /firmware/App/Controllers/BloodFlow.c
    • -2
    • +43
    /firmware/App/Controllers/DialInFlow.c
Fixed merge conflicts.

    • -4
    • +9
    /firmware/App/Controllers/DialInFlow.c
    • -18
    • +77
    /firmware/App/Controllers/PresOccl.c
    • -0
    • +16
    /firmware/App/Services/SystemComm.c
DEN-7605: Added FPGA pressure sensor checks and alarms.

    • -17
    • +76
    /firmware/App/Controllers/PresOccl.c
DEN-7605: Updated peristaltic pump speed over PWM DC range for V3.

    • -5
    • +10
    /firmware/App/Controllers/BloodFlow.c
    • -4
    • +9
    /firmware/App/Controllers/DialInFlow.c
    • -4
    • +9
    /firmware/App/Controllers/DialOutFlow.c
DEN-8103: Updated fpga comm time out alarm name

DEN-7605: Added FPGA reported comm error to FPGA comm error check. Fixed persistent alarm periods in syringe pump module.

    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.c
    • -5
    • +5
    /firmware/App/Controllers/SyringePump.c