dd-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-DD-FIRMWARE-LDT-5357_Dialysate Composition (Dry Bicarbonate) - FW Implementation - 9/1:
LEAHI-DD-FIRMWARE-LDT-5357_Dialysate Composition (Dry Bicarbonate) - FW Implementation - 9/1:
LDT-5357: updates to cal sensor state machine to handle independent states. Implementation of write cal state.

    • -269
    • +407
    /firmware/App/Drivers/ConductivitySensors.c
My understanding is that Standby should stop all pumps and heaters, including D108. Although the D108 driver implementation is not available yet, I thought keeping this call would preserve the inte...

My understanding is that Standby should stop all pumps and heaters, including D108. Although the D108 driver implementation is not available yet, I thought keeping this call would preserve the intended Standby behavior and allow it to work once driver support is added. Could you please let me know if there is any concern with leaving it in place for now?

Michael confirmed that FP will eventually support two firmware-controlled sampling modes: Filter Sample and RO Permeate Sample. Since the flow paths are not defined yet, we will keep a generic plac...

Michael confirmed that FP will eventually support two firmware-controlled sampling modes: Filter Sample and RO Permeate Sample. Since the flow paths are not defined yet, we will keep a generic placeholder for the sampling mode/state and update the implementation and requirements once the feature is better defined.

Add TODO or revert back changes.

Add TODO or revert back changes.

Delete empty line

Delete empty line

Add the comment.

Add the comment.

Align the indent throughout.

Align the indent throughout.

Add comment.

Add comment.

Space before and after paranthesis.

Space before and after paranthesis.

If debug is complete, do you want to revert back to actual values? if you still need it for some more time, please add TODO comment.

If debug is complete, do you want to revert back to actual values? if you still need it for some more time, please add TODO comment.

Update the comment.

Update the comment.

Aling the indentation of value field.

Aling the indentation of value field.

Align the indentation.

Align the indentation.

LEAHI-DD-FIRMWARE-LDT-5409_(DD) Balancing Chamber stops during dialysate generation
LEAHI-DD-FIRMWARE-LDT-5409_(DD) Balancing Chamber stops during dialysate generation
LDT-5157: Added index logic for get calibration request

    • -319
    • +433
    /firmware/App/Services/NVMessagingDD.c
LDT-5157: Update set cal write function of the conductivity sensor

    • -23
    • +44
    /firmware/App/Services/NVMessagingDD.c
LDT-5157: Added FPGA implementation for set cal of conductivity sensor

    • -23
    • +0
    /firmware/App/Drivers/PressureSensor.h
    • -84
    • +276
    /firmware/App/Services/FpgaDD.c
    • -0
    • +3
    /firmware/App/Services/NVMessagingDD.c
LEAHI-DD-FIRMWARE-LDT-4873_(Request) Add config to disable conductive level sensor fault
LEAHI-DD-FIRMWARE-LDT-4873_(Request) Add config to disable conductive level sensor fault
updated now

updated now

Add the header description.

Add the header description.

Do we need to transition to next state DD_PREGEN_DRY_BICART_INITIAL_FILL here?

Do we need to transition to next state DD_PREGEN_DRY_BICART_INITIAL_FILL here?

Remove empty lines.

Remove empty lines.

Add comments across the file.

Add comments across the file.

Add comment.

Add comment.

Add a test support for Pregen fill request.

Add a test support for Pregen fill request.

Update header description for all newly added functions.

Update header description for all newly added functions.

You may need to check other flags such as DryBicartFillRequested( Initial Fill), bicarbChamberFillRequested (Filling Chamber F), instead of 'bicarbChamberPregenFillRequested'. Keep Drain and Depres...

You may need to check other flags such as DryBicartFillRequested( Initial Fill), bicarbChamberFillRequested (Filling Chamber F), instead of 'bicarbChamberPregenFillRequested'. Keep Drain and DepressurizeRequest flag as is. This makes sure at any given point, dryBicartExec calls one of the service only.

Same here adding 'bicarbChamberPregenFillRequested' flag.

Same here adding 'bicarbChamberPregenFillRequested' flag.