hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14011: dry self test transitions to DRY_SELF_TESTS_START_STATE on dry self retries instead of DRY_SELF_WAIT_FOR_DOOR_CLOSE_STATE.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

DEN-14414: addressed code reviews.

Add blank line between declaration and code.

Add blank line between declaration and code.

Put this (and blank line after) at top of function.

Put this (and blank line after) at top of function.

Put this (and blank line after) at top of function.

Put this (and blank line after) at top of function.

Put this (and blank line after) at top of function.

Put this (and blank line after) at top of function.

Add blank line between declaration and code.

Add blank line between declaration and code.

HD-DEN-14561

Pretreatment repeated flush implementation update.

    • -45
    • +29
    /firmware/App/Modes/ModePreTreat.c
HD-DEN-14604_DG HD Dev HD DG Dvt Update Part 9
HD-DEN-14604_DG HD Dev HD DG Dvt Update Part 9
Merge branch 'DEN-14328-hd-event-issues' into develop

    • -0
    • +6
    /firmware/App/Modes/ConsumableSelfTest.c
    • -0
    • +13
    /firmware/App/Modes/ModePostTreat.c
    • -2
    • +14
    /firmware/App/Services/WatchdogMgmt.c
Merge branch 'staging' into DEN-14328-hd-event-issues

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/Drivers/SafetyShutdown.c
    • -2
    • +2
    /firmware/App/Drivers/SafetyShutdown.h
Old transfer was 600mL, new is 300mL. Res 1 should end up with 1500 so added 300 to baseline, Res 2 was previously ending with 500. Do we want it to end R2 with 300?

Old transfer was 600mL, new is 300mL. Res 1 should end up with 1500 so added 300 to baseline, Res 2 was previously ending with 500. Do we want it to end R2 with 300?

DEN-14414: Implemented sub state events.

    • -0
    • +6
    /firmware/App/Modes/ConsumableSelfTest.c
    • -0
    • +13
    /firmware/App/Modes/ModePostTreat.c
    • -0
    • +6
    /firmware/App/Modes/ModeTreatmentParams.c
    • -0
    • +6
    /firmware/App/Modes/PreTreatmentRecirc.c
Updated for only reservoir 2 fill state.

Updated for only reservoir 2 fill state.

DEN-14561 Change DPi fast flow only to Reservoir 2 fill.

There are two dialysate prime states. First goes through dialyzer and both DPs are running and we still want 300 rate. Second bypasses dialyzer and only DPi is running and we want 600 rate.

There are two dialysate prime states. First goes through dialyzer and both DPs are running and we still want 300 rate. Second bypasses dialyzer and only DPi is running and we want 600 rate.

This looks like we're skipping draining of reservoirs before doing any filling if priming disabled. I think we always want to drain both reservoirs first. Also, if we go to fill state like this, wi...

This looks like we're skipping draining of reservoirs before doing any filling if priming disabled. I think we always want to drain both reservoirs first.
Also, if we go to fill state like this, will it do a flush or a normal fill? I think it will do a flush fill since flushed flag is still FALSE.