Dashboard

Yes, REmoved

Yes, REmoved

fixed

fixed

Added

Added

Removed

Removed

Added

Added

Fixed

Fixed

Fixed

Fixed

Fixes

Fixed

    • -9
    • +10
    /firmware/App/Controllers/BPModule.c
LDT-4027:Updated Pre-treatment Recirculate state

    • -12
    • +29
    /firmware/App/Modes/ModePreTreat.c
LDT-3735: Updated validation for service and system records

    • -21
    • +26
    /firmware/App/Services/NVRecordsDD.c
Merge Fixes

I don't think you should be subtracting venMinOffset anymore. Check with Eliza.

I don't think you should be subtracting venMinOffset anymore. Check with Eliza.

Merge Fix

LDT-3735: Added default values for institutional settings

    • -20
    • +35
    /firmware/App/Services/NVRecordsDD.c
getNIBPControlStatus is a function, not a variable. Inputs should be "none". Fix these throughout this unit.

getNIBPControlStatus is a function, not a variable. Inputs should be "none". Fix these throughout this unit.

setNIBPCommand is a function, not a variable. I think Outputs should be "none"

setNIBPCommand is a function, not a variable. I think Outputs should be "none"

I think these fields are already U32s so no need to cast them.

I think these fields are already U32s so no need to cast them.

Initialize bpResults.

Initialize bpResults.

Add doxygen comment to right.

Add doxygen comment to right.

Remove extra blank line.

Remove extra blank line.

I think p comes before u. Move up one.

I think p comes before u. Move up one.

We should initialize BP module from main at startup so we can use it in any mode.

We should initialize BP module from main at startup so we can use it in any mode.

I think this should be executed from TaskGeneral so we can do BP things in any mode.

I think this should be executed from TaskGeneral so we can do BP things in any mode.

What is "e"? I think this might be a typo and you should put it back the way it was.

What is "e"? I think this might be a typo and you should put it back the way it was.

LDT-3735: Moved the file NVDriver, NVJobQ and NVMgmt to FwCommon

    • -180
    • +0
    /firmware/App/Drivers/NVDriver.c
    • -764
    • +0
    /firmware/App/Services/NVMessaging.c
  1. … 10 more files in changeset.
LDT-3735: Adding files NVDriver, NVJobQ and NVMgmt

LDT-4033: Fixes

    • -20
    • +18
    /firmware/App/Drivers/BPDriver.c
LDT-4027:Addressed code review comments for Pre-Treatment Recirculate State