hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merged staging

Merge branch 'staging' into DEN-14689-messaging-bugs

Merge branch 'staging' into DEN-14763-dg_hd_dev-hd_dg_dvt-update-part-10

DEN-14763 added code to send the results of the chem flush sample to DG

    • -1
    • +30
    /firmware/App/Controllers/DGInterface.c
    • -0
    • +2
    /firmware/App/Controllers/DGInterface.h
    • -16
    • +216
    /firmware/App/Modes/ModeStandby.c
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Fixed merge conflict.

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

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

    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.h
Merge branch 'staging' into DEN-14790-alarm-199-occurs-intermittently-during-blood-prime-and-treatment

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

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

Merge branch 'staging' into DEN-14781-alarm-117-dg-can-message-not-acked

HD-DEN-14790_Alarm 199 Occurs Intermittently During Blood Prime And Treatment
HD-DEN-14790_Alarm 199 Occurs Intermittently During Blood Prime And Treatment
Merge branch 'DEN-14459-air-trap-fill-alarm-not-triggering' into develop

Merge branch 'staging' into DEN-14689-messaging-bugs

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

DEN-14790: Changed dialysate recirculation rate from 100 to 250 mL/min to add margin for minimum flow for heating.

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

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

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

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

DEN-14459: code review comments

Fixed. Thanks!

Fixed. Thanks!

Are there any other ways to exit this state without zeroing this counter (e.g. going to manual control in first if above)? Generally difficult to get all of the places where exiting a state. Safer ...

Are there any other ways to exit this state without zeroing this counter (e.g. going to manual control in first if above)? Generally difficult to get all of the places where exiting a state. Safer to reset things on entry (i.e. line 359 above).