hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14980-unable-to-resume-after-hd-unit-plugged-back-in-pre-treatment-after-priming

Addressed code review comments.

    • -10
    • +10
    /firmware/App/Services/AlarmMgmt.c
Done.

Done.

Was expecting you to move if, not else. Doesn't make sense to check alarm (line 359..361) before validating alarm (line 364).

Was expecting you to move if, not else.
Doesn't make sense to check alarm (line 359..361) before validating alarm (line 364).

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

Merge branch 'DEN-15183-2-in-treatment-rinseback-workflow-changes' into develop

DEN-15183-2: Fix init of tx recirc to correct state.

Thank you - corrected.

Thank you - corrected.

DEN-14980-unable-to-resume-after-hd-unit-plugged-back-in-pre-treatment-after-priming

Addressed paren typo from code review

DEN-15183-2: Estimate initial DPo rate correction offset based on data collected by Systems team to improve UF control at treatment start.

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

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

Merge branch 'DEN-15203-alarm-does-not-trigger-when-blood-pump-is-reversed' into staging

Why accept Heparin resume when our syringe is empty?

Why accept Heparin resume when our syringe is empty?

It looks like we could get here pretty regularly while we're waiting for command transmit to complete (if statement above) which should not be counted as a comm error unless it's taking too long (t...

It looks like we could get here pretty regularly while we're waiting for command transmit to complete (if statement above) which should not be counted as a comm error unless it's taking too long (timeout).

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

This if should be the outermost if (before the if above) so that the else with the s/w fault aligns with it.

This if should be the outermost if (before the if above) so that the else with the s/w fault aligns with it.

DEN-16565 cherry picked Sunrise commit IDs from 606b373bf27d70b0b8fde88d84d0a46e4c39b56d to dad52d69c15f96d2b7ca7e22138f5d07a3948a9f

64bit alignment for flash

64bit alignment for flash

64bit alignment for flash

Merge branch 'DEN-15203-alarm-does-not-trigger-when-blood-pump-is-reversed' into develop

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

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

Merged DEN-15183-2 to develop.

DEN-15183-2: Minor fixes to Tx recirculation updates.

    • -11
    • +7
    /firmware/App/Modes/TreatmentRecirc.c
Hal changes