hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-4308 added a temporary struct to publish the valves data every 10ms for characterization

    • -4
    • +4
    /firmware/App/Modes/ModeTreatmentParams.c
    • -27
    • +0
    /firmware/App/Modes/ModeTreatmentParams.h
DEN-4308 added another struct to publish valves data faster

DEN-4308 work in progress. Added current and speed registers to the priority page of FPGA

    • -83
    • +157
    /firmware/App/Controllers/Valves.c
    • -8
    • +0
    /firmware/App/Services/MessagePayloads.h
DEN-4211: Added treatment parameter override message.

    • -17
    • +67
    /firmware/App/Modes/ModeTreatmentParams.c
    • -54
    • +4
    /firmware/App/Modes/ModeTreatmentParams.h
DEN-4211: Added more treatment parameter validation logic and messaging.

    • -16
    • +43
    /firmware/App/Modes/ModeStandby.c
    • -91
    • +512
    /firmware/App/Modes/ModeTreatmentParams.c
    • -16
    • +74
    /firmware/App/Modes/ModeTreatmentParams.h
    • -3
    • +3
    /firmware/App/Services/MessagePayloads.h
    • -2
    • +14
    /firmware/App/Services/SystemComm.c
DEN-4308 added override functions for the HD Valves module

    • -38
    • +97
    /firmware/App/Controllers/Valves.c
    • -0
    • +8
    /firmware/App/Services/MessagePayloads.h
DEN-4308 Added comments and headers to the functions in valves.c

    • -284
    • +606
    /firmware/App/Controllers/Valves.c
    • -12
    • +14
    /firmware/App/Controllers/Valves.h
DEN-4308 worked on the valves homing sequence

    • -143
    • +335
    /firmware/App/Controllers/Valves.c
DEN-4211: Updated format of @params in all modules.

    • -19
    • +19
    /firmware/App/Controllers/BloodFlow.c
    • -12
    • +3
    /firmware/App/Controllers/Buttons.c
    • -22
    • +22
    /firmware/App/Controllers/DGInterface.c
    • -18
    • +18
    /firmware/App/Controllers/DialInFlow.c
    • -25
    • +25
    /firmware/App/Controllers/DialOutFlow.c
    • -11
    • +11
    /firmware/App/Controllers/PresOccl.c
    • -1
    • +1
    /firmware/App/Drivers/SafetyShutdown.c
  1. … 16 more files in changeset.
DEN-4211: Fixed Vectorcast math.h issue and removed band-aid macros in common.h.

    • -6
    • +4
    /firmware/App/Controllers/DialInFlow.c
    • -6
    • +4
    /firmware/App/Controllers/DialOutFlow.c
    • -13
    • +0
    /firmware/App/Services/MessagePayloads.h
    • -3
    • +1
    /firmware/App/Services/PIControllers.c
DEN-4211: Added 2 sec delay before power off. Added HD valves support to EMC build.

    • -19
    • +27
    /firmware/App/Controllers/Buttons.c
    • -12
    • +45
    /firmware/App/Modes/ModeStandby.c
    • -1244
    • +1285
    /firmware/App/Services/FPGA.c
DEN-4308 developed homing sequence

    • -48
    • +270
    /firmware/App/Controllers/Valves.c
DEN-4308 Added comments to the FPGA functions that run the valves. Added more states to the valves module.

    • -5
    • +189
    /firmware/App/Controllers/Valves.c
    • -12
    • +31
    /firmware/App/Controllers/Valves.h
    • -14
    • +134
    /firmware/App/Services/FPGA.c
DEN-4308 initial commit of the branch

    • -0
    • +49
    /firmware/App/Controllers/Valves.c
    • -0
    • +47
    /firmware/App/Controllers/Valves.h
DEN-4211: Updated IT for Utilities module. Updated UT/IT for NVData module.

DEN-4217: Added IT for Accelerometer module.

DEN-4211: Updated UT for Utilities module.

DEN-4217: Added UT for accelerometer module.

DEN-4217: Added accelerometer alarms.

DEN-4211: Finished HD pumps open loop Dialin command update. Started data infrustructure for treatment parameters mode.

    • -7
    • +11
    /firmware/App/Controllers/BloodFlow.c
    • -7
    • +11
    /firmware/App/Controllers/DialInFlow.c
    • -1
    • +1
    /firmware/App/Controllers/DialInFlow.h
    • -1
    • +58
    /firmware/App/Controllers/DialOutFlow.c
    • -0
    • +2
    /firmware/App/Controllers/DialOutFlow.h
    • -8
    • +195
    /firmware/App/Modes/ModeTreatmentParams.c
    • -3
    • +46
    /firmware/App/Modes/ModeTreatmentParams.h
    • -0
    • +7
    /firmware/App/Services/MessagePayloads.h
DEN-4212: Tuned blood and dialysate flow sensors. Changed blood and dialysate pump control back to closed loop. Updated FPGA ID.

    • -15
    • +14
    /firmware/App/Controllers/BloodFlow.c
    • -15
    • +14
    /firmware/App/Controllers/DialInFlow.c
DEN-4184: Added new alarms to HD alarms

DEN-4169: Removed extra line at the end

DIAL-1: added open loop override capability to HD pumps

Merge branch 'DEN-2491-uart-overrun-error' into DIAL-1-open-loop-control-of-pumps

DIAL-1: added open loop override capability to HD pumps

DEN-4169: Updated HD alarms

DEN-4212, DEN-4217: Added accelerometer feature. Added calibration to blood and dialysate flow. Moved msg payload structures to a separate header file.

    • -11
    • +89
    /firmware/App/Controllers/BloodFlow.c
    • -17
    • +166
    /firmware/App/Controllers/DialInFlow.c
    • -0
    • +2
    /firmware/App/Controllers/DialInFlow.h
    • -0
    • +172
    /firmware/App/Services/MessagePayloads.h
    • -0
    • +24
    /firmware/App/Services/SystemComm.c
    • -125
    • +166
    /firmware/App/Services/SystemCommMessages.c
Matched DG arrangement and fix for CAN Tx. Added inlet conductivity alarm ID.

    • -46
    • +65
    /firmware/App/Services/SystemComm.c
Fixed comments in Interrupts.c.