td-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDT-4149-pinch-valves-fw-implementation' into develop

Changes

Add on

break this line

break this line

add an empty else block after the last else if block in these functions handlePreTxHeparinPreloadState handlePreTxHeparinAwaitSyringeLoadConfirmationState handlePreTxHeparinSeekState handlePreTxHep...

add an empty else block after the last else if block in these functions
handlePreTxHeparinPreloadState
handlePreTxHeparinAwaitSyringeLoadConfirmationState
handlePreTxHeparinSeekState
handlePreTxHeparinPrimeState
handlePreTxHeparinBolusState

break this line

break this line

Updated as suggested by removing the unnecessary else block and reject command. Retested the power-off confirmation and shutdown flow successfully.

Updated as suggested by removing the unnecessary else block and reject command. Retested the power-off confirmation and shutdown flow successfully.

Updated to remove the return from the middle of the function. The function now sets newID and returns only once at the end. Retested successfully.

Updated to remove the return from the middle of the function. The function now sets newID and returns only once at the end. Retested successfully.

LDT:4063-added a blank else block

LDT-4031:Updated Pre-Tx state broadcast

LDT:4063- addressed review comments and tested

    • -57
    • +50
    /firmware/App/Monitors/Buttons.c
Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Add initialization for heparinSetupResumeRequested and syringeLoadConfirmed

Add initialization for heparinSetupResumeRequested and syringeLoadConfirmed

Align all the function comments

Align all the function comments

Merge branch 'LDT-3992-disposable-tube-set-auto-priming' into develop

LDT-4029:Addressed Review comments

LDT-3992: Add code realted to priming

    • -0
    • +71
    /firmware/App/Services/DDInterface.c
    • -0
    • +1122
    /firmware/App/Services/StateServices/Prime.c
    • -0
    • +54
    /firmware/App/Services/StateServices/Prime.h
Delete this row.

Delete this row.

should we replace current Pre-Treatment state with currentPreTreatmentState?

should we replace current Pre-Treatment state with currentPreTreatmentState?

Add @Message

Add @Message

break this line

break this line

break this line

break this line

LDT-4009: Updated Iso Uf

    • -13
    • +12
    /firmware/App/Modes/ModeTreatment.c
staging sync

the function call seems returning U16. Type cast to U32.

the function call seems returning U16. Type cast to U32.

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

Merge branch 'LDT-4149-pinch-valves-fw-implementation' into develop

LDT-4149: Fixes