ro-firmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-566: code review comments

    • -19
    • +16
    /firmware/App/Controllers/BoostPump.c
LDT-566: renamed water generation defs

    • -10
    • +10
    /firmware/App/Modes/ModeWaterGen.c
LDT-566: Implemented missing overrides for op mode.

    • -0
    • +56
    /firmware/App/Modes/OperationModes.c
LDT-566: code review comments.

LDT-566: fixed error

    • -15
    • +15
    /firmware/App/Modes/FilterFlush.c
LDT-566: code review fix.

    • -1
    • +0
    /firmware/App/Drivers/PressureSensor.c
LDT-566: added header for fluid pump monitors. doxygen fixes.

    • -0
    • +141
    /firmware/App/Modes/FilterFlush.c
LDT-566: various naming changes across various files. Switching RO to FP.

    • -0
    • +793
    /firmware/App/Drivers/ConductivitySensor.c
    • -0
    • +77
    /firmware/App/Drivers/ConductivitySensor.h
    • -15
    • +4
    /firmware/App/Drivers/PressureSensor.c
    • -1
    • +1
    /firmware/App/Drivers/PressureSensor.h
    • -1
    • +1
    /firmware/App/Drivers/SafetyShutdown.h
  1. … 43 more files in changeset.
LDT-566: Fluid Pump controllers. Renamed RO common to FP common to be in line of subsystem naming.

    • -0
    • +648
    /firmware/App/Controllers/BoostPump.c
    • -0
    • +75
    /firmware/App/Controllers/BoostPump.h
    • -110
    • +486
    /firmware/App/Controllers/ROPump.c
    • -304
    • +0
    /firmware/App/Drivers/BoostPump.c
    • -0
    • +363
    /firmware/App/Drivers/FluidPump.c
    • -0
    • +69
    /firmware/App/Drivers/FluidPump.h
    • -0
    • +62
    /firmware/App/FPCommon.h
LDT-566: updated message table to be 2d

    • -157
    • +95
    /firmware/App/Services/FpgaRO.c
    • -72
    • +43
    /firmware/App/Services/Messaging.c
LDT-566: Fixed release build missing all include options

LDT-566: fixed implicit declarations for x pressure sensors. added x5 to broadcasts

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

Merge branch 'LDT-566-water-treatment-and-degassing-fp-' into staging

LDT-566: X pressure senors implemented to publishing and sensor reading

    • -0
    • +17
    /firmware/App/Drivers/PressureSensor.c
    • -0
    • +4
    /firmware/App/Drivers/PressureSensor.h
LDT-566: added uninitialized variables to init function of mode water gen

LDT-332: UIT for mode water gen

Synced develop branch with staging.

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

Merge branch 'LDT-332-basic-dialysis-treatment-fp-' into staging

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

LDT-332: code review comments. changed request functions to be in respective mode files than in dd interface

    • -10
    • +41
    /firmware/App/Modes/ModeWaterPreGen.c
WIP on develop

LEAHI-332: code review comments. added pre gen broadcast override.

    • -15
    • +14
    /firmware/App/Modes/ModeWaterPreGen.c
Merge branch 'LDT-332-basic-dialysis-treatment-fp-' into develop

LDT-332: updated pre gen functionality. Fixed alarm mgmt define. Changed DD interface to handle cmd ids

    • -4
    • +260
    /firmware/App/Modes/ModeWaterPreGen.c
    • -0
    • +36
    /firmware/App/Modes/ModeWaterPreGen.h
    • -13
    • +25
    /firmware/App/Modes/OperationModes.c
    • -25
    • +96
    /firmware/App/Services/DDInterface.c
LDT-332: init file commit. reworked Generate Permeate to Generate water. Naming has been changed.

    • -326
    • +0
    /firmware/App/Modes/ModeGenPermeate.c
    • -53
    • +0
    /firmware/App/Modes/ModeGenPermeate.h
    • -0
    • +326
    /firmware/App/Modes/ModeWaterGen.c
    • -0
    • +53
    /firmware/App/Modes/ModeWaterGen.h
    • -0
    • +16
    /firmware/App/Modes/ModeWaterPreGen.c
    • -0
    • +16
    /firmware/App/Modes/ModeWaterPreGen.h
    • -0
    • +16
    /firmware/App/Services/AlarmMgmtRO.c
Merge branch 'LEAH-273-fw-ro-generate-water-mode' into staging

LEAHI-273: added comment for DD interface monitor.

LEAHI-273: code review comments

LEAHI-273: code review comments.