dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-13834 removed alarm 196 and added code to ignore the read value of a temperature sensor that its MSB is a 1

F32 needs 0.0F init value.

F32 needs 0.0F init value.

DEN-13768 Addd function header blocks

    • -0
    • +49
    /firmware/App/Modes/ModeHeatDisinfect.c
Already removed the merge markers.

Already removed the merge markers.

Already removed the merge markers.

Already removed the merge markers.

Already removed the merge markers.

Already removed the merge markers.

Already removed merge markers.

Already removed merge markers.

Already removed the merge markers .

Already removed the merge markers .

DEN-13834 removed the DialysateFlow include

Merge markers need to be removed.

Merge markers need to be removed.

Remove this test code.

Remove this test code.

No explanation for commenting this function.

No explanation for commenting this function.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

Merge markers need to be removed.

These merge markers will cause a build failure. Need to be removed.

These merge markers will cause a build failure. Need to be removed.

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

Disabled alarm 196 temporarily

DG-DEN-13801_SW Dev Sprint 79 MG
DG-DEN-13801_SW Dev Sprint 79 MG
DG-DEN-13834_DG HD Dev HD DG Dvt Update Part 3
DG-DEN-13834_DG HD Dev HD DG Dvt Update Part 3
DEN-13834 removed all the traces of DialysateFlow driver

    • -290
    • +0
    /firmware/App/Controllers/DialysateFlow.c
    • -61
    • +0
    /firmware/App/Controllers/DialysateFlow.h
    • -5
    • +5
    /firmware/App/Controllers/FlowSensors.c
    • -8
    • +0
    /firmware/App/Controllers/FlowSensors.h
DEN-13834, DEN-13691, DEN-13685, DEN-13064, DEN-9693, DEN-13778, Updated the flow sensors driver by fixing the override functions. Removed the old RO flow functions and anywhere that they were used. Replaced the VRD valve with a reserved space

    • -0
    • +15
    /firmware/App/Controllers/FlowSensors.c
    • -1
    • +2
    /firmware/App/Controllers/FlowSensors.h
    • -4
    • +10
    /firmware/App/Controllers/Heaters.c
    • -129
    • +6
    /firmware/App/Controllers/ROPump.c
    • -2
    • +3
    /firmware/App/Controllers/UVReactors.c
DEN-13598: Add code for RAM error and FPGA clcok speed.

DEN-13598: Add code for RAM error and FPGA clcok speed.

    • -14
    • +0
    /firmware/App/Controllers/Heaters.h
    • -10
    • +0
    /firmware/App/Controllers/LoadCell.h
Probably a good idea for consistency, but not necessary. Where we need to add the 'F' suffix to floating point literals is when the literal will not be typed. Here, we are assigning 0.0 to an F32 t...

Probably a good idea for consistency, but not necessary. Where we need to add the 'F' suffix to floating point literals is when the literal will not be typed. Here, we are assigning 0.0 to an F32 typed variable so it will be typed properly. A #define may or may not be typed depending on how it's used. If it's used in a mathematical expression, the compiler will make it max precision (double) if we don't explicitly add the 'F' suffix and that can cause some problems with the precision in the math.

Remove blank line.

Remove blank line.

DEN-13598 updated the code

    • -15
    • +0
    /firmware/App/Controllers/Heaters.h
    • -11
    • +0
    /firmware/App/Controllers/LoadCell.h