dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'staging' into DEN-12974-miscellaneous-flush-issues_bb

# Conflicts:

# firmware/App/Controllers/TemperatureSensors.c

    • -19
    • +12
    /firmware/App/Controllers/DialysateFlow.c
    • -16
    • +5
    /firmware/App/Controllers/DrainPump.c
    • -119
    • +87
    /firmware/App/Controllers/Heaters.c
    • -29
    • +33
    /firmware/App/Controllers/ROPump.c
    • -15
    • +8
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-12974 Changes per code review. MIN_RO_FLOWRATE_LPM now 0.0F

DEN-12974 Minor correction.

    • -2
    • +2
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-12974 Changes per code review. Remove Chemical and Heat Disinfect code. Add separate RO_FLO_MIN_LPM for heaters and uv.

    • -2
    • +3
    /firmware/App/Controllers/UVReactors.c
    • -41
    • +35
    /firmware/App/Modes/ModeChemicalDisinfect.c
    • -42
    • +36
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-12974 Updates per code review.

DEN-12974 DEN-13558 Update to fill status functions to support V&V

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

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

    • -1
    • +1
    /firmware/App/Controllers/DialysateFlow.c
  1. … 22 more files in changeset.
DEN-12931 addressed the VectorCAST compilation problems

DEN-12931 addressed the code review comments

DEN-12931 addressed the code review comments

    • -13
    • +43
    /firmware/App/Controllers/LoadCell.c
DEN-12974 DEN 13558 Prototype new timer design for drain pump and reservoir status

DEN-12974 DEN 13558 Prototype new timer design for drain pump and reservoir status

Merge remote-tracking branch 'origin/staging' into DEN-12974-miscellaneous-flush-issues_bb

DEN-12974 DEN-13556 Correct logic per SRSDG 333.

    • -2
    • +2
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN12974 DEN-13558 Do not reset stateTimer in FlushR2AndDrainR1. Same issue will be in ModeChemicalDisinfect.

    • -35
    • +41
    /firmware/App/Modes/ModeChemicalDisinfect.c
    • -6
    • +6
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-12974 DEN-13560 Do not reset stateTimer in FlushR1AndR2.

    • -33
    • +39
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-13047 haveDrainParmsBeenInit now any array with one entry for each reservoir. DEN-13534 rsrvrFillStableTimeCounter now an array with one entry for each reservoir. May be causing intermittent functionality (test_dg_flush_R1_to_R2_state_R2_filled_before_R1). DEN-12974, DEN-13425 Restore logic around resetting state timer for getRsrvrFillStatus.

    • -28
    • +29
    /firmware/App/Modes/ModeChemicalDisinfect.c
    • -33
    • +34
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-12974, DEN-13549 Correct reservoir volume logic to match requirements. Changed ">" to ">=" in several modes when checking for R1 being filled before R2

    • -2
    • +2
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-12974 DEN-13242 Allow RO target flow rate to be set to 0 to support V&V testing.

DEN-12931 updated the dialysate flow sensor and made switching to service mode legal from solo mode

    • -0
    • +1
    /firmware/App/Controllers/DialysateFlow.c
Merge branch 'DEN-12931-dg_hd_dev-hd_dg_dvt-update' of ssh://dvm-linux02:7999/dg/dgfirmware into DEN-12931-dg_hd_dev-hd_dg_dvt-update

DEN-12931 updated the drivers with doxygen comments

DEN-12931: Added module header separator banners.

DEN-12931 updated the temperature sensors driver

DEN-12974, DEN-13425 Remove logic around resetting state timer for getRsrvrFillStatus.

DEN-12974

    • -0
    • +1
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-12974, DEN-13425 Unable to set default arguement.

DEN-12974, DEN-13425 Correct bool to BOOL

    • -2
    • +4
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-12974, DEN-13425 Do not reset state timer in FlushR2DrainR1