hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14459: reverted code change due to code review comments.

    • -0
    • +11
    /firmware/App/Controllers/AirTrap.c
Reverted. Thanks!

Reverted. Thanks!

it would take one state cycle ( 50ms ) to do that. The air pump can't drive the fluid level that fast. We can keep it for redundancy but the system would have much bigger problems going on for that...

it would take one state cycle ( 50ms ) to do that. The air pump can't drive the fluid level that fast. We can keep it for redundancy but the system would have much bigger problems going on for that to happen.

Unlikely that we would go from Liq/Liq to Air/Air, but if we did, we would no longer turn the air pump off with this code removed. Should we keep it?

Unlikely that we would go from Liq/Liq to Air/Air, but if we did, we would no longer turn the air pump off with this code removed. Should we keep it?

Safer to zero this when you turn the pump on (could be done in one place in setAirPumpState function) - that way you don't have to worry about zeroing it everywhere you stop the pump.

Safer to zero this when you turn the pump on (could be done in one place in setAirPumpState function) - that way you don't have to worry about zeroing it everywhere you stop the pump.

Merge branch 'DEN-14459-air-trap-fill-alarm-not-triggering' into develop

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

HD-DEN-14689_Messaging Bugs_HDFW
HD-DEN-14689_Messaging Bugs_HDFW
HD-DEN-14459_Air Trap Fill Alarm Not Triggering
HD-DEN-14459_Air Trap Fill Alarm Not Triggering
DEN-14459: fixed air trap control not returning on open valve state.

    • -13
    • +4
    /firmware/App/Controllers/AirTrap.c
HD-DEN-14781_Alarm 117 DG Can Message Not Acked
HD-DEN-14781_Alarm 117 DG Can Message Not Acked
DEN-14781 changed the number of message ack retries from 20 to 8

DEN-14273: Prevent certain DG alarms if AC power is lost (DEN-14550). Fix problem recovering from no cartridge installed alarm (DEN-14770).

    • -21
    • +28
    /firmware/App/Controllers/DGInterface.c
    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.c
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'DEN-14160-hd-blood-leak-override-not-working' into develop

    • -2
    • +2
    /firmware/App/Controllers/SyringePump.c
HD-DEN-14160_HD Blood Leak Override Not Working
HD-DEN-14160_HD Blood Leak Override Not Working
DEN-14160 HD Blood-leak-override-not-working

Message payload type corrected.

CORRECTED IN CODE WALKTHROUGH

CORRECTED IN CODE WALKTHROUGH

DEN-14273: Addressed code review comment.

    • -1
    • +3
    /firmware/App/Modes/ModeTreatmentParams.c
Done.

Done.

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

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

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -2
    • +2
    /firmware/App/Controllers/SyringePump.c
Merge branch 'DEN-14589-DIAL-211' into develop

    • -0
    • +6
    /firmware/App/Controllers/SyringePump.c
    • -19
    • +229
    /firmware/App/Drivers/Battery.c
#define for 0

#define for 0

HD-DEN-14273_Gui Invalid Treatment Parameters Are Not Highlighted Red
HD-DEN-14273_Gui Invalid Treatment Parameters Are Not Highlighted Red