hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-11250 Changed checkOcclusionOr Empty() to checkSyringeEmpty()

    • -22
    • +14
    /firmware/App/Controllers/SyringePump.c
No parameter needed in this function.

No parameter needed in this function.

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

Disabled prime

Not sure why we need stopPump flag - can't we just call the check function w/ no parameters?

Not sure why we need stopPump flag - can't we just call the check function w/ no parameters?

Changed the reservoirs management for testing

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

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

Disabled the software configurations

    • -2
    • +2
    /firmware/App/Modes/ConsumableSelfTest.c
DEN-11250 Stopped syringe pump then transition to dry self tests stopped state when alarm is triggered

Moved startHeparinBolus() in transitionToWetSelfTests() to handleWetSelfTestStartState().

Moved startHeparinBolus() in transitionToWetSelfTests() to handleWetSelfTestStartState().

DEN-11250 Incorporated peer review comments

    • -69
    • +18
    /firmware/App/Controllers/SyringePump.c
    • -0
    • +1
    /firmware/App/Controllers/SyringePump.h
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

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

Disabled a software configuraion

Reversed the code to the original. Uncommented result = SYRINGE_PUMP_OFF_STATE;

Reversed the code to the original.
Uncommented result = SYRINGE_PUMP_OFF_STATE;

Reversed the code to the original. Now, implemented check for occlusion in SelfTests.c

Reversed the code to the original.
Now, implemented check for occlusion in SelfTests.c

Removed bolus range check.

Removed bolus range check.

Renamed SYRINGE_FORCE_OCCLUSION_THRESHOLD_VOLT to SYRINGE_FORCE_OCCLUSION_DIFF_V

Renamed SYRINGE_FORCE_OCCLUSION_THRESHOLD_VOLT to SYRINGE_FORCE_OCCLUSION_DIFF_V

Done. Removed bolus time HEPARIN_BOLUS_TIME_HR. Also removed bolus time HEPARIN_BOLUS_TIME_HR in function handleSyringePumpSeekState() F32 hepDurHr = ( (F32)( setTxDur - preStop ) / (F32)MIN_PER_HO...

Done. Removed bolus time HEPARIN_BOLUS_TIME_HR.
Also removed bolus time HEPARIN_BOLUS_TIME_HR in function handleSyringePumpSeekState()
F32 hepDurHr = ( (F32)( setTxDur - preStop ) / (F32)MIN_PER_HOUR ) - HEPARIN_BOLUS_TIME_HR;

Removed checkForPrimeEmpty().

Removed checkForPrimeEmpty().

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

Merged DEN-11750 and resolved the merge conflicts

    • -47
    • +145
    /firmware/App/Controllers/BloodLeak.c
    • -40
    • +4
    /firmware/App/Controllers/SyringePump.c
Renamed forceAtStartOfPriming to forceAtEndOfSeek.

Renamed forceAtStartOfPriming to forceAtEndOfSeek.

Done. Removed max bolus rate.

Done. Removed max bolus rate.

Yes, we use fixed rate. Removed min/max bolus rates

Yes, we use fixed rate. Removed min/max bolus rates

DEN-11750 updated the blood leak driver to send Ctrl U multiple times and make sure the sensor is communicating

    • -48
    • +144
    /firmware/App/Controllers/BloodLeak.c
    • -40
    • +4
    /firmware/App/Controllers/SyringePump.c
    • -2
    • +9
    /firmware/App/Modes/ConsumableSelfTest.c
Done. Removed the 2nd part ( && ( getSyringePumpVolumeDelivered() < bolusVol )

Done. Removed the 2nd part ( && ( getSyringePumpVolumeDelivered() < bolusVol )

Done.

Done.

Done.

Done.